File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
lucene/core/src/java/org/apache/lucene/search Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 2525import org .apache .lucene .index .LeafReaderContext ;
2626import org .apache .lucene .index .VectorSimilarityFunction ;
2727
28+
29+ /**
30+ * A {@link DoubleValuesSource} that scores documents using similarity between a multi-vector query,
31+ * and indexed document multi-vectors.
32+ *
33+ * <p>This is useful re-ranking query results using late interaction models, where documents and queries
34+ * are represented as multi-vectors of composing token vectors. Document vectors are indexed
35+ * using {@link org.apache.lucene.document.LateInteractionField}.
36+ */
2837public class LateInteractionFloatValuesSource extends DoubleValuesSource {
2938
3039 private final String fieldName ;
You can’t perform that action at this time.
0 commit comments