com.ibm.commerce.catalog.facade.server.services.search.expression.solr

Class SolrSearchIndexSynchronizer

  • All Implemented Interfaces:
    SearchExpressionProvider
    Direct Known Subclasses:
    SolrSearchPreviewOnlyIndexSynchronizer

    Deprecated. 
    This plug-in provides a search index synchronization point. Its main responsibility is to process the re-indexing request by launching the index pre-processor. This class is synchronized so there is only at most one thread that could be executed for re-indexing. Upon completion of re-indexing, either delta or full, another event will be raised to release an internal synchronization lock.

    public class SolrSearchIndexSynchronizer
    extends AbstractSolrSearchExpressionProvider
    implements SearchExpressionProvider