Uses of Enum Class
de.cxp.ocs.elasticsearch.model.term.Occur
Packages that use Occur
-
Uses of Occur in de.cxp.ocs.elasticsearch.model.term
Methods in de.cxp.ocs.elasticsearch.model.term that return OccurModifier and TypeMethodDescriptionstatic OccurOccur.fromChar(char c) QueryStringTerm.getOccur()RawTerm.getOccur()static OccurReturns the enum constant of this class with the specified name.static Occur[]Occur.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.cxp.ocs.elasticsearch.model.term with parameters of type OccurModifierConstructorDescriptionAssociatedTerm(QueryStringTerm mainTerm, Occur occur, Collection<QueryStringTerm> values) WeightedTerm(String term, float weight, Occur occur)