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

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

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

SOLR-17975: New StrFloatLateInteractionVectorField suitable for re-ranking 
documents using multi-vector values for late interaction models

(cherry picked from commit 39b379f4e3bbd26ffa17b8056ee14994914e51c8)


> Add support for Lucene's LateInteractionField
> ---------------------------------------------
>
>                 Key: SOLR-17975
>                 URL: https://issues.apache.org/jira/browse/SOLR-17975
>             Project: Solr
>          Issue Type: New Feature
>          Components: vector-search
>            Reporter: Chris M. Hostetter
>            Assignee: Chris M. Hostetter
>            Priority: Major
>         Attachments: SOLR-17975.patch
>
>
> Lucene 10.3 added a 
> [LateInteractionField.|https://lucene.apache.org/core/10_3_1/core/org/apache/lucene/document/LateInteractionField.html].
> Basic support for this in Solr would be a new {{FieldType}} and some 
> associated {{QParser}} support to be able to use tose fields in conjunction 
> iwth Lucene's {{TestRescoreTopNQuery}} and/or {{LateInteractionRescorer}} 
> (and/or {{LateInteractionFloatValuesSource}} + {{DoubleValuesSourceRescorer}} 
> -- see SOLR-17951)
> BUT! ... the most complex part of figuring out ow to support 
> {{LateInteractionField}} in Solr is going to come down to what the field 
> values should look like when adding/updating docs containing this field -- 
> and what the query input should look like -- given that the field values are 
> "multi-dimensional array of floats"



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

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

Reply via email to