public interface ISearchable
Provides the functionality to search a text.
Modifier and Type | Method and Description |
---|---|
void |
search(SearchOptions options,
ISearchHandler handler,
ISearchEngine searchEngine,
List<String> keywords)
Searches the keywords.
|
void |
search(SearchOptions options,
ISearchHandler handler,
List<String> keywords)
Searches the keywords.
|
void search(SearchOptions options, ISearchHandler handler, ISearchEngine searchEngine, List<String> keywords)
Searches the keywords.
options
- Options for searching.handler
- An instance of the search handler.searchEngine
- An instance of the search engine.keywords
- A collection of words to search.void search(SearchOptions options, ISearchHandler handler, List<String> keywords)
Searches the keywords.
options
- Options for searching.handler
- An instance of the search handler.keywords
- A collection of words to search.Copyright © 2019. All rights reserved.