Uses of Interface
com.rapidtransform.core.search.SearchCommand

Packages that use SearchCommand
com.rapidtransform.core.search   
com.rapidtransform.core.search.lucene   
 

Uses of SearchCommand in com.rapidtransform.core.search
 

Classes in com.rapidtransform.core.search that implement SearchCommand
 class AbstractSearchCommand
           
 class AdvancedSearchCommand
           
 

Methods in com.rapidtransform.core.search with parameters of type SearchCommand
 java.util.Collection<SearchResult> SearchService.search(java.lang.String searchType, SearchCommand searchCommand)
          Performs a search with the given SearchCommand.
 

Uses of SearchCommand in com.rapidtransform.core.search.lucene
 

Classes in com.rapidtransform.core.search.lucene that implement SearchCommand
 class CompassSearchCommand
          The SearchCommandCompass class encapsulates the SearchQueryCompass, the page size and the current page for the search results.
 

Methods in com.rapidtransform.core.search.lucene with parameters of type SearchCommand
 java.util.Collection<SearchResult> CompassSearchService.search(java.lang.String searchType, SearchCommand searchCommand)
          Searches the Lucene index for matches to the query in the CompassSearchCommand.