Package org.ametys.cms.search.systemprop
Class ViewBasedFullTextSystemProperty
java.lang.Object
org.ametys.runtime.model.AbstractModelItem
org.ametys.runtime.model.DefaultElementDefinition<T>
org.ametys.cms.model.properties.AbstractProperty<T,X>
org.ametys.cms.search.systemprop.AbstractSystemProperty<String,Content>
org.ametys.cms.search.systemprop.ViewBasedFullTextSystemProperty
- All Implemented Interfaces:
Comparable<ModelItem>,Property<String,,Content> SystemProperty<String,,Content> ElementDefinition<String>,ModelItem,PluginAware,Labelable,ModifiableLabelable,Configurable,Serviceable
SystemProperty which represents the full textual content of a Content based on attributes of a view.
If the view does not exist for content, nothing will be indexed.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentTypesHelperThe contents types helperprotected StringThe view name to fill the propertyFields inherited from class org.ametys.cms.search.systemprop.AbstractSystemProperty
_i18nUtils, _manager, _resolver, _userHelper, _userManagerFields inherited from class org.ametys.cms.model.properties.AbstractProperty
_availableTypesExtensionPointFields inherited from class org.ametys.runtime.model.DefaultElementDefinition
_loggerFields inherited from class org.ametys.runtime.model.AbstractModelItem
__serviceManagerFields inherited from interface org.ametys.runtime.model.ElementDefinition
CONFIG_DEFAULT_VALUE_TYPEFields inherited from interface org.ametys.runtime.model.ModelItem
ITEM_PATH_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringRetrieves the id of the property's typevoidconfigure(Configuration configuration) getQuery(Object value, Query.Operator operator, String language, Map<String, Object> contextualParameters) Get theQueryassociated to the given value.Get theSearchFieldrepresenting this system property.Get the property's valuevoidindexValue(org.apache.solr.common.SolrInputDocument document, Content content, IndexableDataContext context) Index the property in a solr document.booleanGet if the property can be displayed (i.e.booleanTest if the element is multiple.booleanGet if the property can be sorted on.voidservice(ServiceManager manager) Methods inherited from class org.ametys.cms.search.systemprop.AbstractSystemProperty
_getNameConfigurationAttribute, getSchemaDefinitions, getSortValue, parseBoolean, parseDate, parseDouble, parseLong, parseString, parseStringArray, parseUserArrayMethods inherited from class org.ametys.cms.model.properties.AbstractProperty
_parseI18nizableText, getType, isEditable, setAvailableTypeExtensionPoint, setPluginInfoMethods inherited from class org.ametys.runtime.model.DefaultElementDefinition
_getDefaultValues, _toJSON, _widgetToJSON, _widgetToSAX, getCustomEnumerator, getCustomValidator, getDefaultValue, getEnumerator, getEnumeratorConfiguration, getParsedDefaultValues, getValidator, getValidatorConfiguration, getWidget, getWidgetParameters, of, setCustomEnumerator, setCustomValidator, setDefaultValue, setEnumerator, setEnumeratorConfiguration, setMultiple, setParsedDefaultValues, setType, setValidator, setValidatorConfiguration, setWidget, setWidgetParameters, toSAXMethods inherited from class org.ametys.runtime.model.AbstractModelItem
_getModelItemHelper, _shouldJSONBeEmpty, _widgetParameterToSAX, addItemChecker, compareTo, disableConditionsToJSON, equals, getDescription, getDisableConditions, getItemCheckers, getLabel, getModel, getName, getParent, getPath, getPluginName, hashCode, setDescription, setDisableConditions, setLabel, setModel, setName, setParent, setPluginName, setServiceManager, toJSON, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.ametys.runtime.model.ElementDefinition
getCriterionEnumerator, getCustomEnumerator, getCustomValidator, getDefaultValue, getEnumerator, getEnumeratorConfiguration, getParsedDefaultValues, getValidator, getValidatorConfiguration, isEditable, setCustomEnumerator, setCustomValidator, setDefaultValue, setEnumerator, setEnumeratorConfiguration, setMultiple, setParsedDefaultValues, setValidator, setValidatorConfigurationMethods inherited from interface org.ametys.runtime.util.Labelable
getDescription, getLabel, getNameMethods inherited from interface org.ametys.runtime.model.ModelItem
addItemChecker, getDisableConditions, getItemCheckers, getModel, getParent, getPath, getPluginName, getWidget, getWidgetParameters, setDisableConditions, setModel, setParent, setPluginName, setType, setWidget, setWidgetParameters, toJSON, toSAXMethods inherited from interface org.ametys.runtime.util.ModifiableLabelable
setDescription, setLabel, setNameMethods inherited from interface org.ametys.cms.model.properties.Property
getCriterionWidget, getCriterionWidgetParameters, getType, initializeAfterModelItemsInitialization, setAvailableTypeExtensionPoint, valueToJSON, valueToSAXMethods inherited from interface org.ametys.cms.search.model.SystemProperty
getColumnWidth, getConverter, getRenderer, isFacetable, isSearchable
-
Field Details
-
_contentTypesHelper
The contents types helper -
_viewName
The view name to fill the property
-
-
Constructor Details
-
ViewBasedFullTextSystemProperty
public ViewBasedFullTextSystemProperty()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractSystemProperty<String,Content> - Throws:
ServiceException
-
configure
- Specified by:
configurein interfaceConfigurable- Overrides:
configurein classAbstractProperty<String,Content> - Throws:
ConfigurationException
-
indexValue
public void indexValue(org.apache.solr.common.SolrInputDocument document, Content content, IndexableDataContext context) Description copied from interface:PropertyIndex the property in a solr document.- Specified by:
indexValuein interfaceProperty<String,Content> - Overrides:
indexValuein classAbstractSystemProperty<String,Content> - Parameters:
document- the solr document to index into.content- the ametysObject containing the property to index.context- the context of the data to index. Can not be null.
-
isMultiple
Description copied from interface:ElementDefinitionTest if the element is multiple.- Specified by:
isMultiplein interfaceElementDefinition<String>- Overrides:
isMultiplein classDefaultElementDefinition<String>- Returns:
trueif the metadata is multiple.
-
isDisplayable
Description copied from interface:SystemPropertyGet if the property can be displayed (i.e. used in a ResultField).- Returns:
trueif the property can be displayed,falseotherwise.
-
isSortable
Description copied from interface:SystemPropertyGet if the property can be sorted on.- Returns:
trueif the property can be sorted on,falseotherwise.
-
getQuery
public Query getQuery(Object value, Query.Operator operator, String language, Map<String, Object> contextualParameters) Description copied from interface:SystemPropertyGet theQueryassociated to the given value.- Parameters:
value- the user-submitted value for this property.operator- In advanced search mode, the operator chosen by the user.nullto use the criterion-defined operator (simple search mode).language- The current search language.contextualParameters- the search contextual parameters.- Returns:
- The
Queryassociated to the given value.
-
getSearchField
Description copied from interface:SystemPropertyGet theSearchFieldrepresenting this system property.- Returns:
- The search field representing this system property.
-
getValue
Description copied from interface:PropertyGet the property's value- Parameters:
content- the ametysObject containing the property- Returns:
- the values to index.
-
_getTypeId
Description copied from class:AbstractPropertyRetrieves the id of the property's type- Specified by:
_getTypeIdin classAbstractProperty<String,Content> - Returns:
- the id of the property's type
-