private static final class BlockTreeTermsWriter.PendingTerm extends BlockTreeTermsWriter.PendingEntry
| Modifier and Type | Field and Description |
|---|---|
BlockTreeTermsWriter.PendingTerm |
other |
AutoPrefixTermsWriter.PrefixTerm |
prefixTerm |
BlockTermState |
state |
byte[] |
termBytes |
isTerm| Constructor and Description |
|---|
PendingTerm(BytesRef term,
BlockTermState state,
AutoPrefixTermsWriter.PrefixTerm prefixTerm) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final byte[] termBytes
public final BlockTermState state
public final AutoPrefixTermsWriter.PrefixTerm prefixTerm
public BlockTreeTermsWriter.PendingTerm other
public PendingTerm(BytesRef term, BlockTermState state, AutoPrefixTermsWriter.PrefixTerm prefixTerm)