Uses of Enum Class
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.Relation
TotalHits.relation
WhetherTotalHits.value
is the exact hit count, in which caseTotalHits.relation
is equal toEQUAL_TO
, or a lower bound of the total hit count, in which caseTotalHits.relation
is equal toGREATER_THAN_OR_EQUAL_TO
.protected TotalHits.Relation
TopDocsCollector.totalHitsRelation
WhetherTopDocsCollector.totalHits
is exact or a lower bound.Methods in org.apache.lucene.search that return TotalHits.RelationModifier and TypeMethodDescriptionstatic TotalHits.Relation
Returns the enum constant of this class with the specified name.static TotalHits.Relation[]
TotalHits.Relation.values()
Returns an array containing the constants of this enum class, 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.