public abstract static class FieldUtil.OrdValues extends SortedDocValues
NO_MORE_DOCS
Constructor and Description |
---|
OrdValues() |
Modifier and Type | Method and Description |
---|---|
int |
advance(int target) |
abstract boolean |
advanceExact(int arg0) |
long |
cost() |
int |
docID() |
int |
getOrd() |
int |
getValueCount() |
abstract int |
nextDoc() |
binaryValue, intersect, lookupOrd, lookupTerm, ordValue, termsEnum
all, empty, range, slowAdvance
public int getOrd()
public int docID()
docID
in class DocIdSetIterator
public abstract int nextDoc() throws IOException
nextDoc
in class DocIdSetIterator
IOException
public int advance(int target) throws IOException
advance
in class DocIdSetIterator
IOException
public long cost()
cost
in class DocIdSetIterator
public int getValueCount()
getValueCount
in class SortedDocValues
public abstract boolean advanceExact(int arg0) throws IOException
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.