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 long |
seek(long ord)
Only implemented if
TermsIndexReaderBase.supportsOrd() returns true. |
abstract BytesRef |
term() |
public abstract long seek(BytesRef term) throws java.io.IOException
java.io.IOException
public abstract long next() throws java.io.IOException
java.io.IOException
public abstract BytesRef term()
public abstract long seek(long ord) throws java.io.IOException
TermsIndexReaderBase.supportsOrd()
returns true.java.io.IOException
public abstract long ord()
TermsIndexReaderBase.supportsOrd()
returns true.Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.