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
,FirstValidatorSearchField
,HasLiveVersionSearchField
,LanguageSearchField
,LastMajorValidationSearchField
,LastMajorValidatorSearchField
,LastModifiedSearchField
,LastValidationSearchField
,LastValidatorSearchField
,MixinTypeSearchField
,OrphanSearchField
,PageIdsSearchField
,PagesSearchField
,ParentContentSearchField
,SharedSeachField
,SiteSearchField
,SiteTypeSearchField
,TagSearchField
,WorkflowStepSearchField
Abstract generic search field for
System Properties
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the joined pathsboolean
isJoined()
Indicates if the search field is joinedMethods 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 Details
-
AbstractNoJoinSystemSearchField
public AbstractNoJoinSystemSearchField()
-
-
Method Details
-
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
Description copied from interface:SearchField
Gets the joined paths- Specified by:
getJoinedPaths
in interfaceSearchField
- Returns:
- the joined paths
-