public final class SearchComparatorBuilder extends Object
SearchComparator
Modifier and Type | Method and Description |
---|---|
static SearchComparator |
newChineseComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Chinese search comparator; returns
null in case of technical issues. |
static SearchComparator |
newDoubleMetaphoneComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of DoubleMetaphone search comparator; returns
null in case of technical issues. |
static SearchComparator |
newDoubleMetaphoneLevenshteinComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of DoubleMetaphoneLevenshtein search comparator; returns
null in case of technical issues. |
static SearchComparator |
newExactComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Exact search comparator; returns
null in case of technical issues. |
static SearchComparator |
newFullTextComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of FullText search comparator; returns
null in case of technical issues. |
static SearchComparator |
newFuzzyFullTextComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of FuzzyFullText search comparator; returns
null in case of technical issues. |
static SearchComparator |
newJaroWinklerComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of JaroWinkler search comparator; returns
null in case of technical issues. |
static SearchComparator |
newLevenshteinComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Levenshtein search comparator; returns
null in case of technical issues. |
static SearchComparator |
newNGramComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of NGram search comparator; returns
null in case of technical issues. |
static SearchComparator |
newRusianComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Rusian search comparator; returns
null in case of technical issues. |
static SearchComparator |
newSearchDateComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Date search comparator; returns
null in case of technical issues. |
static SearchComparator |
newSearchNumberComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Numeric search comparator; returns
null in case of technical issues. |
static SearchComparator |
newSoundexComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Soundex search comparator; returns
null in case of technical issues. |
public static SearchComparator newJaroWinklerComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newLevenshteinComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newNGramComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newFullTextComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newFuzzyFullTextComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newDoubleMetaphoneComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newExactComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newDoubleMetaphoneLevenshteinComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newSoundexComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newChineseComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newSearchDateComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newSearchNumberComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.public static SearchComparator newRusianComparator(com.orchestranetworks.schema.SchemaNode field, Locale locale)
null
in case of technical issues.