Package org.broadleafcommerce.core.search.service.solr.index
package org.broadleafcommerce.core.search.service.solr.index
-
ClassDescriptionImplementors of the SolrIndexServiceExtensionHandler interface should extend this class so that if additional extension points are added which they don't care about, their code will not need to be modified.Rebuilds the entire Solr index.If the field is translatable, then this method prefixes the field with supported locales.General information about the current status of a (embedded) Solr instance's indexProvides a single cache while exposing a block of code for execution to
SolrIndexService.performCachedOperation(org.broadleafcommerce.core.search.service.solr.SolrIndexCachedOperation.CacheOperation).Basic interface representing a block of work to perform with a single cache instanceDefines the lifecylce of an indexing operation used inSolrIndexService.Service exposing several methods for creating a Solr index based on catalog product data.Extension handler for indexing operations in Solr.Manages extension points for SolrSearchServiceResponsible for building and rebuilding the Solr indexResponsible for reading and writing the index status to some persistent store (e.g.Responsible for reading and writing the status using one or moreSolrIndexStatusProviderinstances.