Package com.atlassian.jira.issue.search
package com.atlassian.jira.issue.search
-
ClassDescriptionCaching store for
SearchRequest
.Represents a JQL clause name.A visitor that will remove the specified named clauses from the query tree.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.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.Thrown when a lucene is attempted to be built from a JQL query which is too complex.Deprecated.Default Implementation for SearchRequestFactoryA tuple ofDocument
and its internal id in Lucene index.Deprecated.Use Lucene Doc Values directly.Simple Link Factory for creating links to favourite filtersA basic interface to allow fields to compare two issuesDeprecated.Use Lucene Doc Values.Implementations of this interface are used to sort Lucene search results of Issue Documents.A mock search request to use when testing JQL code.OfBiz implementation ofSearchRequestStore
Deprecated.Use Lucene Doc Values.Represents the Project and IssueType combination which is used to determine the allowable fields and values when searching for Issues.Use this factory to construct aSearchContext
.Use this factory to construct aSearchContext
.Object used by the field to indicate how it can be searched and indexed.Represents a JQL clause and how to process it.Holds the link between anIssueSearcher
and the JQL clauses (asSearchHandler.ClauseRegistration
s) that it uses in the background to implement searching.Component that can produceSearchHandler
builders.SearchProvider allows running advanced searches against the Jira Lucene Issue index as opposed to database (SQL) based queries.Provides low-level searches that can be used to query indexes.Encapsulation of all parameters required to match Lucene documents.A shareable representation of a search for issues.SearchRequestAdminManager is for the admin section only.This interface describes operations for appending clauses to existing SearchRequest queries.A SearchRequest data object.Factory for constructing SearchRequests.A class representing information related to a Search Request.This manager is responsible forSearchRequest
s.Store used for CRUD of SearchRequestsProvides access to System clause handlers, throughSearchHandler.SearcherRegistration
's for clauses that do not have associated system fields and searchers.Interface to allow classes that extendCollector
to be informed of the total number of hits.
SortableCustomFieldSearcher
instead.