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
ConstructorsModifierConstructorDescriptionprivateTaxonomyLeafFacetCutterMultiValue(SortedNumericDocValues multiValued) -
Method Summary
Modifier and TypeMethodDescriptionbooleanadvanceExact(int doc) advance to the next docintnextOrd()Returns next ord orOrdinalIterator.NO_MORE_ORDS.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:OrdinalIteratorReturns next ord orOrdinalIterator.NO_MORE_ORDS. *- Specified by:
nextOrdin interfaceOrdinalIterator- Throws:
IOException
-
advanceExact
Description copied from interface:LeafFacetCutteradvance to the next doc- Specified by:
advanceExactin interfaceLeafFacetCutter- Throws:
IOException
-