Skip to content

Commit

Permalink
[DOCS] Fix 'adjacency_matrix' aggregation's 'experimental' macro for …
Browse files Browse the repository at this point in the history
…Asciidoctor (#42324)
  • Loading branch information
jrodewig committed May 24, 2019
1 parent 2762aa8 commit 06fa232
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -6,7 +6,12 @@ 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.

ifdef::asciidoctor[]
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"]
endif::[]
ifndef::asciidoctor[]
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]
endif::[]


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

0 comments on commit 06fa232

Please sign in to comment.