Package com.atlassian.confluence.search.v2

Provides an extensible, flexible search API.

See:
          Description

Interface Summary
BaseSearchResult A simpler super interface of SearchResult.
ISearch A representation of a search to be performed.
QueryFactory Used by the query deserializer to map between key/parameters and SearchQuery objects.
ResultFilter Deprecated. since 5.5.
SearchFilter A filter to be performed against the search index during search time (not post results).
SearchManager Facade for the v2 search API.
SearchQuery A query to be performed against the search index.
SearchResult An individual search result.
SearchResults The results of a search.
SearchSort Represents some method for sorting search results, and the order in which to search them.
SearchWithToken A search that additionally specifies a search token.
SpaceCategories  
 

Class Summary
AbstractChainableSearchFilter A super class that defines standard AND and OR chaining behaviour.
AbstractSearch  
ChangesSearch Represents a search against change information.
ContentSearch Represents a search against Confluence content.
DefaultQueryFactory A default implementation of QueryFactory that maps query type keys to plugin module complete keys.
DefaultSearch  
DefaultSearchWithToken  
QuerySerializer Note: Query serialization and deserialization does not work for all possible permutations of query parts at the moment.
Search Deprecated. since 3.0.
SearchConstants  
SearchFieldNames A helper class that contains the known set of core available Strings.
SearchResultLink Represents a HTML link constructed from data contained in a search result (and ultimately the search index).
 

Enum Summary
BooleanOperator  
SearchManager.EntityVersionPolicy Determines how search results will be converted into entities by SearchManager.convertToEntities(SearchResults, EntityVersionPolicy) and SearchManager.searchEntities(ISearch, EntityVersionPolicy).
SearchResultType Represents a confluence search result type.
SearchSort.Order Enum defining the types of ordering supported.
 

Exception Summary
FieldNotRequestedException Exception thrown when an attempt is made to access a search field when it was not included in the collection of requested fields.
InvalidQueryException Thrown when a smart list query could not be converted to an index query.
InvalidSearchException Superclass for exceptions thrown due to errors converting from a Search to the native search type.
SearchTokenExpiredException An exception thrown when the search token has expired.
 

Package com.atlassian.confluence.search.v2 Description

Provides an extensible, flexible search API. This API supercedes, and should be used for in preference to SmartListManager, SearchQueryBean, SearchScope, or accessing Lucene directly.

Package Specification

To external client code, this package provides a single service: SearchManager.

Related Documentation

Since:
2.8


Copyright © 2003-2014 Atlassian. All Rights Reserved.