Class LateInteractionFloatValuesSource

java.lang.Object
org.apache.lucene.search.DoubleValuesSource
org.apache.lucene.search.LateInteractionFloatValuesSource
All Implemented Interfaces:
SegmentCacheable

public class LateInteractionFloatValuesSource extends DoubleValuesSource
A DoubleValuesSource that scores documents using similarity between a multi-vector query, and indexed document multi-vectors.

This is useful re-ranking query results using late interaction models, where documents and queries are represented as multi-vectors of composing token vectors. Document vectors are indexed using LateInteractionField.

WARNING: This API is experimental and might change in incompatible ways in the next release.