[ 
https://issues.apache.org/jira/browse/SOLR-17335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17856845#comment-17856845
 ] 

ASF subversion and git services commented on SOLR-17335:
--------------------------------------------------------

Commit ae66b3fe505e7d8f4af515e763d53a80e2affcf1 in solr's branch 
refs/heads/branch_9x from Chris M. Hostetter
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=ae66b3fe505 ]

SOLR-17335: New "vectorSimilarity" QParser for matching documents mased on a 
minimum vector similarity threshold

(cherry picked from commit b49f3d076942186d924588e602e976d13647a331)


> New `vecSim` QParser for Lucene's (Float|Byte)VectorSimilarityQuery classes
> ---------------------------------------------------------------------------
>
>                 Key: SOLR-17335
>                 URL: https://issues.apache.org/jira/browse/SOLR-17335
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Chris M. Hostetter
>            Assignee: Chris M. Hostetter
>            Priority: Major
>         Attachments: SOLR-17335.patch
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Lucene (9.10 i believe?) has added  (Float|Byte)VectorSimilarityQuery classes 
> as alternatives to KnnVectorQuery -- instead of being configured with a 
> 'topK' they are configured with minimum similarity threshold(s) for returning 
> results (and limiting the traversal of the graph)
> This ticket tracks adding a Solr QParser for these queries.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to