Class DefaultWorkLogIndexExtractor
java.lang.Object
com.atlassian.jira.search.issue.index.indexers.DefaultWorkLogIndexExtractor
- All Implemented Interfaces:
EntityIndexExtractor<Worklog>,WorkLogIndexExtractor
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.search.entity.EntityIndexExtractor
EntityIndexExtractor.Context<T> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeclares the fields to be added to the index schemavoidindexEntity(EntityIndexExtractor.Context<Worklog> ctx, FieldValueCollector collector) Extracts fields from entity provided byEntityIndexExtractor.Contextand adds them to the collector.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.search.entity.EntityIndexExtractor
indexEntities
-
Field Details
-
WORKLOG_FIELDS
-
-
Constructor Details
-
DefaultWorkLogIndexExtractor
public DefaultWorkLogIndexExtractor()
-
-
Method Details
-
getFields
Description copied from interface:EntityIndexExtractorDeclares the fields to be added to the index schema- Specified by:
getFieldsin interfaceEntityIndexExtractor<Worklog>
-
indexEntity
Description copied from interface:EntityIndexExtractorExtracts fields from entity provided byEntityIndexExtractor.Contextand adds them to the collector.- Specified by:
indexEntityin interfaceEntityIndexExtractor<Worklog>- Parameters:
ctx- context for this operationcollector- collector to which values should be added
-