Uses of Class
org.apache.lucene.facet.TopOrdAndNumberQueue.OrdAndValue
-
Packages that use TopOrdAndNumberQueue.OrdAndValue Package Description org.apache.lucene.facet Faceted search.org.apache.lucene.facet.taxonomy Taxonomy of Categories. -
-
Uses of TopOrdAndNumberQueue.OrdAndValue in org.apache.lucene.facet
Subclasses of TopOrdAndNumberQueue.OrdAndValue in org.apache.lucene.facet Modifier and Type Class Description static class
TopOrdAndFloatNumberQueue.OrdAndFloat
Deprecated.Holds an ordinal and a float value.static class
TopOrdAndIntNumberQueue.OrdAndInt
Deprecated.Holds an ordinal and an int value.Methods in org.apache.lucene.facet that return TopOrdAndNumberQueue.OrdAndValue Modifier and Type Method Description TopOrdAndNumberQueue.OrdAndValue
TopOrdAndFloatNumberQueue. newOrdAndValue()
Deprecated.TopOrdAndNumberQueue.OrdAndValue
TopOrdAndIntNumberQueue. newOrdAndValue()
Deprecated.abstract TopOrdAndNumberQueue.OrdAndValue
TopOrdAndNumberQueue. newOrdAndValue()
Create a newTopOrdAndNumberQueue.OrdAndValue
of the appropriate type.Methods in org.apache.lucene.facet with parameters of type TopOrdAndNumberQueue.OrdAndValue Modifier and Type Method Description boolean
TopOrdAndFloatNumberQueue.OrdAndFloat. lessThan(TopOrdAndNumberQueue.OrdAndValue other)
boolean
TopOrdAndIntNumberQueue.OrdAndInt. lessThan(TopOrdAndNumberQueue.OrdAndValue other)
boolean
TopOrdAndNumberQueue. lessThan(TopOrdAndNumberQueue.OrdAndValue a, TopOrdAndNumberQueue.OrdAndValue b)
abstract boolean
TopOrdAndNumberQueue.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.OrdAndValue Modifier and Type Method Description protected TopOrdAndNumberQueue.OrdAndValue
TaxonomyFacets. 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.OrdAndValue Modifier and Type Method Description protected TopOrdAndNumberQueue.OrdAndValue
TaxonomyFacets. insertIntoQueue(TopOrdAndNumberQueue q, TopOrdAndNumberQueue.OrdAndValue incomingOrdAndValue, int ord)
Deprecated.Insert an ordinal and the value corresponding to it into the queue.protected void
FloatTaxonomyFacets. setIncomingValue(TopOrdAndNumberQueue.OrdAndValue incomingOrdAndValue, int ord)
Deprecated.protected void
IntTaxonomyFacets. setIncomingValue(TopOrdAndNumberQueue.OrdAndValue incomingOrdAndValue, int ord)
Deprecated.protected void
TaxonomyFacets. setIncomingValue(TopOrdAndNumberQueue.OrdAndValue incomingOrdAndValue, int ord)
Deprecated.Set the value for aTopOrdAndNumberQueue.OrdAndValue
to the one corresponding to the given ordinal.
-