Class IndexedPropertyTypeInfo

java.lang.Object
de.hybris.platform.solrfacetsearch.solr.IndexedPropertyTypeInfo
All Implemented Interfaces:
Serializable

public class IndexedPropertyTypeInfo extends Object implements Serializable
The class that holds information about the indexed property type.
See Also:
  • Constructor Details

    • IndexedPropertyTypeInfo

      public IndexedPropertyTypeInfo()
  • Method Details

    • getJavaType

      public Class<?> getJavaType()
    • setJavaType

      public void setJavaType(Class<?> javaType)
    • isAllowFacet

      public boolean isAllowFacet()
    • setAllowFacet

      public void setAllowFacet(boolean allowFacet)
    • isAllowGroup

      public boolean isAllowGroup()
    • setAllowGroup

      public void setAllowGroup(boolean allowGroup)
    • getSupportedQueryOperators

      public Set<SearchQuery.QueryOperator> getSupportedQueryOperators()
    • setSupportedQueryOperators

      public void setSupportedQueryOperators(Set<SearchQuery.QueryOperator> supportedQueryOperators)