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