Package org.ametys.cms.search.solr.field
Class AbstractNoJoinSystemSearchField
- java.lang.Object
-
- org.ametys.cms.search.solr.field.AbstractNoJoinSystemSearchField
-
- All Implemented Interfaces:
SearchField
- Direct Known Subclasses:
CollectionSearchField
,CommentsSearchField
,ContentPrivacySearchField
,ContentTypeSearchField
,ContributorSearchField
,CreationDateSearchField
,CreatorSearchField
,DublinCoreSearchField
,FirstValidationSearchField
,LanguageSearchField
,LastMajorValidationSearchField
,LastModifiedSearchField
,LastValidationSearchField
,MixinTypeSearchField
,OrphanSearchField
,PageIdsSearchField
,PagesSearchField
,ParentContentSearchField
,SharedSeachField
,SiteSearchField
,SiteTypeSearchField
,TagSearchField
,WorkflowStepSearchField
public abstract class AbstractNoJoinSystemSearchField extends Object implements SearchField
Abstract generic search field forSystem Properties
.
-
-
Constructor Summary
Constructors Constructor Description AbstractNoJoinSystemSearchField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getJoinedPaths()
Gets the joined pathsboolean
isJoined()
Indicates if the search field is joined-
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.SearchField
getFacetField, getFacetFunction, getName, getSortField
-
-
-
-
Constructor Detail
-
AbstractNoJoinSystemSearchField
public AbstractNoJoinSystemSearchField()
-
-
Method Detail
-
isJoined
public boolean isJoined()
Description copied from interface:SearchField
Indicates if the search field is joined- Specified by:
isJoined
in interfaceSearchField
- Returns:
true
if the search field is joined
-
getJoinedPaths
public List<String> getJoinedPaths()
Description copied from interface:SearchField
Gets the joined paths- Specified by:
getJoinedPaths
in interfaceSearchField
- Returns:
- the joined paths
-
-