Interface DocumentBuilderPreProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void preProcess​(List<? extends com.broadleafcommerce.search.api.domain.Indexable<?>> indexables)
      Process a collection of indexables sharing the same contextId with information which depends on the context of the other indexables.
    • Method Detail

      • preProcess

        void preProcess​(List<? extends com.broadleafcommerce.search.api.domain.Indexable<?>> indexables)
        Process a collection of indexables sharing the same contextId with information which depends on the context of the other indexables.
        Parameters:
        indexables - The indexables to process