Package com.algolia.model.search
Class Condition
java.lang.Object
com.algolia.model.search.Condition
Condition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether the pattern matches on plurals, synonyms, and typos.Get anchoringRule context format: [A-Za-z0-9_-]+).Query pattern syntax.int
hashCode()
setAlternatives
(Boolean alternatives) setAnchoring
(Anchoring anchoring) setContext
(String context) setPattern
(String pattern) toString()
-
Constructor Details
-
Condition
public Condition()
-
-
Method Details
-
setPattern
-
getPattern
Query pattern syntax. -
setAnchoring
-
getAnchoring
Get anchoring -
setAlternatives
-
getAlternatives
Whether the pattern matches on plurals, synonyms, and typos. -
setContext
-
getContext
Rule context format: [A-Za-z0-9_-]+). -
equals
-
hashCode
public int hashCode() -
toString
-