Метод | Описание | |
---|---|---|
Seek ( BytesRef term ) : long |
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
|
|
Seek ( long ord ) : long |
Only implemented if {@link TermsIndexReaderBase.supportsOrd()} returns true |
public abstract Seek ( BytesRef term ) : long | ||
term | BytesRef | |
Результат | long |