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 TypeFieldDescriptionprotected TotalHits.Relation
TopDocsCollector.totalHitsRelation
WhetherTopDocsCollector.totalHits
is exact or a lower bound.Methods in org.apache.lucene.search that return TotalHits.RelationModifier and TypeMethodDescriptionTotalHits.relation()
Returns the value of therelation
record component.static 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.