Module org.apache.lucene.core
Class Lucene90BlockTreeTermsWriter.PendingBlock
- java.lang.Object
-
- org.apache.lucene.codecs.lucene90.blocktree.Lucene90BlockTreeTermsWriter.PendingEntry
-
- org.apache.lucene.codecs.lucene90.blocktree.Lucene90BlockTreeTermsWriter.PendingBlock
-
- Enclosing class:
- Lucene90BlockTreeTermsWriter
private final class Lucene90BlockTreeTermsWriter.PendingBlock extends Lucene90BlockTreeTermsWriter.PendingEntry
-
-
Field Summary
Fields Modifier and Type Field Description int
floorLeadByte
long
fp
boolean
hasTerms
FST<BytesRef>
index
boolean
isFloor
BytesRef
prefix
java.util.List<FST<BytesRef>>
subIndices
-
Fields inherited from class org.apache.lucene.codecs.lucene90.blocktree.Lucene90BlockTreeTermsWriter.PendingEntry
isTerm
-
-
Constructor Summary
Constructors Constructor Description PendingBlock(BytesRef prefix, long fp, boolean hasTerms, boolean isFloor, int floorLeadByte, java.util.List<FST<BytesRef>> subIndices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
append(FSTCompiler<BytesRef> fstCompiler, FST<BytesRef> subIndex, IntsRefBuilder scratchIntsRef)
void
compileIndex(java.util.List<Lucene90BlockTreeTermsWriter.PendingBlock> blocks, ByteBuffersDataOutput scratchBytes, IntsRefBuilder scratchIntsRef)
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
compileIndex
public void compileIndex(java.util.List<Lucene90BlockTreeTermsWriter.PendingBlock> blocks, ByteBuffersDataOutput scratchBytes, IntsRefBuilder scratchIntsRef) throws java.io.IOException
- Throws:
java.io.IOException
-
append
private void append(FSTCompiler<BytesRef> fstCompiler, FST<BytesRef> subIndex, IntsRefBuilder scratchIntsRef) throws java.io.IOException
- Throws:
java.io.IOException
-
-