Module org.apache.lucene.core
Class PerFieldKnnVectorsFormat.WriterAndSuffix
java.lang.Object
org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat.WriterAndSuffix
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- PerFieldKnnVectorsFormat
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
(package private) final KnnVectorsWriter
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
writer
-
suffix
final int suffix
-
-
Constructor Details
-
WriterAndSuffix
WriterAndSuffix(KnnVectorsWriter writer, int suffix)
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-