public class VersionIndexSearcherImpl extends Object implements VersionIndexSearcher
| Constructor and Description |
|---|
VersionIndexSearcherImpl(IndexerService indexerService,
com.atlassian.bonnie.ILuceneConnection luceneConnection) |
| Modifier and Type | Method and Description |
|---|---|
IndexedVersion |
findVersionById(long versionId) |
List<IndexedVersion> |
findVersionsAssociatedWithJiraIssue(String issueKey)
Find all versions that have the given issue key
|
public VersionIndexSearcherImpl(IndexerService indexerService, com.atlassian.bonnie.ILuceneConnection luceneConnection)
public List<IndexedVersion> findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)
VersionIndexSearcherfindVersionsAssociatedWithJiraIssue in interface VersionIndexSearcherissueKey - to find@Nullable public IndexedVersion findVersionById(long versionId)
findVersionById in interface VersionIndexSearcherCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.