com.elasticpath.service.index
Interface IndexBuildService

All Known Implementing Classes:
AbstractIndexBuildServiceImpl, CategoryIndexBuildServiceImpl, CustomerIndexBuildServiceImpl, OrderIndexBuildServiceImpl, ProductIndexForCmUseBuildServiceImpl, ProductIndexForSfUseBuildServiceImpl

public interface IndexBuildService

Provides services to build search index.


Method Summary
 void buildIndex()
          Builds the search index.
 void buildIndex(boolean rebuild, java.util.Locale locale)
          Builds the search index based on the given locale.
 void buildIndexForDefaultLocale()
          Builds the search index for system default locale only.
 

Method Detail

buildIndex

void buildIndex()
Builds the search index.


buildIndex

void buildIndex(boolean rebuild,
                java.util.Locale locale)
Builds the search index based on the given locale.

Parameters:
rebuild - true if recreating a new index, false otherwise
locale - the locale, giving null to build index on all locales that system support

buildIndexForDefaultLocale

void buildIndexForDefaultLocale()
Builds the search index for system default locale only.