@ThreadSafe public class GenericSearchExtractorContext<T> extends Object implements EntitySearchExtractor.Context<T>
Constructor and Description |
---|
GenericSearchExtractorContext(T entity,
String indexName) |
Modifier and Type | Method and Description |
---|---|
T |
getEntity() |
String |
getIndexName()
currently as for 6.2 one of issues, comments, changes, worklogs.
|
public T getEntity()
getEntity
in interface EntitySearchExtractor.Context<T>
public String getIndexName()
EntitySearchExtractor.Context
SearchProviderFactory
for available indexes.getIndexName
in interface EntitySearchExtractor.Context<T>
Copyright © 2002-2021 Atlassian. All Rights Reserved.