Class ProductCatalogOnlyPricingStrategyDocumentContributor

  • All Implemented Interfaces:
    com.broadleafcommerce.search.index.core.document.DocumentBuilderContributor<org.apache.solr.common.SolrInputDocument>

    public class ProductCatalogOnlyPricingStrategyDocumentContributor
    extends Object
    implements com.broadleafcommerce.search.index.core.document.DocumentBuilderContributor<org.apache.solr.common.SolrInputDocument>
    • Constructor Detail

      • ProductCatalogOnlyPricingStrategyDocumentContributor

        public ProductCatalogOnlyPricingStrategyDocumentContributor()
    • Method Detail

      • contributeInternal

        public void contributeInternal​(com.broadleafcommerce.search.api.domain.Indexable<?> indexable,
                                       org.apache.solr.common.SolrInputDocument document,
                                       com.jayway.jsonpath.DocumentContext context,
                                       List<com.broadleafcommerce.search.api.domain.FieldDefinition> searchFields)
                                throws com.broadleafcommerce.search.api.SearchIndexException
        Specified by:
        contributeInternal in interface com.broadleafcommerce.search.index.core.document.DocumentBuilderContributor<org.apache.solr.common.SolrInputDocument>
        Throws:
        com.broadleafcommerce.search.api.SearchIndexException
      • readDefaultSkuPrice

        @Nullable
        protected String readDefaultSkuPrice​(@Nullable
                                             String sku,
                                             com.jayway.jsonpath.DocumentContext context)
      • getLowestVariantPrice

        @Nullable
        protected String getLowestVariantPrice​(com.jayway.jsonpath.DocumentContext context)
      • canHandle

        public boolean canHandle​(com.broadleafcommerce.search.api.domain.Indexable<?> indexable)
        Specified by:
        canHandle in interface com.broadleafcommerce.search.index.core.document.DocumentBuilderContributor<org.apache.solr.common.SolrInputDocument>
      • readSku

        protected String readSku​(com.jayway.jsonpath.DocumentContext context)