Module org.apache.lucene.sandbox
Class TaxonomyFacetsCutter.TaxonomyLeafFacetCutterMultiValue
java.lang.Object
org.apache.lucene.sandbox.facet.cutters.TaxonomyFacetsCutter.TaxonomyLeafFacetCutterMultiValue
- All Implemented Interfaces:
LeafFacetCutter
,OrdinalIterator
- Enclosing class:
TaxonomyFacetsCutter
private static class TaxonomyFacetsCutter.TaxonomyLeafFacetCutterMultiValue
extends Object
implements LeafFacetCutter
-
Field Summary
FieldsFields inherited from interface org.apache.lucene.sandbox.facet.iterators.OrdinalIterator
EMPTY, NO_MORE_ORDS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
TaxonomyLeafFacetCutterMultiValue
(SortedNumericDocValues multiValued) -
Method Summary
Modifier and TypeMethodDescriptionboolean
advanceExact
(int doc) advance to the next docint
nextOrd()
Returns next ord orOrdinalIterator.NO_MORE_ORDS
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.sandbox.facet.iterators.OrdinalIterator
toArray
-
Field Details
-
multiValued
-
ordsInDoc
private int ordsInDoc
-
-
Constructor Details
-
TaxonomyLeafFacetCutterMultiValue
-
-
Method Details
-
nextOrd
Description copied from interface:OrdinalIterator
Returns next ord orOrdinalIterator.NO_MORE_ORDS
. *- Specified by:
nextOrd
in interfaceOrdinalIterator
- Throws:
IOException
-
advanceExact
Description copied from interface:LeafFacetCutter
advance to the next doc- Specified by:
advanceExact
in interfaceLeafFacetCutter
- Throws:
IOException
-