com.rapidtransform.core.search.lucene
Class CompassSearchCommand
java.lang.Object
com.rapidtransform.core.search.AbstractSearchCommand
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompassSearchCommand
public CompassSearchCommand(java.lang.String queryStr)
getQuery
public SearchQueryCompass getQuery()
setQuery
public void setQuery(SearchQueryCompass query)