Uses of Interface
org.apache.lucene.util.IOFunction
Packages that use IOFunction
-
Uses of IOFunction in org.apache.lucene.codecs.lucene99
Constructors in org.apache.lucene.codecs.lucene99 with parameters of type IOFunctionModifierConstructorDescriptionLucene99FlatVectorsWriter(SegmentWriteState state, FlatVectorsScorer scorer, IOFunction<FieldInfo, FlatFieldVectorsWriter<?>> strategyFactory) Constructs a writer that uses the suppliedstrategyFactoryto build per-field vector storage.