Interface SolrIndexedPropertyTypeRegistry
- All Known Implementing Classes:
DefaultSolrIndexedPropertyTypeRegistry
public interface SolrIndexedPropertyTypeRegistry
Registry for getting information on indexed property type.
-
Method Summary
Modifier and TypeMethodDescriptiongetIndexPropertyTypeInfo(String propertyType) Returns information on indexed property type such as allowed query operators, is eligible for facet and Java type
-
Method Details
-
getIndexPropertyTypeInfo
Returns information on indexed property type such as allowed query operators, is eligible for facet and Java type- Parameters:
propertyType- - indexed property type- Returns:
- information on indexed property type
-