Interface SolrIndexedPropertyTypeRegistry
-
- All Known Implementing Classes:
DefaultSolrIndexedPropertyTypeRegistry
public interface SolrIndexedPropertyTypeRegistryRegistry for getting information on indexed property type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexedPropertyTypeInfogetIndexPropertyTypeInfo(java.lang.String propertyType)Returns information on indexed property type such as allowed query operators, is eligible for facet and Java type
-
-
-
Method Detail
-
getIndexPropertyTypeInfo
IndexedPropertyTypeInfo getIndexPropertyTypeInfo(java.lang.String propertyType)
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
-
-