Uses of Package
com.atlassian.confluence.search.v2

Packages that use com.atlassian.confluence.search.v2
com.atlassian.confluence.plugin.descriptor.search   
com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. 
com.atlassian.confluence.search.v2.filter   
com.atlassian.confluence.search.v2.lucene Provides a Lucene-backed implementation of the SearchManager
com.atlassian.confluence.search.v2.lucene.compatibility Backwards compatibility wrappers to bridge between the old and new search APIs 
com.atlassian.confluence.search.v2.lucene.mapper   
com.atlassian.confluence.search.v2.query   
com.atlassian.confluence.search.v2.sort   
 

Classes in com.atlassian.confluence.search.v2 used by com.atlassian.confluence.plugin.descriptor.search
SearchQuery
          A query to be performed against the search index.
 

Classes in com.atlassian.confluence.search.v2 used by com.atlassian.confluence.search.v2
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.
QueryFactory
          Used by the query deserializer to map between key/parameters and SearchQuery objects.
ResultFilter
          Represents some method for filtering search results before they are returned from the search subsystem.
Search
          A representation of a search to be performed.
SearchQuery
          A query to be performed against the search index.
SearchResults
          The results of a search.
SearchSort
          Represents some method for sorting search results, and the order in which to search them.
 

Classes in com.atlassian.confluence.search.v2 used by com.atlassian.confluence.search.v2.filter
ResultFilter
          Represents some method for filtering search results before they are returned from the search subsystem.
 

Classes in com.atlassian.confluence.search.v2 used by com.atlassian.confluence.search.v2.lucene
InvalidResultFilterException
          Thrown when a Search is invalid because it specifies a filter that can not be mapped by the back-end implementation
InvalidSearchException
          Superclass for exceptions thrown due to errors converting from a Search to the native search type.
InvalidSortException
          Thrown when a Search is invalid because it specifies a sort that can not be mapped by the back-end implementation
ResultFilter
          Represents some method for filtering search results before they are returned from the search subsystem.
Search
          A representation of a search to be performed.
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.
 

Classes in com.atlassian.confluence.search.v2 used by com.atlassian.confluence.search.v2.lucene.compatibility
Search
          A representation of a search to be performed.
SearchManager
          Facade for the v2 search API.
SearchResult
          An individual search result.
SearchResults
          The results of a search.
 

Classes in com.atlassian.confluence.search.v2 used by com.atlassian.confluence.search.v2.lucene.mapper
InvalidResultFilterException
          Thrown when a Search is invalid because it specifies a filter that can not be mapped by the back-end implementation
InvalidSortException
          Thrown when a Search is invalid because it specifies a sort that can not be mapped by the back-end implementation
ResultFilter
          Represents some method for filtering search results before they are returned from the search subsystem.
SearchQuery
          A query to be performed against the search index.
SearchSort
          Represents some method for sorting search results, and the order in which to search them.
 

Classes in com.atlassian.confluence.search.v2 used by com.atlassian.confluence.search.v2.query
SearchQuery
          A query to be performed against the search index.
 

Classes in com.atlassian.confluence.search.v2 used by com.atlassian.confluence.search.v2.sort
SearchSort
          Represents some method for sorting search results, and the order in which to search them.
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.