public interface SearchProvider
SearchProvider
is responsible for implementing the search logic.Modifier and Type | Method and Description |
---|---|
SearchContext |
getContext()
The Context this
SearchProvider is providing results to. |
SearchResult |
query(SearchQuery query) |
SearchContext getContext()
SearchProvider
is providing results to.SearchProvider
is providing results to.SearchResult query(SearchQuery query)
Copyright © 2021. All rights reserved.