Package org.ametys.cms.search.model
Interface IndexingFieldSearchCriterion
- All Superinterfaces:
Field
,SearchCriterion
- All Known Implementing Classes:
IndexingFieldSearchUICriterion
SearchCriterion
searching on an indexing field.-
Method Summary
Modifier and TypeMethodDescriptionGet the field path in the indexing model.Get the join paths.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, getOperator, getQuery, getQuery, getSearchField, isFacetable, isSortable
-
Method Details
-
getFieldPath
Get the field path in the indexing model.- Returns:
- the field path in the indexing model.
-
getJoinPaths
Get the join paths.- Returns:
- the join paths.
-