com.elasticpath.service.index
Interface QueryComposer

All Known Implementing Classes:
AbstractQueryComposerImpl, CategoryQueryComposerImpl, CustomerQueryComposerImpl, OrderQueryComposerImpl, ProductQueryComposerImpl

public interface QueryComposer

Represents a query composer.


Method Summary
 org.apache.lucene.search.Query composeFuzzyQuery(SearchCriteria searchCriteria)
          Compose a fuzzy query based on the given search crieteria.
 org.apache.lucene.search.Query composeQuery(SearchCriteria searchCriteria)
          Compose a query based on the given search crieteria.
 

Method Detail

composeFuzzyQuery

org.apache.lucene.search.Query composeFuzzyQuery(SearchCriteria searchCriteria)
Compose a fuzzy query based on the given search crieteria.

Parameters:
searchCriteria - the given search crieteria.
Returns:
a fuzzy query

composeQuery

org.apache.lucene.search.Query composeQuery(SearchCriteria searchCriteria)
Compose a query based on the given search crieteria.

Parameters:
searchCriteria - the given search crieteria
Returns:
a query