com.atlassian.bamboo.index.quicksearch
Interface QuickSearchSearcher
- All Known Implementing Classes:
- QuickSearchSearcherImpl
public interface QuickSearchSearcher
Allows searching of the quick search lucene index
findItemsMatching
@NotNull
java.util.List<QuickSearchDocument> findItemsMatching(@NotNull
java.lang.String searchTerm)
- Finds top 10 matching items in the index. What it searches on is determined by the entities indexed. Results filtered
to what user can see.
- Parameters:
searchTerm
- term to search for
- Returns:
- Documents matching search Term
Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.