Uses of Interface
com.atlassian.bamboo.index.quicksearch.QuickSearchDocument

Packages that use QuickSearchDocument
com.atlassian.bamboo.index.quicksearch   
 

Uses of QuickSearchDocument in com.atlassian.bamboo.index.quicksearch
 

Classes in com.atlassian.bamboo.index.quicksearch that implement QuickSearchDocument
 class QuickSearchDocumentImpl
           
 

Methods in com.atlassian.bamboo.index.quicksearch that return QuickSearchDocument
static QuickSearchDocument QuickSearchDocumentFactory.forBranch(ImmutableChainBranch branch)
           
static QuickSearchDocument QuickSearchDocumentFactory.forChain(ImmutableChain chain)
           
static QuickSearchDocument QuickSearchDocumentFactory.forDeploymentProject(DeploymentProject deploymentProject)
           
 

Methods in com.atlassian.bamboo.index.quicksearch that return types with arguments of type QuickSearchDocument
 java.util.List<QuickSearchDocument> QuickSearchSearcherImpl.findItemsMatching(java.lang.String searchTerm)
           
 java.util.List<QuickSearchDocument> QuickSearchSearcher.findItemsMatching(java.lang.String searchTerm)
          Finds top 10 matching items in the index.
protected  java.util.List<QuickSearchDocument> QuickSearchSearcherImpl.getQuickSearchDocuments(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.search.BooleanQuery booleanQuery, int resultCount, int pagesize)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.