Uses of Class
com.rapidtransform.core.search.SearchResult

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

Uses of SearchResult in com.rapidtransform.core.search
 

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

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

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