Module org.apache.lucene.core
Class PerFieldKnnVectorsFormat.WriterAndSuffix
- java.lang.Object
-
- org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat.WriterAndSuffix
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- PerFieldKnnVectorsFormat
private static class PerFieldKnnVectorsFormat.WriterAndSuffix extends java.lang.Object implements java.io.Closeable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
suffix
(package private) KnnVectorsWriter
writer
-
Constructor Summary
Constructors Constructor Description WriterAndSuffix(KnnVectorsWriter writer, int suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
-
-
Field Detail
-
writer
final KnnVectorsWriter writer
-
suffix
final int suffix
-
-
Constructor Detail
-
WriterAndSuffix
WriterAndSuffix(KnnVectorsWriter writer, int suffix)
-
-