Uses of Interface
com.elasticpath.persistence.SpellIndexSearcher

Packages that use SpellIndexSearcher
com.elasticpath.persistence.impl   
com.elasticpath.service.index.impl   
 

Uses of SpellIndexSearcher in com.elasticpath.persistence.impl
 

Classes in com.elasticpath.persistence.impl that implement SpellIndexSearcher
 class SpellIndexSearcherImpl
          A Lucene-based implementation of SpellIndexSearcher.
 

Uses of SpellIndexSearcher in com.elasticpath.service.index.impl
 

Methods in com.elasticpath.service.index.impl that return SpellIndexSearcher
 SpellIndexSearcher IndexSearchServiceImpl.getSpellIndexSearcher()
          Gets the spell index searcher.
 

Methods in com.elasticpath.service.index.impl with parameters of type SpellIndexSearcher
 void IndexSearchServiceImpl.setSpellIndexSearcher(SpellIndexSearcher spellIndexSearcher)
          Sets the spell index searcher.