Interface IndexableTypeAware

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.broadleafcommerce.search.api.type.IndexableType getIndexableType()
      Components that implement this method should return the same, non-null value on each invocation.
    • Method Detail

      • getIndexableType

        com.broadleafcommerce.search.api.type.IndexableType getIndexableType()
        Components that implement this method should return the same, non-null value on each invocation. This should basically return a constant value.
        Returns:
        the associated indexable type