Uses of Class
ccc.api.types.SearchResult

Packages that use SearchResult
ccc.api.core   
ccc.api.jaxrs   
ccc.plugins.s11n.json   
ccc.plugins.search   
ccc.plugins.search.lucene   
ccc.services.ejb3 EJB3 implementation of the CCC API. 
 

Uses of SearchResult in ccc.api.core
 

Methods in ccc.api.core that return SearchResult
 SearchResult SearchEngine.find(java.lang.String searchTerms, int noOfResultsPerPage, int page)
          Find the entities that match the specified search terms.
 SearchResult SearchEngine.find(java.lang.String searchTerms, java.lang.String sort, SortOrder order, int resultCount, int page)
          Find the results that match the specified search terms.
 SearchResult SearchEngine.similar(java.lang.String uuid, int noOfResultsPerPage, int page)
          Find the results that are similar to the specified page.
 

Uses of SearchResult in ccc.api.jaxrs
 

Methods in ccc.api.jaxrs that return SearchResult
 SearchResult SearchImpl.find(java.lang.String searchTerms, int noOfResultsPerPage, int page)
          Find the entities that match the specified search terms.
 SearchResult SearchImpl.find(java.lang.String searchTerms, java.lang.String sort, SortOrder order, int resultCount, int page)
          Find the results that match the specified search terms.
 SearchResult SearchImpl.similar(java.lang.String uuid, int noOfResultsPerPage, int page)
          Find the results that are similar to the specified page.
 

Uses of SearchResult in ccc.plugins.s11n.json
 

Methods in ccc.plugins.s11n.json that return SearchResult
 SearchResult SearchResultSerializer.read(Json json)
          Deserialize from a representation.
 

Methods in ccc.plugins.s11n.json with parameters of type SearchResult
 Json SearchResultSerializer.write(Json json, SearchResult instance)
          Serialize to representation.
 

Uses of SearchResult in ccc.plugins.search
 

Methods in ccc.plugins.search that return SearchResult
 SearchResult Index.find(java.lang.String searchTerms, int resultCount, int page)
          Find the results that match the specified search terms.
 SearchResult Index.find(java.lang.String searchTerms, java.lang.String sort, SortOrder order, int resultCount, int page)
          Find the results that match the specified search terms.
 SearchResult Index.similar(java.lang.String uuid, int nofOfResultsPerPage, int pageNo)
          Find the results that are similar to the specified page.
 

Uses of SearchResult in ccc.plugins.search.lucene
 

Methods in ccc.plugins.search.lucene that return SearchResult
 SearchResult SimpleLuceneFS.find(java.lang.String searchTerms, int nofOfResultsPerPage, int pageNo)
          Find the results that match the specified search terms.
 SearchResult SimpleLuceneFS.find(java.lang.String searchTerms, java.lang.String sort, SortOrder order, int nofOfResultsPerPage, int pageNo)
          Find the results that match the specified search terms.
 SearchResult SimpleLuceneFS.similar(java.lang.String uuid, int nofOfResultsPerPage, int pageNo)
          Find the results that are similar to the specified page.
 

Uses of SearchResult in ccc.services.ejb3
 

Methods in ccc.services.ejb3 that return SearchResult
 SearchResult SearchEngineEJB.find(java.lang.String searchTerms, int resultCount, int page)
          Find the entities that match the specified search terms.
 SearchResult SearchEngineEJB.find(java.lang.String searchTerms, java.lang.String sort, SortOrder order, int resultCount, int page)
          Find the results that match the specified search terms.
 SearchResult SearchEngineEJB.similar(java.lang.String uuid, int noOfResultsPerPage, int page)
          Find the results that are similar to the specified page.
 



Copyright © 2010. All Rights Reserved.