This is an automated email from the ASF dual-hosted git repository.
abenedetti pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10x by this push:
new 4ca3852466a Added fq to ACORN query example (#3847)
4ca3852466a is described below
commit 4ca3852466aa4e27e8b63053de7d6c1265dec130
Author: Anna Ruggero <[email protected]>
AuthorDate: Wed Jan 14 09:39:06 2026 +0100
Added fq to ACORN query example (#3847)
minor documentation change
(cherry picked from commit e79fc777aa67f8771a4310e9a2e8702540a33aaa)
---
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`::
+