com.elasticpath.service.index.impl
Class OrderQueryComposerImpl

java.lang.Object
  extended by com.elasticpath.service.index.impl.AbstractQueryComposerImpl
      extended by com.elasticpath.service.index.impl.OrderQueryComposerImpl
All Implemented Interfaces:
QueryComposer

public class OrderQueryComposerImpl
extends AbstractQueryComposerImpl
implements QueryComposer

A query compose for orders search.


Constructor Summary
OrderQueryComposerImpl()
           
 
Method Summary
 org.apache.lucene.search.Query composeFuzzyQuery(SearchCriteria searchCriteria)
          Compose a query based on the given search crieteria.
 org.apache.lucene.search.Query composeQuery(SearchCriteria searchCriteria)
          Compose a query based on the given search crieteria.
 
Methods inherited from class com.elasticpath.service.index.impl.AbstractQueryComposerImpl
getAnalyzer, getElasticPath, setAnalyzer, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderQueryComposerImpl

public OrderQueryComposerImpl()
Method Detail

composeFuzzyQuery

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

Specified by:
composeFuzzyQuery in interface QueryComposer
Parameters:
searchCriteria - the given search crieteria
Returns:
a query

composeQuery

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

Specified by:
composeQuery in interface QueryComposer
Parameters:
searchCriteria - the given search crieteria
Returns:
a query