Uses of Enum Class
org.opencastproject.elasticsearch.api.SearchTerms.Quantifier
Packages that use 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. -
Uses of SearchTerms.Quantifier in org.opencastproject.elasticsearch.impl
Fields in org.opencastproject.elasticsearch.impl declared as SearchTerms.QuantifierModifier and TypeFieldDescriptionprotected SearchTerms.QuantifierSearchTermsImpl.quantifierThe quantifierMethods in org.opencastproject.elasticsearch.impl that return SearchTerms.QuantifierModifier and TypeMethodDescriptionSearchTermsImpl.getQuantifier()Returns this group's quantifier.Methods in org.opencastproject.elasticsearch.impl with parameters of type SearchTerms.QuantifierModifier and TypeMethodDescriptionAbstractSearchQuery.withText(boolean fuzzy, SearchTerms.Quantifier quantifier, String... text) Constructors in org.opencastproject.elasticsearch.impl with parameters of type SearchTerms.QuantifierModifierConstructorDescriptionSearchTermsImpl(SearchTerms.Quantifier quantifier, T... values) Creates a list of search terms, to be queried using the given quantifier.