Method StartTerm
StartTerm(BytesRef)
Starts a new term in this field; this may be called with no corresponding call to finish if the term had no docs.
Declaration
public abstract PostingsConsumer StartTerm(BytesRef text)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | text |
Returns
Type | Description |
---|---|
PostingsConsumer |