Skip to content

Commit

Permalink
Docs - removed experimental/beta markers from adjacency matrix aggreg…
Browse files Browse the repository at this point in the history
…ation (#34599)
  • Loading branch information
markharwood authored and kcm committed Oct 30, 2018
1 parent bd1d806 commit e19d361
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ The request provides a collection of named filter expressions, similar to the `f
request.
Each bucket in the response represents a non-empty cell in the matrix of intersecting filters.

beta[The `adjacency_matrix` aggregation is a new feature and we may evolve its design as we get feedback on its use. As a result, the API for this feature may change in non-backwards compatible ways]


Given filters named `A`, `B` and `C` the response would return buckets with the following names:


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
/**
* Aggregation for adjacency matrices.
*
* NOTE! This is an experimental class.
*
* TODO the aggregation produces a sparse response but in the
* computation it uses a non-sparse structure (an array of Bits
* objects). This could be changed to a sparse structure in future.
Expand Down

0 comments on commit e19d361

Please sign in to comment.