Class SolrFacetSearchConfig
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.solrfacetsearch.jalo.config.GeneratedSolrFacetSearchConfig
-
- de.hybris.platform.solrfacetsearch.jalo.config.SolrFacetSearchConfig
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
public class SolrFacetSearchConfig extends GeneratedSolrFacetSearchConfig
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.solrfacetsearch.jalo.config.GeneratedSolrFacetSearchConfig
CATALOGVERSIONS, CURRENCIES, DEFAULT_INITIAL_ATTRIBUTES, DESCRIPTION, DOCUMENT, ENABLEDLANGUAGEFALLBACKMECHANISM, INDEXNAMEPREFIX, KEYWORDREDIRECTS, KEYWORDREDIRECTSHANDLER, LANGUAGEKEYWORDREDIRECTMAPPING, LANGUAGES, LANGUAGESTOPWORDMAPPING, LANGUAGESYNONYMMAPPING, LISTENERS, NAME, SOLRFACETSEARCHCONFIG2CATALOGVERSIONRELATION_MARKMODIFIED, SOLRFACETSEARCHCONFIG2CATALOGVERSIONRELATION_SRC_ORDERED, SOLRFACETSEARCHCONFIG2CATALOGVERSIONRELATION_TGT_ORDERED, SOLRFACETSEARCHCONFIG2CURRENCYRELATION_MARKMODIFIED, SOLRFACETSEARCHCONFIG2CURRENCYRELATION_SRC_ORDERED, SOLRFACETSEARCHCONFIG2CURRENCYRELATION_TGT_ORDERED, SOLRFACETSEARCHCONFIG2LANGUAGERELATION_MARKMODIFIED, SOLRFACETSEARCHCONFIG2LANGUAGERELATION_SRC_ORDERED, SOLRFACETSEARCHCONFIG2LANGUAGERELATION_TGT_ORDERED, SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION_MARKMODIFIED, SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION_SRC_ORDERED, SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION_TGT_ORDERED, SOLRINDEXCONFIG, SOLRINDEXEDTYPES, SOLRINDEXEDTYPESHANDLER, SOLRINDEXERCRONJOB, SOLRINDEXERCRONJOBHANDLER, SOLRSEARCHCONFIG, SOLRSERVERCONFIG, SOLRUPDATESTOPWORDSCRONJOBS, SOLRUPDATESTOPWORDSCRONJOBSHANDLER, SOLRUPDATESYNONYMSCRONJOBS, SOLRUPDATESYNONYMSCRONJOBSHANDLER, SOLRVALUERANGESETS, STOPWORDS, STOPWORDSHANDLER, SYNONYMS, SYNONYMSHANDLER
-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description SolrFacetSearchConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<Language,java.util.List<SolrFacetSearchKeywordRedirect>>
getAllLanguageKeywordRedirectMapping(SessionContext ctx)
Generated method - Getter of theSolrFacetSearchConfig.languageKeywordRedirectMapping
attribute.java.util.Map<Language,java.util.List<SolrStopWord>>
getAllLanguageStopWordMapping(SessionContext ctx)
Generated method - Getter of theSolrFacetSearchConfig.languageStopWordMapping
attribute.java.util.Map<Language,java.util.List<SolrSynonymConfig>>
getAllLanguageSynonymMapping(SessionContext ctx)
Generated method - Getter of theSolrFacetSearchConfig.languageSynonymMapping
attribute.java.util.List<SolrFacetSearchKeywordRedirect>
getLanguageKeywordRedirectMapping(SessionContext ctx)
Generated method - Getter of theSolrFacetSearchConfig.languageKeywordRedirectMapping
attribute.java.util.List<SolrStopWord>
getLanguageStopWordMapping(SessionContext ctx)
Generated method - Getter of theSolrFacetSearchConfig.languageStopWordMapping
attribute.java.util.List<SolrSynonymConfig>
getLanguageSynonymMapping(SessionContext ctx)
Generated method - Getter of theSolrFacetSearchConfig.languageSynonymMapping
attribute.void
setAllLanguageKeywordRedirectMapping(SessionContext ctx, java.util.Map<Language,java.util.List<SolrFacetSearchKeywordRedirect>> value)
Generated method - Setter of theSolrFacetSearchConfig.languageKeywordRedirectMapping
attribute.void
setAllLanguageStopWordMapping(SessionContext ctx, java.util.Map<Language,java.util.List<SolrStopWord>> value)
Generated method - Setter of theSolrFacetSearchConfig.languageStopWordMapping
attribute.void
setAllLanguageSynonymMapping(SessionContext ctx, java.util.Map<Language,java.util.List<SolrSynonymConfig>> value)
Generated method - Setter of theSolrFacetSearchConfig.languageSynonymMapping
attribute.void
setLanguageKeywordRedirectMapping(SessionContext ctx, java.util.List<SolrFacetSearchKeywordRedirect> value)
Generated method - Setter of theSolrFacetSearchConfig.languageKeywordRedirectMapping
attribute.void
setLanguageStopWordMapping(SessionContext ctx, java.util.List<SolrStopWord> value)
Generated method - Setter of theSolrFacetSearchConfig.languageStopWordMapping
attribute.void
setLanguageSynonymMapping(SessionContext ctx, java.util.List<SolrSynonymConfig> value)
Generated method - Setter of theSolrFacetSearchConfig.languageSynonymMapping
attribute.-
Methods inherited from class de.hybris.platform.solrfacetsearch.jalo.config.GeneratedSolrFacetSearchConfig
addToCatalogVersions, addToCatalogVersions, addToCurrencies, addToCurrencies, addToKeywordRedirects, addToKeywordRedirects, addToLanguages, addToLanguages, addToSolrIndexedTypes, addToSolrIndexedTypes, addToSolrIndexerCronJob, addToSolrIndexerCronJob, addToSolrUpdateStopWordsCronJobs, addToSolrUpdateStopWordsCronJobs, addToSolrUpdateSynonymsCronJobs, addToSolrUpdateSynonymsCronJobs, addToSolrValueRangeSets, addToSolrValueRangeSets, addToStopWords, addToStopWords, addToSynonyms, addToSynonyms, getAllLanguageKeywordRedirectMapping, getAllLanguageStopWordMapping, getAllLanguageSynonymMapping, getCatalogVersions, getCatalogVersions, getCatalogVersionsCount, getCatalogVersionsCount, getCurrencies, getCurrencies, getCurrenciesCount, getCurrenciesCount, getDefaultAttributeModes, getDescription, getDescription, getDocument, getDocument, getIndexNamePrefix, getIndexNamePrefix, getKeywordRedirects, getKeywordRedirects, getLanguageKeywordRedirectMapping, getLanguages, getLanguages, getLanguagesCount, getLanguagesCount, getLanguageStopWordMapping, getLanguageSynonymMapping, getListeners, getListeners, getName, getName, getSolrIndexConfig, getSolrIndexConfig, getSolrIndexedTypes, getSolrIndexedTypes, getSolrIndexerCronJob, getSolrIndexerCronJob, getSolrSearchConfig, getSolrSearchConfig, getSolrServerConfig, getSolrServerConfig, getSolrUpdateStopWordsCronJobs, getSolrUpdateStopWordsCronJobs, getSolrUpdateSynonymsCronJobs, getSolrUpdateSynonymsCronJobs, getSolrValueRangeSets, getSolrValueRangeSets, getSolrValueRangeSetsCount, getSolrValueRangeSetsCount, getStopWords, getStopWords, getSynonyms, getSynonyms, isEnabledLanguageFallbackMechanism, isEnabledLanguageFallbackMechanism, isEnabledLanguageFallbackMechanismAsPrimitive, isEnabledLanguageFallbackMechanismAsPrimitive, isMarkModifiedDisabled, removeFromCatalogVersions, removeFromCatalogVersions, removeFromCurrencies, removeFromCurrencies, removeFromKeywordRedirects, removeFromKeywordRedirects, removeFromLanguages, removeFromLanguages, removeFromSolrIndexedTypes, removeFromSolrIndexedTypes, removeFromSolrIndexerCronJob, removeFromSolrIndexerCronJob, removeFromSolrUpdateStopWordsCronJobs, removeFromSolrUpdateStopWordsCronJobs, removeFromSolrUpdateSynonymsCronJobs, removeFromSolrUpdateSynonymsCronJobs, removeFromSolrValueRangeSets, removeFromSolrValueRangeSets, removeFromStopWords, removeFromStopWords, removeFromSynonyms, removeFromSynonyms, setAllLanguageKeywordRedirectMapping, setAllLanguageStopWordMapping, setAllLanguageSynonymMapping, setCatalogVersions, setCatalogVersions, setCurrencies, setCurrencies, setDescription, setDescription, setDocument, setDocument, setEnabledLanguageFallbackMechanism, setEnabledLanguageFallbackMechanism, setEnabledLanguageFallbackMechanism, setEnabledLanguageFallbackMechanism, setIndexNamePrefix, setIndexNamePrefix, setKeywordRedirects, setKeywordRedirects, setLanguageKeywordRedirectMapping, setLanguages, setLanguages, setLanguageStopWordMapping, setLanguageSynonymMapping, setListeners, setListeners, setName, setName, setSolrIndexConfig, setSolrIndexConfig, setSolrIndexedTypes, setSolrIndexedTypes, setSolrIndexerCronJob, setSolrIndexerCronJob, setSolrSearchConfig, setSolrSearchConfig, setSolrServerConfig, setSolrServerConfig, setSolrUpdateStopWordsCronJobs, setSolrUpdateStopWordsCronJobs, setSolrUpdateSynonymsCronJobs, setSolrUpdateSynonymsCronJobs, setSolrValueRangeSets, setSolrValueRangeSets, setStopWords, setStopWords, setSynonyms, setSynonyms
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Method Detail
-
getLanguageSynonymMapping
public java.util.List<SolrSynonymConfig> getLanguageSynonymMapping(SessionContext ctx)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Getter of theSolrFacetSearchConfig.languageSynonymMapping
attribute.- Specified by:
getLanguageSynonymMapping
in classGeneratedSolrFacetSearchConfig
- Returns:
- the languageSynonymMapping
-
getAllLanguageSynonymMapping
public java.util.Map<Language,java.util.List<SolrSynonymConfig>> getAllLanguageSynonymMapping(SessionContext ctx)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Getter of theSolrFacetSearchConfig.languageSynonymMapping
attribute.- Specified by:
getAllLanguageSynonymMapping
in classGeneratedSolrFacetSearchConfig
- Returns:
- the localized languageSynonymMapping
-
setLanguageSynonymMapping
public void setLanguageSynonymMapping(SessionContext ctx, java.util.List<SolrSynonymConfig> value)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Setter of theSolrFacetSearchConfig.languageSynonymMapping
attribute.- Specified by:
setLanguageSynonymMapping
in classGeneratedSolrFacetSearchConfig
value
- the languageSynonymMapping
-
setAllLanguageSynonymMapping
public void setAllLanguageSynonymMapping(SessionContext ctx, java.util.Map<Language,java.util.List<SolrSynonymConfig>> value)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Setter of theSolrFacetSearchConfig.languageSynonymMapping
attribute.- Specified by:
setAllLanguageSynonymMapping
in classGeneratedSolrFacetSearchConfig
value
- the languageSynonymMapping
-
getLanguageKeywordRedirectMapping
public java.util.List<SolrFacetSearchKeywordRedirect> getLanguageKeywordRedirectMapping(SessionContext ctx)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Getter of theSolrFacetSearchConfig.languageKeywordRedirectMapping
attribute.- Specified by:
getLanguageKeywordRedirectMapping
in classGeneratedSolrFacetSearchConfig
- Returns:
- the languageKeywordRedirectMapping
-
getAllLanguageKeywordRedirectMapping
public java.util.Map<Language,java.util.List<SolrFacetSearchKeywordRedirect>> getAllLanguageKeywordRedirectMapping(SessionContext ctx)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Getter of theSolrFacetSearchConfig.languageKeywordRedirectMapping
attribute.- Specified by:
getAllLanguageKeywordRedirectMapping
in classGeneratedSolrFacetSearchConfig
- Returns:
- the localized languageKeywordRedirectMapping
-
setLanguageKeywordRedirectMapping
public void setLanguageKeywordRedirectMapping(SessionContext ctx, java.util.List<SolrFacetSearchKeywordRedirect> value)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Setter of theSolrFacetSearchConfig.languageKeywordRedirectMapping
attribute.- Specified by:
setLanguageKeywordRedirectMapping
in classGeneratedSolrFacetSearchConfig
value
- the languageKeywordRedirectMapping
-
setAllLanguageKeywordRedirectMapping
public void setAllLanguageKeywordRedirectMapping(SessionContext ctx, java.util.Map<Language,java.util.List<SolrFacetSearchKeywordRedirect>> value)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Setter of theSolrFacetSearchConfig.languageKeywordRedirectMapping
attribute.- Specified by:
setAllLanguageKeywordRedirectMapping
in classGeneratedSolrFacetSearchConfig
value
- the languageKeywordRedirectMapping
-
getLanguageStopWordMapping
public java.util.List<SolrStopWord> getLanguageStopWordMapping(SessionContext ctx)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Getter of theSolrFacetSearchConfig.languageStopWordMapping
attribute.- Specified by:
getLanguageStopWordMapping
in classGeneratedSolrFacetSearchConfig
- Returns:
- the languageStopWordMapping
-
getAllLanguageStopWordMapping
public java.util.Map<Language,java.util.List<SolrStopWord>> getAllLanguageStopWordMapping(SessionContext ctx)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Getter of theSolrFacetSearchConfig.languageStopWordMapping
attribute.- Specified by:
getAllLanguageStopWordMapping
in classGeneratedSolrFacetSearchConfig
- Returns:
- the localized languageStopWordMapping
-
setLanguageStopWordMapping
public void setLanguageStopWordMapping(SessionContext ctx, java.util.List<SolrStopWord> value)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Setter of theSolrFacetSearchConfig.languageStopWordMapping
attribute.- Specified by:
setLanguageStopWordMapping
in classGeneratedSolrFacetSearchConfig
value
- the languageStopWordMapping
-
setAllLanguageStopWordMapping
public void setAllLanguageStopWordMapping(SessionContext ctx, java.util.Map<Language,java.util.List<SolrStopWord>> value)
Description copied from class:GeneratedSolrFacetSearchConfig
Generated method - Setter of theSolrFacetSearchConfig.languageStopWordMapping
attribute.- Specified by:
setAllLanguageStopWordMapping
in classGeneratedSolrFacetSearchConfig
value
- the languageStopWordMapping
-
-