| Interface | Description |
|---|---|
| CustomFieldSortable | Deprecated
Please use
SortableCustomFieldSearcher instead. |
| IssueComparator |
A basic interface to allow fields to compare two issues
|
| JiraDocValues | Deprecated
Use Lucene Doc Values.
|
| LuceneFieldSorter<T> |
Implementations of this interface are used to sort Lucene search results of Issue Documents.
|
| ReaderCache | Deprecated
Use Lucene Doc Values.
|
| SearchContext |
Represents the Project and IssueType combination which is used to determine the allowable fields and values
when searching for Issues.
|
| SearchContextFactory |
Use this factory to construct a
SearchContext. |
| SearchProvider |
SearchProvider allows running advanced searches against the Jira Lucene Issue index as opposed
to database (SQL) based queries.
|
| SearchProviderFactory |
Provides low-level searches that can be used to query indexes.
|
| SearchRequestAdminManager |
SearchRequestAdminManager is for the admin section only.
|
| SearchRequestAppender<T> |
This interface describes operations for appending clauses to existing SearchRequest queries.
|
| SearchRequestAppender.Factory<T> | |
| SearchRequestFactory |
Factory for constructing SearchRequests.
|
| SearchRequestManager |
This manager is responsible for
SearchRequests. |
| SearchRequestStore |
Store used for CRUD of SearchRequests
|
| SystemClauseHandlerFactory |
Provides access to System clause handlers, through
SearchHandler.SearcherRegistration's
for clauses that do not have associated system fields and searchers. |
| TotalHitsAwareCollector |
Interface to allow classes that extend
Collector to be informed of the total number of hits. |
| Class | Description |
|---|---|
| CachingSearchRequestStore |
Caching store for
SearchRequest. |
| ClauseNames |
Represents a JQL clause name.
|
| ClauseRemovingCloningVisitor |
A visitor that will remove the specified named clauses from the query tree.
|
| ClauseRenamingCloningVisitor |
A visitor that will clone the tree it is visiting, renaming any terminal nodes whose name is a key in the
substitutions map with its value in the substitutions map.
|
| ClauseReplacingCloningVisitor |
A visitor that will clone the tree it is visiting, replacing any terminal nodes with the same name as
a node in the provided substitutions list with the substitution node.
|
| DefaultSearchRequestAdminManager | |
| DefaultSearchRequestFactory |
Default Implementation for SearchRequestFactory
|
| DefaultSearchRequestManager | |
| DefaultSystemClauseHandlerFactory | |
| DocumentSearchResultsFactory | |
| DocumentWithId |
A tuple of
Document and its internal id in Lucene index. |
| DocValuesReaderCache | Deprecated
Use Lucene Doc Values directly.
|
| FavouriteFilterLinkFactory |
Simple Link Factory for creating links to favourite filters
|
| IssueSearchResultsFactory | |
| MockJqlSearchRequest |
A mock search request to use when testing JQL code.
|
| OfBizSearchRequestStore |
OfBiz implementation of
SearchRequestStore |
| SearchContextFactoryImpl |
Use this factory to construct a
SearchContext. |
| SearchContextImpl | |
| SearchHandler |
Object used by the field to indicate how it can be searched and indexed.
|
| SearchHandler.ClauseRegistration |
Represents a JQL clause and how to process it.
|
| SearchHandler.SearcherRegistration |
Holds the link between an
IssueSearcher and the JQL clauses (as
SearchHandler.ClauseRegistrations) that it uses in the background to
implement searching. |
| SearchHandlerBuilderFactory |
Component that can produce
SearchHandler builders. |
| SearchProviderFactoryImpl | |
| SearchQuery |
Encapsulation of all parameters required to match Lucene documents.
|
| SearchRequest |
A shareable representation of a search for issues.
|
| SearchRequestEntity |
A SearchRequest data object.
|
| SearchRequestEntityBuilder | |
| SearchRequestInfo |
A class representing information related to a Search Request.
|
| SearchRequestUtils | |
| SearchResults<T> |
| Exception | Description |
|---|---|
| ClauseTooComplexSearchException |
Thrown when a lucene is attempted to be built from a JQL query which is too complex.
|
| SearchException |
Copyright © 2002-2021 Atlassian. All Rights Reserved.