Class DefaultSolrIndexedPropertyTypeRegistry

  • All Implemented Interfaces:
    SolrIndexedPropertyTypeRegistry, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

    public class DefaultSolrIndexedPropertyTypeRegistry
    extends java.lang.Object
    implements SolrIndexedPropertyTypeRegistry, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
    Default implementation of SolrIndexedPropertyTypeRegistry
    • Constructor Detail

      • DefaultSolrIndexedPropertyTypeRegistry

        public DefaultSolrIndexedPropertyTypeRegistry()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
      • getIndexPropertyTypeMapping

        public java.util.Map<java.lang.String,​java.lang.String> getIndexPropertyTypeMapping()
      • setIndexPropertyTypeMapping

        public void setIndexPropertyTypeMapping​(java.util.Map<java.lang.String,​java.lang.String> indexPropertyTypeMapping)
      • getUnallowedFacetTypes

        public java.util.List<java.lang.String> getUnallowedFacetTypes()
      • setUnallowedFacetTypes

        public void setUnallowedFacetTypes​(java.util.List<java.lang.String> unallowedFacetTypes)