Package | Description |
---|---|
com.atlassian.bamboo.index.quicksearch |
Modifier and Type | Class and Description |
---|---|
class |
QuickSearchDocumentImpl |
Modifier and Type | Method and Description |
---|---|
static QuickSearchDocument |
QuickSearchDocumentFactory.forBranch(ImmutableChainBranch branch) |
static QuickSearchDocument |
QuickSearchDocumentFactory.forChain(ImmutableChain chain) |
static QuickSearchDocument |
QuickSearchDocumentFactory.forDeploymentProject(DeploymentProject deploymentProject) |
Modifier and Type | Method and Description |
---|---|
List<QuickSearchDocument> |
QuickSearchSearcher.findItemsMatching(String searchTerm)
Finds top 10 matching items in the index.
|
List<QuickSearchDocument> |
QuickSearchSearcherImpl.findItemsMatching(String searchTerm) |
protected List<QuickSearchDocument> |
QuickSearchSearcherImpl.getQuickSearchDocuments(org.apache.lucene.search.IndexSearcher searcher,
org.apache.lucene.search.BooleanQuery booleanQuery,
int resultCount,
int pagesize) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.