-
- All Implemented Interfaces:
public interface StringSearchService.AlgorithmImplements the actual search algorithm in sanitized text content.
-
-
Method Summary
Modifier and Type Method Description abstract List<IntRange>findRanges(String query, SearchService.Options options, String text, Locale locale)Finds all the ranges of occurrences of the given query in the text. abstract SearchService.OptionsgetOptions()Default value for the search options available with this algorithm. -
-
Method Detail
-
findRanges
abstract List<IntRange> findRanges(String query, SearchService.Options options, String text, Locale locale)
-
getOptions
abstract SearchService.Options getOptions()
Default value for the search options available with this algorithm. If an option does not have a value, it is not supported by the algorithm.
-
-
-
-