Uses of Class
org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader.FieldEntry
-
Packages that use SimpleTextKnnVectorsReader.FieldEntry Package Description org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings. -
-
Uses of SimpleTextKnnVectorsReader.FieldEntry in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as SimpleTextKnnVectorsReader.FieldEntry Modifier and Type Field Description private SimpleTextKnnVectorsReader.FieldEntry
SimpleTextKnnVectorsReader.SimpleTextVectorValues. entry
Fields in org.apache.lucene.codecs.simpletext with type parameters of type SimpleTextKnnVectorsReader.FieldEntry Modifier and Type Field Description private java.util.Map<java.lang.String,SimpleTextKnnVectorsReader.FieldEntry>
SimpleTextKnnVectorsReader. fieldEntries
Constructors in org.apache.lucene.codecs.simpletext with parameters of type SimpleTextKnnVectorsReader.FieldEntry Constructor Description SimpleTextVectorValues(SimpleTextKnnVectorsReader.FieldEntry entry, IndexInput in)
-