com.elasticpath.service.index.impl
Class ProductSpellIndexForSfUseServiceImpl

java.lang.Object
  extended by com.elasticpath.service.impl.AbstractEpServiceImpl
      extended by com.elasticpath.service.impl.AbstractEpPersistenceServiceImpl
          extended by com.elasticpath.service.index.impl.AbstractIndexServiceImpl
              extended by com.elasticpath.service.index.impl.AbstractSpellIndexServiceImpl
                  extended by com.elasticpath.service.index.impl.ProductSpellIndexForSfUseServiceImpl
All Implemented Interfaces:
EpPersistenceService, EpService

public class ProductSpellIndexForSfUseServiceImpl
extends AbstractSpellIndexServiceImpl

An implementation of SpellIndexService that will create a spell index from the product index.


Constructor Summary
ProductSpellIndexForSfUseServiceImpl()
           
 
Method Summary
 
Methods inherited from class com.elasticpath.service.index.impl.AbstractIndexServiceImpl
buildIndex, buildIndex, buildIndexForDefaultLocale, getAnalyzer, getObject, getTimeService, setAnalyzer, setElasticPath, setPropertiesDao, setTimeService, setUtility
 
Methods inherited from class com.elasticpath.service.impl.AbstractEpPersistenceServiceImpl
getPersistenceEngine, setPersistenceEngine
 
Methods inherited from class com.elasticpath.service.impl.AbstractEpServiceImpl
getElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.service.EpService
getElasticPath
 

Constructor Detail

ProductSpellIndexForSfUseServiceImpl

public ProductSpellIndexForSfUseServiceImpl()