Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.SearchQueryResult

Packages that use SearchQueryResult
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of SearchQueryResult in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return types with arguments of type SearchQueryResult
 Iterable<SearchQueryResult> SearchQuery.getResults()
          Returns the search query results for all result types.
 Iterable<SearchQueryResult> SearchQuery.getResults(int startIndex, int numResults)
          Returns the results of the query for all result types.
 Iterable<SearchQueryResult> SearchQuery.getResults(List<SearchQueryResult.ResultType> types)
          Returns the search query results across the provided list of result types.
 Iterable<SearchQueryResult> SearchQuery.getResults(List<SearchQueryResult.ResultType> types, int startIndex, int numResults)
          Returns the results of the query across the provided list of result types.
 

Methods in com.jivesoftware.community with parameters of type SearchQueryResult
 String[] SearchQuery.highlightResult(SearchQueryResult searchQueryResult, String preTag, String postTag)
          Returns a title and summary with search words highlighted appropriate to the search query string.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.