Uses of Interface
com.atlassian.bamboo.index.quicksearch.QuickSearchDocument
-
Packages that use QuickSearchDocument Package Description com.atlassian.bamboo.index.quicksearch -
-
Uses of QuickSearchDocument in com.atlassian.bamboo.index.quicksearch
Classes in com.atlassian.bamboo.index.quicksearch that implement QuickSearchDocument Modifier and Type Class Description class
QuickSearchDocumentImpl
Methods in com.atlassian.bamboo.index.quicksearch that return types with arguments of type QuickSearchDocument Modifier and Type Method Description @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)
-