public abstract static class TermsIndexReaderBase.FieldIndexEnum
extends java.lang.Object
| Constructor and Description |
|---|
FieldIndexEnum() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
next()
Returns -1 at end
|
abstract long |
ord()
Only implemented if
TermsIndexReaderBase.supportsOrd() returns true. |
abstract long |
seek(BytesRef term)
Seeks to "largest" indexed term that's <=
term; returns file pointer index (into the main
terms index file) for that term
|
abstract BytesRef |
term() |
public abstract long seek(BytesRef term)
throws java.io.IOException
java.io.IOExceptionpublic abstract long next()
throws java.io.IOException
java.io.IOExceptionpublic abstract BytesRef term()
public abstract long ord()
TermsIndexReaderBase.supportsOrd() returns true.Data In Motion GmbH all rights reserved