Method SeekExact
SeekExact(BytesRef)
Seeks to exactly this term, returning null
if the term
doesn't exist. This is faster than using
SeekFloor(BytesRef) or SeekCeil(BytesRef) because it
short-circuits as soon the match is not found.
Declaration
public BytesRefFSTEnum.InputOutput<T> SeekExact(BytesRef target)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | target |
Returns
Type | Description |
---|---|
BytesRefFSTEnum.InputOutput<T> |