public interface FullTextSearchStrategy
| Modifier and Type | Method and Description |
|---|---|
Collection<ValueComparisonOperator> |
getAvailableOperators(String typeCode,
String fieldName)
Looks for all available compare operators for filter of specified field name.
|
String |
getFieldType(String typeCode,
String fieldName)
Looks for a platform type code of a value for filter of specified fieldName.
|
default String |
getStrategyName()
Returns name of the search strategy which can be used in configuration of preferred search strategy
|
boolean |
isLocalized(String typeCode,
String fieldName)
Checks if filter of specified fieldName supports localized values.
|
String getFieldType(String typeCode, String fieldName)
typeCode - type code of values to be filteredfieldName - name of a field for which operators are to be providednull if unknownboolean isLocalized(String typeCode, String fieldName)
typeCode - type code of values to be filteredfieldName - fieldName of a field for which operators are to be providedtrue if filter is localizedCollection<ValueComparisonOperator> getAvailableOperators(String typeCode, String fieldName)
typeCode - type code of values to be filteredfieldName - name of a field for which operators are to be provideddefault String getStrategyName()
Copyright © 2018. All rights reserved.