Modifier and Type | Field and Description |
---|---|
static WordSeparators |
WordSeparators.DEFAULT
A default collection of separators.
|
Modifier and Type | Method and Description |
---|---|
WordSeparators |
HighlightOptions.getWordSeparators()
Gets an instance of
WordSeparators which is used to check separator characters. |
WordSeparators |
RegexSearchOptions.getWordSeparators()
Gets an instance of
WordSeparators which is used to check separator characters. |
WordSeparators |
SearchOptions.getWordSeparators()
Gets an instance of
WordSeparators which is used to check separator characters. |
Modifier and Type | Method and Description |
---|---|
static HighlightOptions |
HighlightOptions.createWordsCountOptions(int direction,
int position,
int wordsCount,
WordSeparators wordSeparators)
Creates an instance of
HighlightOptions for highlight extraction with the limited words count. |
Constructor and Description |
---|
RegexSearchOptions(SearchHighlightOptions highlightOptions,
WordSeparators wordSeparators)
Initializes a new instance of the
RegexSearchOptions class. |
SearchOptions(SearchHighlightOptions highlightOptions,
boolean isCaseSensitive,
boolean isWholeWord,
WordSeparators wordSeparators)
Initializes a new instance of the
SearchOptions class. |
Copyright © 2019. All rights reserved.