eliaporciani commented on code in PR #904:
URL: https://github.com/apache/solr/pull/904#discussion_r923375158


##########
solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc:
##########
@@ -279,13 +279,12 @@ The `knn` query parser can be used with filter queries:
 
 [IMPORTANT]
 ====
-When using `knn` in these scenarios make sure you have a clear understanding 
of how filter queries work in Apache Solr:
 
-The Ranked List of document IDs resulting from the main query `q` is 
intersected with the set of document IDs deriving from each filter query `fq`.
+Filter queries are executed as pre-filtering for the main query. This means 
that in the first scenario, the query id:(1,2,3)

Review Comment:
   changed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to