Uses of Interface
com.atlassian.confluence.plugins.index.api.TokenizerDescriptor
-
Packages that use TokenizerDescriptor Package Description com.atlassian.confluence.plugins.index.api com.atlassian.confluence.search.v2.analysis -
-
Uses of TokenizerDescriptor in com.atlassian.confluence.plugins.index.api
Methods in com.atlassian.confluence.plugins.index.api that return TokenizerDescriptor Modifier and Type Method Description TokenizerDescriptor
AnalyzerDescriptor. getTokenizer()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.confluence.plugins.index.api with parameters of type TokenizerDescriptor Modifier and Type Method Description static AnalyzerDescriptor.Builder
AnalyzerDescriptor. builder(TokenizerDescriptor tokenizer)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.atlassian.confluence.plugins.index.api with parameters of type TokenizerDescriptor Constructor Description Builder(TokenizerDescriptor tokenizer)
-
Uses of TokenizerDescriptor in com.atlassian.confluence.search.v2.analysis
Classes in com.atlassian.confluence.search.v2.analysis that implement TokenizerDescriptor Modifier and Type Class Description class
ClassicTokenizerDescriptor
This tokenizer has heuristics for special treatment of acronyms, company names, email addresses, and internet host names.class
KeywordTokenizerDescriptor
The keyword tokenizer is a “noop” tokenizer that accepts whatever text it is given and outputs the exact same text as a single term.class
LetterTokenizerDescriptor
The letter tokenizer breaks text into terms whenever it encounters a character which is not a letter.class
NGramTokenizerDescriptor
A tokenizer that produces a stream of n-gram.class
PathHierarchyTokenizerDescriptor
Tokenizer for path-like hierarchies.class
PatternTokenizerDescriptor
The pattern tokenizer uses a regular expression to either split text into terms whenever it matches a word separator, or to capture matching text as terms.class
StandardTokenizerDescriptor
A standard tokenizer based on unicode segmentation standard.class
UAXURLEmailTokenizerDescriptor
Tokenizer is like the standard tokenizer except that it recognises URLs and email addresses as single tokens.class
WhitespaceTokenizerDescriptor
The whitespace tokenizer breaks text into terms whenever it encounters a whitespace character.
-