Uses of Enum Class
org.opencastproject.elasticsearch.api.SearchTerms.Quantifier
-
Uses of SearchTerms.Quantifier in org.opencastproject.elasticsearch.api
Methods in org.opencastproject.elasticsearch.api that return SearchTerms.QuantifierModifier and TypeMethodDescriptionSearchTerms.getQuantifier()Returns this group's quantifier.static SearchTerms.QuantifierReturns the enum constant of this class with the specified name.static SearchTerms.Quantifier[]SearchTerms.Quantifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.elasticsearch.api with parameters of type SearchTerms.QuantifierModifier and TypeMethodDescriptionSearchQuery.withText(boolean fuzzy, SearchTerms.Quantifier quantifier, String... text) Returns documents that contain the given text.