Uses of Interface
com.atlassian.bamboo.index.quicksearch.QuickSearchDocument
-
Uses of QuickSearchDocument in com.atlassian.bamboo.index.quicksearch
Modifier and TypeMethodDescription@NotNull List<QuickSearchDocument>
QuickSearchSearcher.findItemsMatching
(@NotNull String searchTerm) Finds top 10 matching items in the index.@NotNull List<QuickSearchDocument>
QuickSearchSearcher.findItemsMatching
(@NotNull String searchTerm, QuickSearchItem.Type type) @NotNull List<QuickSearchDocument>
QuickSearchSearcherImpl.findItemsMatching
(@NotNull String searchTerm) @NotNull List<QuickSearchDocument>
QuickSearchSearcherImpl.findItemsMatching
(@NotNull String searchTerm, QuickSearchItem.Type type)