Interface SearchAttributeSelectionStrategy

    • 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