Interface QuickSearchSearcher

  • All Known Implementing Classes:
    QuickSearchSearcherImpl

    public interface QuickSearchSearcher
    Allows searching of the quick search database index
    • Method Detail

      • findItemsMatching

        @NotNull
        @NotNull List<QuickSearchDocument> findItemsMatching​(@NotNull
                                                             @NotNull 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