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