Interface DocumentBuilderPreProcessor
-
- All Known Implementing Classes:
AbstractDocumentBuilderPreProcessor
public interface DocumentBuilderPreProcessorPre-process indexables sharing the same contextId.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreProcess(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
-
-