Uses of Interface
com.elasticpath.service.index.Analyzer

Packages that use Analyzer
com.elasticpath.service.index.impl   
 

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

Classes in com.elasticpath.service.index.impl that implement Analyzer
 class AnalyzerImpl
          Provides a bunch of analyzing methods.
 

Methods in com.elasticpath.service.index.impl that return Analyzer
 Analyzer AbstractIndexServiceImpl.getAnalyzer()
          Returns the analyzer.
 Analyzer AbstractQueryComposerImpl.getAnalyzer()
          Returns the analyzer.
 Analyzer IndexSearchServiceImpl.getAnalyzer()
          Returns the analyzer.
 

Methods in com.elasticpath.service.index.impl with parameters of type Analyzer
 void AbstractIndexServiceImpl.setAnalyzer(Analyzer analyzer)
          Sets the anaylyer.
 void AbstractQueryComposerImpl.setAnalyzer(Analyzer analyzer)
          Sets the analyzer.
 void IndexSearchServiceImpl.setAnalyzer(Analyzer analyzer)
          Sets the analyzer.