com.rapidtransform.core.search.lucene
Class CompassSearchCommand

java.lang.Object
  extended by com.rapidtransform.core.search.AbstractSearchCommand
      extended by com.rapidtransform.core.search.lucene.CompassSearchCommand
All Implemented Interfaces:
SearchCommand

public class CompassSearchCommand
extends AbstractSearchCommand

The SearchCommandCompass class encapsulates the SearchQueryCompass, the page size and the current page for the search results. This command is used for executing natural language searches with the Compass Framework.

Author:
Steve

Constructor Summary
CompassSearchCommand(java.lang.String queryStr)
           
 
Method Summary
 SearchQueryCompass getQuery()
           
 void setQuery(SearchQueryCompass query)
           
 
Methods inherited from class com.rapidtransform.core.search.AbstractSearchCommand
getCurrentPage, getPageSize, setCurrentPage, setPageSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompassSearchCommand

public CompassSearchCommand(java.lang.String queryStr)
Method Detail

getQuery

public SearchQueryCompass getQuery()

setQuery

public void setQuery(SearchQueryCompass query)