Skip to content

Commit 993098e

Browse files
authored
Updating percolate query docs to account for custom similarity limitation (#101386) (#101436)
1 parent 8ef2e90 commit 993098e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/query-dsl/percolate-query.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,3 +685,6 @@ a different index configuration, like the number of primary shards.
685685
===== Allow expensive queries
686686
Percolate queries will not be executed if <<query-dsl-allow-expensive-queries, `search.allow_expensive_queries`>>
687687
is set to false.
688+
689+
===== Using custom similarities
690+
Percolate queries will not respect any configured <<index-modules-similarity, custom similarity>>. They always use the default Lucene similarity.

0 commit comments

Comments
 (0)