Skip to content

Commit 8196483

Browse files
authored
Updating percolate query docs to account for custom similarity limitation (#101386) (#101442)
1 parent 42635c5 commit 8196483

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
@@ -692,3 +692,6 @@ a different index configuration, like the number of primary shards.
692692
===== Allow expensive queries
693693
Percolate queries will not be executed if <<query-dsl-allow-expensive-queries, `search.allow_expensive_queries`>>
694694
is set to false.
695+
696+
===== Using custom similarities
697+
Percolate queries will not respect any configured <<index-modules-similarity, custom similarity>>. They always use the default Lucene similarity.

0 commit comments

Comments
 (0)