This is an automated email from the ASF dual-hosted git repository.
abenedetti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new e79fc777aa6 Added fq to ACORN query example (#3847)
e79fc777aa6 is described below
commit e79fc777aa67f8771a4310e9a2e8702540a33aaa
Author: Anna Ruggero <[email protected]>
AuthorDate: Wed Jan 14 09:39:06 2026 +0100
Added fq to ACORN query example (#3847)
minor documentation change
---
solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc
b/solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc
index 777b250522b..4dc9239fd0b 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc
@@ -514,7 +514,7 @@ The `filteredSearchThreshold` regulates this behavior. If
the percentage of docu
Here is an example of a `knn` search using a `filteredSearchThreshold`:
[source,text]
-?q={!knn f=vector topK=10 filteredSearchThreshold=60}[1.0, 2.0, 3.0, 4.0]
+?q={!knn f=vector topK=10 filteredSearchThreshold=60}[1.0, 2.0, 3.0,
4.0]&fq=section:0
`childrenOf`::
+