Uses of Enum
org.apache.lucene.search.TotalHits.Relation
Packages that use TotalHits.Relation
-
Uses of TotalHits.Relation in org.apache.lucene.search
Fields in org.apache.lucene.search declared as TotalHits.RelationModifier and TypeFieldDescriptionfinal TotalHits.RelationTotalHits.relationWhetherTotalHits.valueis the exact hit count, in which caseTotalHits.relationis equal toEQUAL_TO, or a lower bound of the total hit count, in which caseTotalHits.relationis equal toGREATER_THAN_OR_EQUAL_TO.protected TotalHits.RelationTopDocsCollector.totalHitsRelationWhetherTopDocsCollector.totalHitsis exact or a lower bound.Methods in org.apache.lucene.search that return TotalHits.RelationModifier and TypeMethodDescriptionstatic TotalHits.RelationReturns the enum constant of this type with the specified name.static TotalHits.Relation[]TotalHits.Relation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.lucene.search with parameters of type TotalHits.RelationModifierConstructorDescriptionTotalHits(long value, TotalHits.Relation relation) Sole constructor.