Class SimpleTextKnnVectorsReader.FieldEntry
- java.lang.Object
-
- org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader.FieldEntry
-
- Enclosing class:
- SimpleTextKnnVectorsReader
private static class SimpleTextKnnVectorsReader.FieldEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
dimension
(package private) int[]
ordToDoc
(package private) long
vectorDataLength
(package private) long
vectorDataOffset
-
Constructor Summary
Constructors Constructor Description FieldEntry(int dimension, long vectorDataOffset, long vectorDataLength, int[] ordToDoc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
size()
-