public interface ISearchEngine
Provides the functionality to search a text.
Modifier and Type | Method and Description |
---|---|
SearchResult |
search(int position,
String text,
SearchOptions searchOptions,
List<String> keywords)
Searches keywords in text.
|
SearchResult search(int position, String text, SearchOptions searchOptions, List<String> keywords)
Searches keywords in text.
position
- The starting position to search.text
- A text in which it is necessary to search.searchOptions
- Search options.keywords
- A collection of words to search.Copyright © 2018. All rights reserved.