Interface GenericFlatVectorReaders.LoadFlatVectorsReader

Enclosing class:
GenericFlatVectorReaders
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GenericFlatVectorReaders.LoadFlatVectorsReader
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.codecs.hnsw.FlatVectorsReader
    getReader(String formatName, boolean useDirectIO)
     
  • Method Details

    • getReader

      org.apache.lucene.codecs.hnsw.FlatVectorsReader getReader(String formatName, boolean useDirectIO) throws IOException
      Throws:
      IOException