find
SearchResult find(java.lang.String searchTerms, int noOfResultsPerPage, int page)
- Find the entities that match the specified search terms..
-
- Parameters:
searchTerms
- The terms to match.noOfResultsPerPage
- The number of results to return.page
- The page of results to return (first page has index of 0).- Returns:
- The SearchResult object with set entities and total count.
index
void index()
Rebuild the search index.