Uses of Interface
com.elasticpath.persistence.IndexSearcher

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

Uses of IndexSearcher in com.elasticpath.persistence.impl
 

Classes in com.elasticpath.persistence.impl that implement IndexSearcher
 class IndexSearcherImpl
          Data access for the Lucene index.
 

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

Methods in com.elasticpath.service.index.impl that return IndexSearcher
 IndexSearcher IndexSearchServiceImpl.getIndexSearcher()
          Returns the index searcher.
 

Methods in com.elasticpath.service.index.impl with parameters of type IndexSearcher
 void IndexSearchServiceImpl.setIndexSearcher(IndexSearcher indexSearcher)
          Sets the index searcher.