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

Packages that use Category
com.atlassian.confluence.search.contentnames   
com.atlassian.confluence.search.contentnames.lucene   
com.atlassian.confluence.search.contentnames.lucene.mappers   
 

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

Fields in com.atlassian.confluence.search.contentnames declared as Category
static Category Category.ATTACHMENTS
          A category for attachment results.
static Category Category.BLOGS
          A category for blog results.
static Category Category.COMMENTS
          A category for comments.
static Category Category.CONTENT
          A category for page and blog results combined.
static Category Category.MAIL
          A category for mail.
static Category Category.PAGES
          A category for page results.
static Category Category.PEOPLE
          A category for people results.
static Category Category.PERSONAL_SPACE
          A category for personal spaces.
static Category Category.SPACES
          A category for space results.
 

Methods in com.atlassian.confluence.search.contentnames that return Category
 Category SearchResult.getCategory()
           
static Category Category.getCategory(String type)
          Return a Category for the supplied type.
 

Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type Category
 Map<Category,org.apache.lucene.search.TopDocCollector> ResultCategoriser.categorise(DocumentResultScores documentResultScores, ResultTemplate resultTemplate)
          Categorises documentScores into categories defined in the specified resultTemplate.
 Set<Category> ResultTemplate.getCategories()
          Returns the names of all categories defined in this configuration.
 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
 

Methods in com.atlassian.confluence.search.contentnames with parameters of type Category
 void ResultTemplate.addCategory(Category category, int maxResultCount)
          Add a category.
 int ResultTemplate.getMaxResultCount(Category category)
          The maximum number of results for this category.
 boolean ResultTemplate.hasCategory(Category category)
          Returns true if the specified category is defined, false otherwise.
 void SearchResult.setCategory(Category category)
           
 

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

Methods in com.atlassian.confluence.search.contentnames.lucene that return types with arguments of type Category
 Map<Category,org.apache.lucene.search.TopDocCollector> DefaultResultCategoriser.categorise(DocumentResultScores resultScores, ResultTemplate resultTemplate)
           
 Map<Category,List<SearchResult>> ResultConverter.categorise(Map<Category,org.apache.lucene.search.TopDocCollector> results)
          Convert search results and categorise
 Map<Category,List<SearchResult>> DefaultResultConverter.categorise(Map<Category,org.apache.lucene.search.TopDocCollector> 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)
           
 

Method parameters in com.atlassian.confluence.search.contentnames.lucene with type arguments of type Category
 Map<Category,List<SearchResult>> ResultConverter.categorise(Map<Category,org.apache.lucene.search.TopDocCollector> results)
          Convert search results and categorise
 Map<Category,List<SearchResult>> DefaultResultConverter.categorise(Map<Category,org.apache.lucene.search.TopDocCollector> results)
           
 

Uses of Category in com.atlassian.confluence.search.contentnames.lucene.mappers
 

Methods in com.atlassian.confluence.search.contentnames.lucene.mappers that return Category
 Category ContentTypeCategoryMapper.getCategory(int docId, Set<Category> categories)
           
 Category CategoryMapper.getCategory(int docId, Set<Category> categories)
          Returns the Category that this docId belongs to.
 

Method parameters in com.atlassian.confluence.search.contentnames.lucene.mappers with type arguments of type Category
 Category ContentTypeCategoryMapper.getCategory(int docId, Set<Category> categories)
           
 Category CategoryMapper.getCategory(int docId, Set<Category> categories)
          Returns the Category that this docId belongs to.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.