Class IndexingFieldSearchUICriterion
- java.lang.Object
-
- org.ametys.runtime.parameter.Parameter<MetadataType>
-
- org.ametys.cms.search.ui.model.impl.AbstractSearchUICriterion
-
- org.ametys.cms.search.ui.model.impl.IndexingFieldSearchUICriterion
-
- All Implemented Interfaces:
Field
,IndexingFieldSearchCriterion
,SearchCriterion
,SearchUICriterion
,LogEnabled
,Disposable
,Configurable
,Contextualizable
,Serviceable
public class IndexingFieldSearchUICriterion extends AbstractSearchUICriterion implements IndexingFieldSearchCriterion, Contextualizable, LogEnabled, Disposable
This class is a search criteria on a metadata of a content
-
-
Field Summary
Fields Modifier and Type Field Description protected ThreadSafeComponentManager<Enumerator>
_enumeratorManager
ComponentManager forEnumerator
s.protected String
_fieldPath
The field pathprotected String
_fullPath
The field full pathprotected HierarchicalReferenceTablesHelper
_hierarchicalReferenceTablesHelper
The content search helper.protected boolean
_isMultipleOperandAnd
Is it AND or OR for multiple metadataprotected List<String>
_joinPaths
The join pathsprotected Query.Operator
_operator
The criteria operatorprotected ContentSearchHelper
_searchHelper
The content search helper.protected UserHelper
_userHelper
The user helperprotected ThreadSafeComponentManager<Validator>
_validatorManager
ComponentManager forValidator
s.static String
SEARCH_CRITERIA_METADATA_PREFIX
Prefix for id of metadata search criteria-
Fields inherited from class org.ametys.cms.search.ui.model.impl.AbstractSearchUICriterion
_contentHelper, _cTypeEP, _resolver, _userManager, _userPopulationDAO
-
-
Constructor Summary
Constructors Constructor Description IndexingFieldSearchUICriterion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(Configuration configuration)
void
contextualize(Context context)
void
dispose()
protected Query
getBooleanQuery(Object value, String fieldPath, Query.Operator operator)
Get a boolean query.protected Query
getContentQuery(Object value, String language, String fieldPath, Query.Operator operator)
Get a content query.protected Query
getDateQuery(Object value, String fieldPath, Query.Operator operator)
Get a date query.protected Query
getDoubleQuery(Object value, String fieldPath, Query.Operator operator)
Get a double query.String
getFieldId()
Get the field identifier.String
getFieldPath()
Get the path of field (separated by '/')protected String
getFieldPath(IndexingField indexingField, String[] remainingPathSegments)
Get the field's path without join pathsprotected Query
getGeocodeQuery(Object value, String fieldPath, Query.Operator operator)
Get a geocode query.List<String>
getJoinPaths()
Get the join paths, separated with slashes.protected Query
getLongQuery(Object value, String fieldPath, Query.Operator operator)
Get a long query.protected MetadataDefinition
getMetadataDefinition(IndexingField indexingField, String[] remainingPathSegments, List<String> joinPaths)
Get the metadata definition from the indexing field.Query.Operator
getOperator()
Get the operator.Query
getQuery(Object value, Query.Operator customOperator, Map<String,Object> allValues, String language, Map<String,Object> contextualParameters)
Get theQuery
associated to the given value.protected Query
getRichTextQuery(Object value, String language, String fieldPath, Query.Operator operator, boolean isValueEscaped)
Get a rich text query.SearchField
getSearchField()
Get theSearchField
representing this search criterion.protected Query
getStringQuery(Object value, String language, String fieldPath, Query.Operator operator, boolean isValueEscaped)
Get a string query.protected Query
getTextQuery(Object value, String language, String fieldPath, Query.Operator operator, boolean isValueEscaped)
Get a text query.protected Query
getUserQuery(Object value, String fieldPath, Query.Operator operator)
Get a user queryvoid
service(ServiceManager manager)
void
setLogger(org.slf4j.Logger logger)
Called at creation time to provide aLogger
.-
Methods inherited from class org.ametys.cms.search.ui.model.impl.AbstractSearchUICriterion
_configureI18nizableText, _initializeValidator, configureId, configureLabelsAndGroup, configureUIProperties, configureValues, configureWidget, configureWidgetParameters, getChangeClassName, getContentTypeId, getFacetLabel, getGroup, getInitClassName, getMetadataDefinition, getSubmitClassName, isHidden, isMultiple, setChangeClassName, setContentTypeId, setGroup, setHidden, setInitClassName, setMultiple, setSubmitClassName
-
Methods inherited from class org.ametys.runtime.parameter.Parameter
getDefaultValue, getDescription, getEnumerator, getId, getLabel, getPluginName, getType, getValidator, getWidget, getWidgetParameters, setDefaultValue, setDescription, setEnumerator, setId, setLabel, setPluginName, setType, setValidator, setWidget, setWidgetParameters
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ametys.cms.search.model.Field
getContentTypeId, getEnumerator, getType, isMultiple
-
Methods inherited from interface org.ametys.cms.search.model.SearchCriterion
getId, getQuery, isFacetable, isSortable
-
Methods inherited from interface org.ametys.cms.search.ui.model.SearchUICriterion
getDefaultValue, getDescription, getLabel, getValidator, getWidget, getWidgetParameters
-
-
-
-
Field Detail
-
SEARCH_CRITERIA_METADATA_PREFIX
public static final String SEARCH_CRITERIA_METADATA_PREFIX
Prefix for id of metadata search criteria- See Also:
- Constant Field Values
-
_searchHelper
protected ContentSearchHelper _searchHelper
The content search helper.
-
_hierarchicalReferenceTablesHelper
protected HierarchicalReferenceTablesHelper _hierarchicalReferenceTablesHelper
The content search helper.
-
_userHelper
protected UserHelper _userHelper
The user helper
-
_operator
protected Query.Operator _operator
The criteria operator
-
_fieldPath
protected String _fieldPath
The field path
-
_joinPaths
protected List<String> _joinPaths
The join paths
-
_isMultipleOperandAnd
protected boolean _isMultipleOperandAnd
Is it AND or OR for multiple metadata
-
_validatorManager
protected ThreadSafeComponentManager<Validator> _validatorManager
ComponentManager forValidator
s.
-
_enumeratorManager
protected ThreadSafeComponentManager<Enumerator> _enumeratorManager
ComponentManager forEnumerator
s.
-
-
Constructor Detail
-
IndexingFieldSearchUICriterion
public IndexingFieldSearchUICriterion()
-
-
Method Detail
-
contextualize
public void contextualize(Context context) throws ContextException
- Specified by:
contextualize
in interfaceContextualizable
- Throws:
ContextException
-
setLogger
public void setLogger(org.slf4j.Logger logger)
Description copied from interface:LogEnabled
Called at creation time to provide aLogger
.- Specified by:
setLogger
in interfaceLogEnabled
- Parameters:
logger
- aLogger
for messages.
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classAbstractSearchUICriterion
- Throws:
ServiceException
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceDisposable
-
configure
public void configure(Configuration configuration) throws ConfigurationException
- Specified by:
configure
in interfaceConfigurable
- Overrides:
configure
in classAbstractSearchUICriterion
- Throws:
ConfigurationException
-
getOperator
public Query.Operator getOperator()
Get the operator.- Specified by:
getOperator
in interfaceSearchCriterion
- Returns:
- the operator.
-
getFieldId
public String getFieldId()
Description copied from interface:SearchUICriterion
Get the field identifier. Used to match standard, advanced and faceted criterion (even if the operator is different), whatever their ID is.- Specified by:
getFieldId
in interfaceSearchUICriterion
- Returns:
- the field identifier.
-
getFieldPath
public String getFieldPath()
Get the path of field (separated by '/')- Specified by:
getFieldPath
in interfaceIndexingFieldSearchCriterion
- Returns:
- the path of the field.
-
getJoinPaths
public List<String> getJoinPaths()
Get the join paths, separated with slashes.- Specified by:
getJoinPaths
in interfaceIndexingFieldSearchCriterion
- Returns:
- the join paths.
-
getQuery
public Query getQuery(Object value, Query.Operator customOperator, Map<String,Object> allValues, String language, Map<String,Object> contextualParameters)
Description copied from interface:SearchCriterion
Get theQuery
associated to the given value.- Specified by:
getQuery
in interfaceSearchCriterion
- Parameters:
value
- The user-submitted value (or the default value if not set) for this criterion.customOperator
- In advanced search mode, the operator chosen by the user.null
to use the criterion-defined operator (simple search mode).allValues
- All the user-submitted values.language
- The current search language.contextualParameters
- the search contextual parameters.- Returns:
Query
associated to the given value.
-
getStringQuery
protected Query getStringQuery(Object value, String language, String fieldPath, Query.Operator operator, boolean isValueEscaped)
Get a string query.- Parameters:
value
- The value to use for this criterion.language
- The search language.fieldPath
- The field path.operator
- The query operator to use.isValueEscaped
-true
if the given value is already escaped- Returns:
- The query.
-
getBooleanQuery
protected Query getBooleanQuery(Object value, String fieldPath, Query.Operator operator)
Get a boolean query.- Parameters:
value
- The value to use for this criterion.fieldPath
- The field path.operator
- The query operator to use.- Returns:
- The query.
-
getDoubleQuery
protected Query getDoubleQuery(Object value, String fieldPath, Query.Operator operator)
Get a double query.- Parameters:
value
- The value to use for this criterion.fieldPath
- The field path.operator
- The query operator to use.- Returns:
- The query.
-
getLongQuery
protected Query getLongQuery(Object value, String fieldPath, Query.Operator operator)
Get a long query.- Parameters:
value
- The value to use for this criterion.fieldPath
- The field path.operator
- The query operator to use.- Returns:
- The query.
-
getDateQuery
protected Query getDateQuery(Object value, String fieldPath, Query.Operator operator)
Get a date query.- Parameters:
value
- The value to use for this criterion.fieldPath
- The field path.operator
- The query operator to use.- Returns:
- The query.
-
getContentQuery
protected Query getContentQuery(Object value, String language, String fieldPath, Query.Operator operator)
Get a content query.- Parameters:
value
- The value to use for this criterion.language
- The search language.fieldPath
- The field path.operator
- The query operator to use.- Returns:
- The query.
-
getUserQuery
protected Query getUserQuery(Object value, String fieldPath, Query.Operator operator)
Get a user query- Parameters:
value
- The value to use for this criterion.fieldPath
- The field path.operator
- The query operator to use.- Returns:
- The query.
-
getGeocodeQuery
protected Query getGeocodeQuery(Object value, String fieldPath, Query.Operator operator)
Get a geocode query.- Parameters:
value
- The value to use for this criterion.fieldPath
- The field path.operator
- The query operator to use.- Returns:
- The query.
-
getRichTextQuery
protected Query getRichTextQuery(Object value, String language, String fieldPath, Query.Operator operator, boolean isValueEscaped)
Get a rich text query.- Parameters:
value
- The value to use for this criterion.language
- The search language.fieldPath
- The field path.operator
- The query operator to use.isValueEscaped
-true
if the given value is already escaped- Returns:
- The query.
-
getTextQuery
protected Query getTextQuery(Object value, String language, String fieldPath, Query.Operator operator, boolean isValueEscaped)
Get a text query.- Parameters:
value
- The value to use for this criterion.language
- The search language.fieldPath
- The field path.operator
- The query operator to use.isValueEscaped
-true
if the given value is already escaped- Returns:
- The query.
-
getSearchField
public SearchField getSearchField()
Description copied from interface:SearchCriterion
Get theSearchField
representing this search criterion.- Specified by:
getSearchField
in interfaceSearchCriterion
- Overrides:
getSearchField
in classAbstractSearchUICriterion
- Returns:
- the
SearchField
representing this search criterion.
-
getMetadataDefinition
protected MetadataDefinition getMetadataDefinition(IndexingField indexingField, String[] remainingPathSegments, List<String> joinPaths) throws ConfigurationException
Get the metadata definition from the indexing field. Can be null if the last indexing field is a custom indexing field.- Parameters:
indexingField
- The initial indexing fieldremainingPathSegments
- The path to access the metadata or an another indexing field from the initial indexing fieldjoinPaths
- The consecutive's path in case of joint to access the field/metadata- Returns:
- The metadata definition or null if not found
- Throws:
ConfigurationException
- If an error occurs.
-
getFieldPath
protected String getFieldPath(IndexingField indexingField, String[] remainingPathSegments) throws ConfigurationException
Get the field's path without join paths- Parameters:
indexingField
- The initial indexing fieldremainingPathSegments
- The path to access the metadata or an another indexing field from the initial indexing field- Returns:
- the field's path
- Throws:
ConfigurationException
- If an error occurs.
-
-