Interface QuickSearchSearcher
- All Known Implementing Classes:
QuickSearchSearcherImpl
public interface QuickSearchSearcher
Allows searching of the quick search database index
-
Method Summary
Modifier and TypeMethodDescription@NotNull List<QuickSearchDocument>
findItemsMatching
(@NotNull String searchTerm) Finds top 10 matching items in the index.@NotNull List<QuickSearchDocument>
findItemsMatching
(@NotNull String searchTerm, QuickSearchItem.Type type)
-
Method Details
-
findItemsMatching
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
-
findItemsMatching
@NotNull @NotNull List<QuickSearchDocument> findItemsMatching(@NotNull @NotNull String searchTerm, QuickSearchItem.Type type)
-