Interface SolrIndexedPropertyTypeRegistry

All Known Implementing Classes:
DefaultSolrIndexedPropertyTypeRegistry

public interface SolrIndexedPropertyTypeRegistry
Registry for getting information on indexed property type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns information on indexed property type such as allowed query operators, is eligible for facet and Java type
  • Method Details

    • getIndexPropertyTypeInfo

      IndexedPropertyTypeInfo getIndexPropertyTypeInfo(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