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)
           
 SearchResultEntity PersonalInformationContentEntityBuilder.build(SearchResult result)
           
 SearchResultEntity ContentEntityBuilder.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
 java.util.Map<Category,java.util.List<SearchResult>> ContentNameSearcher.search(java.util.List<QueryToken> queryTokens)
          Search and expect results using the Confluence default ResultTemplate.
 java.util.Map<Category,java.util.List<SearchResult>> ContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping)
          Search returning results meeting the specified ResultTemplate.
 java.util.Map<Category,java.util.List<SearchResult>> ContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
          Search returning results in the specified space and ResultTemplate
 java.util.Map<Category,java.util.List<SearchResult>> ContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping, java.lang.String... spaceKeys)
          Search returning results in the specified space and ResultTemplate
 

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
 java.util.Map<Category,java.util.List<SearchResult>> ResultConverter.convert(java.util.Map<Category,org.apache.lucene.search.TopDocCollector> results)
          Convert search results.
 java.util.Map<Category,java.util.List<SearchResult>> DefaultResultConverter.convert(java.util.Map<Category,org.apache.lucene.search.TopDocCollector> results)
           
 java.util.Map<Category,java.util.List<SearchResult>> LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens)
           
 java.util.Map<Category,java.util.List<SearchResult>> LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping)
           
 java.util.Map<Category,java.util.List<SearchResult>> LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate resultTemplate, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
           
 java.util.Map<Category,java.util.List<SearchResult>> LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping, java.lang.String... spaceKeys)
           
 

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

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



Copyright © 2003-2010 Atlassian. All Rights Reserved.