Uses of Class
com.atlassian.confluence.search.contentnames.SearchResult

Packages that use SearchResult
com.atlassian.confluence.plugins.rest.entities.builders   
com.atlassian.confluence.search.contentnames   
com.atlassian.confluence.search.contentnames.lucene   
com.atlassian.confluence.util.actions   
 

Uses of SearchResult in com.atlassian.confluence.plugins.rest.entities.builders
 

Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type SearchResult
 SearchResultEntity SpaceEntityBuilder.build(SearchResult result)
           
 SearchResultEntity SearchEntityBuilder.build(SearchResult result)
          Builds a REST ContentEntity for the given search result
 SearchResultEntity PersonalInformationContentEntityBuilder.build(SearchResult result)
           
 SearchResultEntity DefaultContentEntityBuilder.build(SearchResult result)
           
 SearchResultEntity AttachmentEntityBuilder.build(SearchResult result)
           
 

Uses of SearchResult in com.atlassian.confluence.search.contentnames
 

Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type SearchResult
 Map<Category,List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens)
          Search and expect results using the Confluence default ResultTemplate.
 Map<Category,List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping)
          Search returning results meeting the specified ResultTemplate.
 Map<Category,List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String,Object> params, String... spaceKeys)
          Search returning results in the specified space and ResultTemplate include pagination and search parent name support.
 Map<Category,List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping, Set<Attachment.Type> attachmentTypes, String... spaceKeys)
          Search returning results in the specified space and ResultTemplate
 Map<Category,List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping, String... spaceKeys)
          Search returning results in the specified space and ResultTemplate
 List<SearchResult> ContentNameSearcher.searchNoCategorisation(List<QueryToken> queryTokens, ResultTemplate results, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String,Object> params, String... spaceKeys)
          Search returning results in the specified space and ResultTemplate include pagination and search parent name support.
 

Uses of SearchResult in com.atlassian.confluence.search.contentnames.lucene
 

Methods in com.atlassian.confluence.search.contentnames.lucene that return types with arguments of type SearchResult
 List<SearchResult> ResultConverter.asList(org.apache.lucene.search.TopDocsCollector results)
          Converts the results to a list of SearchResult, i.e.
 List<SearchResult> DefaultResultConverter.asList(org.apache.lucene.search.TopDocsCollector results)
           
 Map<Category,List<SearchResult>> ResultConverter.categorise(Map<Category,org.apache.lucene.search.TopDocsCollector> results)
          Convert search results and categorise
 Map<Category,List<SearchResult>> DefaultResultConverter.categorise(Map<Category,org.apache.lucene.search.TopDocsCollector> results)
           
 Map<Category,List<SearchResult>> LuceneContentNameSearcher.search(List<QueryToken> queryTokens)
           
 Map<Category,List<SearchResult>> LuceneContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping)
           
 Map<Category,List<SearchResult>> LuceneContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate resultTemplate, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String,Object> params, String... spaceKeys)
           
 Map<Category,List<SearchResult>> LuceneContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate resultTemplate, Set<Attachment.Type> attachmentTypes, String... spaceKeys)
           
 Map<Category,List<SearchResult>> LuceneContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping, String... spaceKeys)
           
 List<SearchResult> LuceneContentNameSearcher.searchNoCategorisation(List<QueryToken> queryTokens, ResultTemplate resultTemplate, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String,Object> params, String... spaceKeys)
           
 

Uses of SearchResult in com.atlassian.confluence.util.actions
 

Methods in com.atlassian.confluence.util.actions with parameters of type SearchResult
 String ContentTypesDisplayMapper.getClassName(SearchResult result)
          Get the CSS class name for the supplied SearchResult.
 



Copyright © 2003–2015 Atlassian. All rights reserved.