Class DefaultSolrIndexedPropertyTypeRegistry
java.lang.Object
de.hybris.platform.solrfacetsearch.solr.impl.DefaultSolrIndexedPropertyTypeRegistry
- All Implemented Interfaces:
SolrIndexedPropertyTypeRegistry,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public class DefaultSolrIndexedPropertyTypeRegistry
extends Object
implements SolrIndexedPropertyTypeRegistry, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Default implementation of
SolrIndexedPropertyTypeRegistry-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetIndexPropertyTypeInfo(String propertyType) Returns information on indexed property type such as allowed query operators, is eligible for facet and Java typevoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetIndexPropertyTypeMapping(Map<String, String> indexPropertyTypeMapping) voidsetUnallowedFacetTypes(List<String> unallowedFacetTypes) voidsetUnallowedGroupTypes(List<String> unallowedGroupTypes)
-
Constructor Details
-
DefaultSolrIndexedPropertyTypeRegistry
public DefaultSolrIndexedPropertyTypeRegistry()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getIndexPropertyTypeInfo
Description copied from interface:SolrIndexedPropertyTypeRegistryReturns information on indexed property type such as allowed query operators, is eligible for facet and Java type- Specified by:
getIndexPropertyTypeInfoin interfaceSolrIndexedPropertyTypeRegistry- Parameters:
propertyType- - indexed property type- Returns:
- information on indexed property type
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-
getIndexPropertyTypeMapping
-
setIndexPropertyTypeMapping
-
getUnallowedFacetTypes
-
setUnallowedFacetTypes
-
getUnallowedGroupTypes
-
setUnallowedGroupTypes
-