Modifier and Type | Method and Description |
---|---|
List<FieldIndexer> |
MockCustomFieldType.getRelatedIndexers(CustomField customField) |
Modifier and Type | Class and Description |
---|---|
class |
SlowFieldIndexer
Indexer that doesn't index anything (at least for now), but introduces a configurable delay to Lucene document building.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelsCustomFieldIndexer
A reference class that implements a custom field indexer
|
Modifier and Type | Method and Description |
---|---|
List<FieldIndexer> |
CustomFieldType.getRelatedIndexers(CustomField customField)
Returns a list of indexers that will be used for the field.
|
Modifier and Type | Method and Description |
---|---|
List<FieldIndexer> |
MultiUserCFType.getRelatedIndexers(CustomField customField) |
List<FieldIndexer> |
MultiGroupCFType.getRelatedIndexers(CustomField customField) |
List<FieldIndexer> |
AbstractCustomFieldType.getRelatedIndexers(CustomField customField) |
Modifier and Type | Method and Description |
---|---|
List<FieldIndexer> |
CustomFieldSearcherInformation.getRelatedIndexers()
Regular
IssueSearcher s get their FieldIndexer s
by instantiating the class objects passed to them. |
Constructor and Description |
---|
CustomFieldSearcherInformation(String id,
String nameKey,
List<? extends FieldIndexer> indexers,
AtomicReference<CustomField> fieldReference) |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomFieldIndexer
An indexer that indexes a particular custom field.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomFieldIndexerWithStats |
class |
FieldIndexerWithStats |
Modifier and Type | Method and Description |
---|---|
static FieldIndexerWithStats |
FieldIndexerWithStats.createKnown(FieldIndexer delegate) |
static FieldIndexerWithStats |
FieldIndexerWithStats.createOther(FieldIndexer delegate) |
Constructor and Description |
---|
FieldIndexerWithStats(boolean isKnown,
FieldIndexer delegate) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCustomFieldIndexer
A base-class for custom field indexers that performs the logic of checking if the CustomField isVisibleAndInScope
and then delegates off to the base class to add the correct document fields.
|
class |
AffectedVersionsIndexer |
class |
AssigneeIndexer |
class |
AttachmentIndexer |
class |
BaseFieldIndexer |
class |
CascadingSelectCustomFieldIndexer
A custom field indexer for the cascading select custom fields.
|
class |
ComponentsIndexer |
class |
CreatedDateIndexer |
class |
CreatorIndexer
Class used for indexing the CreatorSystemField
|
class |
CurrentEstimateIndexer |
class |
CustomFieldLabelsIndexer
A CustomFieldLabelsIndexer
|
class |
DateCustomFieldIndexer
An indexer for the date custom fields
|
class |
DescriptionIndexer |
class |
DueDateIndexer |
class |
EnvironmentIndexer |
class |
ExactTextCustomFieldIndexer
A custom field indexer for text fields that can be sorted
|
class |
FixForVersionsIndexer |
class |
GroupCustomFieldIndexer
A simple custom field indexer for group custom fields
|
class |
IssueIdIndexer |
class |
IssueKeyIndexer |
class |
IssueLinkIndexer |
class |
IssueTypeIndexer |
class |
LabelsIndexer
Responsible for adding fields to the Issue document being indexed.
|
class |
LocalDateIndexer |
class |
NumberCustomFieldIndexer
A simple custom field indexer for the number custom fields
|
class |
OriginalEstimateIndexer |
class |
ParentIssueIndexer |
class |
PriorityIndexer |
class |
ProgressIndexer
This class indexes issue's progress (based on time spent and remaining).
|
class |
ProjectCustomFieldIndexer
A simple custom field indexer for the ProjectPicker custom field.
|
class |
ProjectIdIndexer |
class |
ReporterIndexer |
class |
ResolutionDateIndexer |
class |
ResolutionIndexer |
class |
SecurityIndexer |
class |
SelectCustomFieldIndexer
A custom field indexer for the multi select custom fields (e.g.
|
class |
SortableTextCustomFieldIndexer
A custom field indexer for text fields that can be sorted
|
class |
StatusIndexer |
class |
SubTaskIndexer |
class |
SummaryIndexer
Responsible for populating a
lucene document with the information held in
the "Summary" field of the issue |
class |
TimeSpentIndexer |
class |
UpdatedDateIndexer |
class |
UserCustomFieldIndexer
A simple version custom field indexer for the SingleUserPicker custom field.
|
class |
UserFieldIndexer
Abstract FieldIndexer that has helper methods to index usernames in a case-insensitive manner consistent with what
Crowd Embedded does.
|
class |
VersionCustomFieldIndexer
A simple version custom field indexer.
|
class |
VoterIndexer |
class |
VotesIndexer |
class |
WatcherIndexer |
class |
WatchesIndexer |
class |
WorkRatioIndexer |
Modifier and Type | Method and Description |
---|---|
Collection<FieldIndexer> |
FieldIndexerManagerImpl.getAllIssueIndexers() |
Collection<FieldIndexer> |
FieldIndexerManager.getAllIssueIndexers() |
Collection<FieldIndexer> |
FieldIndexerManagerImpl.getSystemFieldIndexers() |
Collection<FieldIndexer> |
FieldIndexerManager.getSystemFieldIndexers() |
Modifier and Type | Method and Description |
---|---|
List<FieldIndexer> |
SearchHandler.getIndexers()
The list of indexers that will JIRA will use to index the field.
|
Modifier and Type | Method and Description |
---|---|
SearchHandlerBuilderFactory.SearchHandlerBuilder |
SearchHandlerBuilderFactory.SearchHandlerBuilder.addIndexer(FieldIndexer indexer) |
Constructor and Description |
---|
SearchHandler(List<FieldIndexer> fieldIndexers,
SearchHandler.SearcherRegistration searcherRegistration)
Create a new handler with the passed
FieldIndexer s and SearchHandler.SearcherRegistration . |
SearchHandler(List<FieldIndexer> fieldIndexers,
SearchHandler.SearcherRegistration searcherRegistration,
List<SearchHandler.ClauseRegistration> clauseRegistrations)
Create a new handler.
|
Modifier and Type | Method and Description |
---|---|
List<FieldIndexer> |
SearcherInformation.getRelatedIndexers()
Returns a list of
FieldIndexer objects. |
List<FieldIndexer> |
GenericSearcherInformation.getRelatedIndexers() |
Constructor and Description |
---|
GenericSearcherInformation(String id,
String nameKey,
List<Class<? extends FieldIndexer>> indexers,
AtomicReference<T> fieldReference,
SearcherGroupType searcherGroupType) |
Modifier and Type | Method and Description |
---|---|
List<FieldIndexer> |
MockSearcherInformation.getRelatedIndexers() |
Modifier and Type | Method and Description |
---|---|
void |
MockSearcherInformation.setIndexers(List<FieldIndexer> indexers) |
Constructor and Description |
---|
MockSearcherInformation(String id,
String nameKey,
String name,
T field,
List<FieldIndexer> indexers,
SearcherGroupType searcherGroup) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.