Method Seek
Seek(BytesRef)
Seeks to "largest" indexed term that's less than or equal to term; returns file pointer index (into the main terms index file) for that term.
Declaration
public abstract long Seek(BytesRef term)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | term |
Returns
Type | Description |
---|---|
System.Int64 |
Seek(Int64)
Declaration
public abstract long Seek(long ord)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | ord |
Returns
Type | Description |
---|---|
System.Int64 |
Remarks
Only implemented if SupportsOrd
returns true