Package com.atlassian.confluence.search.contentnames
package com.atlassian.confluence.search.contentnames
-
ClassDescriptionRepresents a category in which results coming back from a content name search can be put in.A context of the environment that is passed to
ContentNameSearchSectionsProvider.getSections(java.util.List, ContentNameSearchContext)
.Search for Confluence content by its name (for Pages we search title, for users, we search full names, etc.).Defines a section in the results of the quick nav dropdown.Specifies how aContentNameSearchSection
is populated.This interface must be implemented by plugins who wish to include results in the Confluence quick nav.An search service that will take a query String and apply it as a search across the 'universal title' field within the Confluence search index.A token emitted from tokenization performed byQueryTokenizer
.Tokenizes a query string intoQueryToken
s.Class that allows clients to specify what categories of results to get back from any content name search.Represents a search result from a content name search.