Package com.algolia.model.search
Class Condition
java.lang.Object
com.algolia.model.search.Condition
Condition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the pattern matches on plurals, synonyms, and typos.Get anchoringRule context format: [A-Za-z0-9_-]+).Query pattern syntax.inthashCode()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.- Returns:
- pattern
-
setAnchoring
-
getAnchoring
Get anchoring- Returns:
- anchoring
-
setAlternatives
-
getAlternatives
Whether the pattern matches on plurals, synonyms, and typos.- Returns:
- alternatives
-
setContext
-
getContext
Rule context format: [A-Za-z0-9_-]+).- Returns:
- context
-
equals
-
hashCode
public int hashCode() -
toString
-