Interface DocumentBuilderPreProcessor
- All Known Implementing Classes:
AbstractDocumentBuilderPreProcessor
public interface DocumentBuilderPreProcessor
Pre-process indexables sharing the same contextId.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
preProcess
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
-