Class SimpleTextKnnVectorsReader

java.lang.Object
org.apache.lucene.codecs.KnnVectorsReader
org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader
All Implemented Interfaces:
Closeable, AutoCloseable, Accountable

public class SimpleTextKnnVectorsReader extends KnnVectorsReader
Reads vector values from a simple text format. All vectors are read up front and cached in RAM in order to support random access. FOR RECREATIONAL USE ONLY
WARNING: This API is experimental and might change in incompatible ways in the next release.