Interface SearchAttributeSelectionStrategy
- All Known Implementing Classes:
SearchAttributeSelectionStrategyImpl
public interface SearchAttributeSelectionStrategy
Determines search attributes
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisAttributeAvailableOnSearchIndex(String attributeName, Set<String> solrIndexedProperties) Is there an indexed attribute with a specific name?
-
Method Details
-
isAttributeAvailableOnSearchIndex
Is there an indexed attribute with a specific name?- Parameters:
attributeName-- Returns:
- True if attribute is available on search index
- Throws:
NoValidSolrConfigException
-
compileIndexedProperties
- Throws:
NoValidSolrConfigException
-