Interface SearchAttributeSelectionStrategy
-
- All Known Implementing Classes:
SearchAttributeSelectionStrategyImpl
public interface SearchAttributeSelectionStrategyDetermines search attributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.String>compileIndexedProperties()booleanisAttributeAvailableOnSearchIndex(java.lang.String attributeName, java.util.Set<java.lang.String> solrIndexedProperties)Is there an indexed attribute with a specific name?
-
-
-
Method Detail
-
isAttributeAvailableOnSearchIndex
boolean isAttributeAvailableOnSearchIndex(java.lang.String attributeName, java.util.Set<java.lang.String> solrIndexedProperties)Is there an indexed attribute with a specific name?- Parameters:
attributeName-- Returns:
- True if attribute is available on search index
- Throws:
NoValidSolrConfigException
-
compileIndexedProperties
java.util.Set<java.lang.String> compileIndexedProperties() throws NoValidSolrConfigException- Throws:
NoValidSolrConfigException
-
-