Class IndexedPropertyTypeInfo
java.lang.Object
de.hybris.platform.solrfacetsearch.solr.IndexedPropertyTypeInfo
- All Implemented Interfaces:
Serializable
The class that holds information about the indexed property type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>booleanbooleanvoidsetAllowFacet(boolean allowFacet) voidsetAllowGroup(boolean allowGroup) voidsetJavaType(Class<?> javaType) voidsetSupportedQueryOperators(Set<SearchQuery.QueryOperator> supportedQueryOperators)
-
Constructor Details
-
IndexedPropertyTypeInfo
public IndexedPropertyTypeInfo()
-
-
Method Details
-
getJavaType
-
setJavaType
-
isAllowFacet
public boolean isAllowFacet() -
setAllowFacet
public void setAllowFacet(boolean allowFacet) -
isAllowGroup
public boolean isAllowGroup() -
setAllowGroup
public void setAllowGroup(boolean allowGroup) -
getSupportedQueryOperators
-
setSupportedQueryOperators
-