Uses of Package
com.atlassian.confluence.search.contentnames
Package
Description
-
ClassDescriptionAn search service that will take a query String and apply it as a search across the 'universal title' field within the Confluence search index.
-
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. -
ClassDescriptionA token emitted from tokenization performed by
QueryTokenizer
.Tokenizes a query string intoQueryToken
s. -
ClassDescriptionRepresents a category in which results coming back from a content name search can be put in.Specifies how a
ContentNameSearchSection
is populated.Represents a search result from a content name search. -
-
-
ClassDescriptionSearch for Confluence content by its name (for Pages we search title, for users, we search full names, etc.).Tokenizes a query string into
QueryToken
s. -
-
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)
.Defines a section in the results of the quick nav dropdown.A token emitted from tokenization performed byQueryTokenizer
.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. -
ClassDescriptionRepresents a category in which results coming back from a content name search can be put in.
-