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


##########
solr/core/src/java/org/apache/solr/search/neural/KnnQParser.java:
##########
@@ -72,7 +81,49 @@ public Query parse() {
 
     DenseVectorField denseVectorType = (DenseVectorField) fieldType;
     float[] parsedVectorToSearch = parseVector(vectorToSearch, 
denseVectorType.getDimension());
-    return denseVectorType.getKnnVectorQuery(schemaField.getName(), 
parsedVectorToSearch, topK);
+
+    return getFilterQuery()

Review Comment:
   Removed te if condition as you suggested



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to