Interface | Description |
---|---|
LuceneQueryModifier |
This class will clone the
Query and add a
MatchAllDocsQuery to the portion of the query that require them. |
PermissionQueryCache |
Cache for holding precomputed JQL permission query filter.
|
QueryCreator |
Converts quicksearch language search queries into JIRA search URLs.
|
QueryOptimizer |
An interface for a Query Optimizer which performs operations on a query which don't change the semantic of the query,
but optimize the structure of the query.
|
SearchRequestAddendumBuilder.AddendumCallback<T> | |
SearchSortUtil | Deprecated |
Class | Description |
---|---|
DefaultLuceneQueryModifier | |
DefaultPermissionQueryCache |
Cache for holding precomputed JQL permission query filter.
|
DefaultQueryCreator | |
FreeTextVisitor |
Look through the query and try and find "text" searching conditions.
|
RedundantClausesQueryOptimizer | |
SearchPropertiesManager |
Manages storing search requests ("session" search) in user properties.
|
SearchRequestAddendumBuilder |
Provides convenience methods to build new SearchRequest objects from existing ones, by appending additional clauses.
|
SearchSortUtilImpl | |
TextTermEscaper |
Copyright © 2002-2021 Atlassian. All Rights Reserved.