File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/src/main/java/com/atlan/model/fields Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111
1212/**
1313 * Represents any field in Atlan that can be searched by keyword or text-based search operations,
14- * including a stemmed variation of the text analyzers.
14+ * including a delimited variation of the text analyzers.
1515 */
1616public class KeywordTextDelimitedField extends SearchableField
1717 implements IKeywordSearchable , ITextSearchable , IDelimitedSearchable {
@@ -105,6 +105,6 @@ public Query match(String value) {
105105 /** {@inheritDoc} */
106106 @ Override
107107 public Query matchDelimited (String value ) {
108- return IStemmedSearchable . matchStemmed (getDelimitedFieldName (), value );
108+ return IDelimitedSearchable . matchDelimited (getDelimitedFieldName (), value );
109109 }
110110}
You can’t perform that action at this time.
0 commit comments