Package org.ametys.cms.search.model
Interface IndexingFieldSearchCriterion
-
- All Superinterfaces:
Field
,SearchCriterion
- All Known Implementing Classes:
IndexingFieldSearchUICriterion
public interface IndexingFieldSearchCriterion extends SearchCriterion
SearchCriterion
searching on an indexing field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFieldPath()
Get the field path in the indexing model.List<String>
getJoinPaths()
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 Detail
-
getFieldPath
String getFieldPath()
Get the field path in the indexing model.- Returns:
- the field path in the indexing model.
-
getJoinPaths
List<String> getJoinPaths()
Get the join paths.- Returns:
- the join paths.
-
-