Module org.apache.lucene.codecs
Class VariableGapTermsIndexWriter.FSTFieldWriter
java.lang.Object
org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.FSTFieldWriter
- Enclosing class:
VariableGapTermsIndexWriter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final FieldInfo
private boolean
private final FSTCompiler
<Long> private final PositiveIntOutputs
(package private) final long
private final BytesRefBuilder
private final IntsRefBuilder
private final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fstCompiler
-
fstOutputs
-
startTermsFilePointer
private final long startTermsFilePointer -
fieldInfo
-
fst
-
indexStart
final long indexStart -
lastTerm
-
first
private boolean first -
scratchIntsRef
-
-
Constructor Details
-
FSTFieldWriter
- Throws:
IOException
-
-
Method Details
-
checkIndexTerm
- Specified by:
checkIndexTerm
in classTermsIndexWriterBase.FieldWriter
- Throws:
IOException
-
add
- Specified by:
add
in classTermsIndexWriterBase.FieldWriter
- Throws:
IOException
-
finish
- Specified by:
finish
in classTermsIndexWriterBase.FieldWriter
- Throws:
IOException
-