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 TokenizerDescriptorAnalyzerDescriptor. 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.BuilderAnalyzerDescriptor. 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 classClassicTokenizerDescriptorThis tokenizer has heuristics for special treatment of acronyms, company names, email addresses, and internet host names.classKeywordTokenizerDescriptorThe keyword tokenizer is a “noop” tokenizer that accepts whatever text it is given and outputs the exact same text as a single term.classLetterTokenizerDescriptorThe letter tokenizer breaks text into terms whenever it encounters a character which is not a letter.classNGramTokenizerDescriptorA tokenizer that produces a stream of n-gram.classPathHierarchyTokenizerDescriptorTokenizer for path-like hierarchies.classPatternTokenizerDescriptorThe 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.classStandardTokenizerDescriptorA standard tokenizer based on unicode segmentation standard.classUAXURLEmailTokenizerDescriptorTokenizer is like the standard tokenizer except that it recognises URLs and email addresses as single tokens.classWhitespaceTokenizerDescriptorThe whitespace tokenizer breaks text into terms whenever it encounters a whitespace character.
-