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,ContentIdSearchField,ContentPrivacySearchField,ContentTypeSearchField,ContributorSearchField,CreationDateSearchField,CreatorSearchField,DublinCoreSearchField,FirstValidationSearchField,FirstValidatorSearchField,HasLiveVersionSearchField,LanguageSearchField,LastMajorValidationSearchField,LastMajorValidatorSearchField,LastModifiedSearchField,LastValidationSearchField,LastValidatorSearchField,MixinTypeSearchField,OrphanSearchField,PageIdsSearchField,PagesSearchField,ParentContentSearchField,SharedSeachField,SiteSearchField,SiteTypeSearchField,TagSearchField,WorkflowNameSearchField,WorkflowStepSearchField
Abstract generic search field for
System Properties.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the joined pathsbooleanisJoined()Indicates if the search field is joinedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.cms.search.SearchField
getFacetField, getFacetFunction, getName, getSortField
-
Constructor Details
-
AbstractNoJoinSystemSearchField
public AbstractNoJoinSystemSearchField()
-
-
Method Details
-
isJoined
Description copied from interface:SearchFieldIndicates if the search field is joined- Specified by:
isJoinedin interfaceSearchField- Returns:
trueif the search field is joined
-
getJoinedPaths
Description copied from interface:SearchFieldGets the joined paths- Specified by:
getJoinedPathsin interfaceSearchField- Returns:
- the joined paths
-