Uses of Class
com.atlassian.confluence.search.contentnames.Category
-
-
Uses of Category in com.atlassian.confluence.internal.search.contentnames.v2
Methods in com.atlassian.confluence.internal.search.contentnames.v2 that return types with arguments of type Category Modifier and Type Method Description Map<Category,ContentNameSearchSectionSpec>ContentNameSearchSectionSpecsProvider. get()Map<Category,ContentNameSearchSectionSpec>CoreContentNameSearchSectionSpecsProvider. get()Constructor parameters in com.atlassian.confluence.internal.search.contentnames.v2 with type arguments of type Category Constructor Description ContentNameSearchSectionSpecsProvider(Supplier<Map<Category,ContentNameSearchSectionSpec>> coreSectionSpecsProvider, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Uses of Category in com.atlassian.confluence.search.contentnames
Fields in com.atlassian.confluence.search.contentnames declared as Category Modifier and Type Field Description static CategoryCategory. ATTACHMENTSA category for attachment results.static CategoryCategory. BLOGSA category for blog results.static CategoryCategory. COMMENTSA category for comments.static CategoryCategory. CONTENTA category for page and blog results combined.static CategoryCategory. CUSTOMA category for custom content.static CategoryCategory. PAGESA category for page results.static CategoryCategory. PEOPLEA category for people results.static CategoryCategory. PERSONAL_SPACEA category for personal spaces.static CategoryCategory. SPACESA category for space results.Methods in com.atlassian.confluence.search.contentnames that return Category Modifier and Type Method Description static CategoryCategory. getCategory(String type)Return a Category for the supplied type.CategoryContentNameSearchSectionSpec. getCategory()Content category usually one per content type.CategorySearchResult. getCategory()Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type Category Modifier and Type Method Description Set<Category>ResultTemplate. getCategories()Returns the names of all categories defined in this configuration.default Map<Category,List<SearchResult>>ContentNameSearcher. search(List<QueryToken> queryTokens)Search and expect results using the Confluence defaultResultTemplate.default Map<Category,List<SearchResult>>ContentNameSearcher. search(List<QueryToken> queryTokens, ResultTemplate grouping)Search returning results meeting the specifiedResultTemplate.default Map<Category,List<SearchResult>>ContentNameSearcher. search(List<QueryToken> queryTokens, ResultTemplate grouping, String... spaceKeys)Search returning results in the specified space andResultTemplateMap<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 andResultTemplateinclude pagination and search parent name support.default Map<Category,List<SearchResult>>ContentNameSearcher. search(List<QueryToken> queryTokens, ResultTemplate resultTemplate, Set<Attachment.Type> attachmentTypes, String... spaceKeys)Search returning results in the specified space andResultTemplateMethods in com.atlassian.confluence.search.contentnames with parameters of type Category Modifier and Type Method Description voidResultTemplate. addCategory(Category category, int maxResultCount)Add a category.intResultTemplate. getMaxResultCount(Category category)The maximum number of results for this category.booleanResultTemplate. hasCategory(Category category)Returns true if the specified category is defined, false otherwise.voidSearchResult. setCategory(Category category)Method parameters in com.atlassian.confluence.search.contentnames with type arguments of type Category Modifier and Type Method Description voidDefaultContentNameSearchSectionsProvider. setContentNameSearchSectionSpecsProvider(Supplier<Map<Category,ContentNameSearchSectionSpec>> contentNameSearchSectionSpecsProvider) -
Uses of Category in com.atlassian.confluence.search.lucene.filter
Methods in com.atlassian.confluence.search.lucene.filter with parameters of type Category Modifier and Type Method Description static org.apache.lucene.search.FilterContentCategoryFilter. of(Category category) -
Uses of Category in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return types with arguments of type Category Modifier and Type Method Description List<Category>ContentCategoryQuery. getParameters()Constructors in com.atlassian.confluence.search.v2.query with parameters of type Category Constructor Description ContentCategoryQuery(Category contentCategory)Construct aSearchQuerythat finds content matching a givenCategoryConstructor parameters in com.atlassian.confluence.search.v2.query with type arguments of type Category Constructor Description ContentCategoryQuery(Set<Category> contentCategories)Construct aSearchQuerythat finds content matching at least one of the specified Set ofCategory -
Uses of Category in com.atlassian.confluence.search.v2.searchfilter
Methods in com.atlassian.confluence.search.v2.searchfilter that return Category Modifier and Type Method Description CategoryContentCategorySearchFilter. getContentCategory()Deprecated.Constructors in com.atlassian.confluence.search.v2.searchfilter with parameters of type Category Constructor Description ContentCategorySearchFilter(Category contentCategory)Deprecated.
-