public interface IDfFullTextExpression extends IDfExpression
IDfExpressionSet
.DATE_FORMAT_DEFAULT, EXPR_TYPE_FULLTEXT, EXPR_TYPE_MLT, EXPR_TYPE_RELATIVE_DATE, EXPR_TYPE_SET, EXPR_TYPE_SIMPLE_ATTR, EXPR_TYPE_UNDEFINED, EXPR_TYPE_VALUE_LIST_ATTR, EXPR_TYPE_VALUE_RANGE_ATTR
Modifier and Type | Method and Description |
---|---|
java.lang.Float |
getFuzzySearchSimilarity()
Indicates the similarity threshold used with the fuzzy search option
|
java.lang.String |
getThesaurusLibrary()
Indicates the thesaurus URI that is used with the thesaurus option
|
java.lang.String |
getValue()
Gets the text value.
|
java.lang.Boolean |
isFuzzySearchEnabled()
Indicates if fuzzy search will be used to validate this constraint
|
java.lang.Boolean |
isThesaurusSearchEnabled()
Indicates if the thesaurus option will be used to validate this constraint
|
void |
setFuzzySearchEnabled(java.lang.Boolean fuzzySearchEnabled)
Fuzzy Search is an option that can be used only with xPlore 1.1 backend and with XQuery.
|
void |
setFuzzySearchSimilarity(java.lang.Float similarity)
Set the similarity value for the fuzzy search option
This flag overrides the flag 'default_fuzzy_search_similarity' in the dm_ftengine_config object
|
void |
setThesaurusLibrary(java.lang.String thesaurusLibrary)
Set the thesaurus library URI for the thesaurus option
This flag overrides the flag 'use_thesaurus_library' in the dm_ftengine_config object
|
void |
setThesaurusSearchEnabled(java.lang.Boolean thesaurusSearchEnabled)
Thesaurus Search is an option that can be used only with xPlore 1.2 backend and with XQuery.
|
acceptVisitor, getDateFormat, getExpressionType, setDateFormat
java.lang.String getValue()
java.lang.Boolean isFuzzySearchEnabled()
java.lang.Float getFuzzySearchSimilarity()
void setFuzzySearchEnabled(java.lang.Boolean fuzzySearchEnabled)
e.g. when searching for "roam", the search will find terms like "foam" and "roams". This flag overrides the flag 'fuzzy_search_enable' in the dm_ftengine_config object
fuzzySearchEnabled
- if null, the docbase flag will be usedvoid setFuzzySearchSimilarity(java.lang.Float similarity)
similarity
- value between 0 and 1.java.lang.Boolean isThesaurusSearchEnabled()
java.lang.String getThesaurusLibrary()
void setThesaurusSearchEnabled(java.lang.Boolean thesaurusSearchEnabled)
e.g. the query terms will be expanded according to the terms declared in a thesaurus.
thesaurusSearchEnabled
- void setThesaurusLibrary(java.lang.String thesaurusLibrary)
thesaurusLibrary
- thesaurus URI.Copyright 1994-2023 OpenText Corporation. All rights reserved.