Uses of Class
org.apache.lucene.facet.TopOrdAndNumberQueue.OrdAndValue
Packages that use TopOrdAndNumberQueue.OrdAndValue
Package
Description
Faceted search.
Taxonomy of Categories.
-
Uses of TopOrdAndNumberQueue.OrdAndValue in org.apache.lucene.facet
Subclasses of TopOrdAndNumberQueue.OrdAndValue in org.apache.lucene.facetModifier and TypeClassDescriptionstatic final classDeprecated.Holds an ordinal and a float value.static final classDeprecated.Holds an ordinal and an int value.Methods in org.apache.lucene.facet that return TopOrdAndNumberQueue.OrdAndValueModifier and TypeMethodDescriptionTopOrdAndFloatNumberQueue.newOrdAndValue()Deprecated.TopOrdAndIntNumberQueue.newOrdAndValue()Deprecated.abstract TopOrdAndNumberQueue.OrdAndValueTopOrdAndNumberQueue.newOrdAndValue()Create a newTopOrdAndNumberQueue.OrdAndValueof the appropriate type.Methods in org.apache.lucene.facet with parameters of type TopOrdAndNumberQueue.OrdAndValueModifier and TypeMethodDescriptionbooleanTopOrdAndFloatNumberQueue.OrdAndFloat.lessThan(TopOrdAndNumberQueue.OrdAndValue other) booleanTopOrdAndIntNumberQueue.OrdAndInt.lessThan(TopOrdAndNumberQueue.OrdAndValue other) booleanTopOrdAndNumberQueue.lessThan(TopOrdAndNumberQueue.OrdAndValue a, TopOrdAndNumberQueue.OrdAndValue b) abstract booleanTopOrdAndNumberQueue.OrdAndValue.lessThan(TopOrdAndNumberQueue.OrdAndValue other) Compare with anotherTopOrdAndNumberQueue.OrdAndValue. -
Uses of TopOrdAndNumberQueue.OrdAndValue in org.apache.lucene.facet.taxonomy
Methods in org.apache.lucene.facet.taxonomy that return TopOrdAndNumberQueue.OrdAndValueModifier and TypeMethodDescriptionprotected TopOrdAndNumberQueue.OrdAndValueTaxonomyFacets.insertIntoQueue(TopOrdAndNumberQueue q, TopOrdAndNumberQueue.OrdAndValue incomingOrdAndValue, int ord) Deprecated.Insert an ordinal and the value corresponding to it into the queue.Methods in org.apache.lucene.facet.taxonomy with parameters of type TopOrdAndNumberQueue.OrdAndValueModifier and TypeMethodDescriptionprotected TopOrdAndNumberQueue.OrdAndValueTaxonomyFacets.insertIntoQueue(TopOrdAndNumberQueue q, TopOrdAndNumberQueue.OrdAndValue incomingOrdAndValue, int ord) Deprecated.Insert an ordinal and the value corresponding to it into the queue.protected voidFloatTaxonomyFacets.setIncomingValue(TopOrdAndNumberQueue.OrdAndValue incomingOrdAndValue, int ord) Deprecated.protected voidIntTaxonomyFacets.setIncomingValue(TopOrdAndNumberQueue.OrdAndValue incomingOrdAndValue, int ord) Deprecated.protected voidTaxonomyFacets.setIncomingValue(TopOrdAndNumberQueue.OrdAndValue incomingOrdAndValue, int ord) Deprecated.Set the value for aTopOrdAndNumberQueue.OrdAndValueto the one corresponding to the given ordinal.