Class ReplaceMissingSortedDocValues
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedDocValues
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.ReplaceMissingSortedDocValues
public class ReplaceMissingSortedDocValues
extends org.apache.lucene.index.SortedDocValues
Handles a replacement for missing sorted document values.
Copied with some changes from
org.elasticsearch.index.fielddata.fieldcomparator.BytesRefComparatorSource.ReplaceMissing
of Elasticsearch project.
-
Field Summary
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS -
Constructor Summary
ConstructorsConstructorDescriptionReplaceMissingSortedDocValues(org.apache.lucene.index.SortedDocValues originalValues, org.apache.lucene.util.BytesRef missingValue) -
Method Summary
Methods inherited from class org.apache.lucene.index.SortedDocValues
intersect, lookupTerm, termsEnumMethods inherited from class org.apache.lucene.search.DocIdSetIterator
all, empty, range, slowAdvance
-
Constructor Details
-
ReplaceMissingSortedDocValues
public ReplaceMissingSortedDocValues(org.apache.lucene.index.SortedDocValues originalValues, org.apache.lucene.util.BytesRef missingValue) throws IOException - Throws:
IOException
-
-
Method Details
-
ordValue
- Specified by:
ordValuein classorg.apache.lucene.index.SortedDocValues- Throws:
IOException
-
advanceExact
- Throws:
IOException
-
docID
public int docID()- Specified by:
docIDin classorg.apache.lucene.search.DocIdSetIterator
-
getValueCount
public int getValueCount()- Specified by:
getValueCountin classorg.apache.lucene.index.SortedDocValues
-
lookupOrd
- Specified by:
lookupOrdin classorg.apache.lucene.index.SortedDocValues- Throws:
IOException
-
nextDoc
public int nextDoc()- Specified by:
nextDocin classorg.apache.lucene.search.DocIdSetIterator
-
advance
public int advance(int target) - Specified by:
advancein classorg.apache.lucene.search.DocIdSetIterator
-
cost
public long cost()- Specified by:
costin classorg.apache.lucene.search.DocIdSetIterator
-