Package | Description |
---|---|
com.orchestranetworks.addon.tese |
Provides classes and interfaces required for the Search and History operations.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchDistance
Abstract class for implementing distance algorithms.
|
class |
SearchDistanceObject
Abstract class for implementing distance algorithms between types.
|
Modifier and Type | Method and Description |
---|---|
abstract SearchComparator |
SearchComparator.cloneMatching(com.orchestranetworks.schema.SchemaNode newNode)
Clones the current algorithm.
|
SearchComparator |
AlgorithmDefinition.getAlgorithm(AlgorithmDefinitionContext adContext)
Returns a SearchComparator of this
Algorithm . |
static SearchComparator |
SearchComparatorBuilder.newChineseComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Chinese search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newDoubleMetaphoneComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of DoubleMetaphone search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newDoubleMetaphoneLevenshteinComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of DoubleMetaphoneLevenshtein search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newExactComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Exact search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newFullTextComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of FullText search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newFuzzyFullTextComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of FuzzyFullText search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newJaroWinklerComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of JaroWinkler search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newLevenshteinComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Levenshtein search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newNGramComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of NGram search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newRusianComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Rusian search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newSearchDateComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Date search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newSearchNumberComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Numeric search comparator; returns
null in case of technical issues. |
static SearchComparator |
SearchComparatorBuilder.newSoundexComparator(com.orchestranetworks.schema.SchemaNode field,
Locale locale)
Returns new instance of Soundex search comparator; returns
null in case of technical issues. |