Uses of Interface
com.atlassian.confluence.plugins.index.api.TokenizerDescriptor
Packages that use TokenizerDescriptor
-
Uses of TokenizerDescriptor in com.atlassian.confluence.search.v2.analysis
Classes in com.atlassian.confluence.search.v2.analysis that implement TokenizerDescriptorModifier and TypeClassDescriptionclass
This tokenizer has heuristics for special treatment of acronyms, company names, email addresses, and internet host names.class
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
The letter tokenizer breaks text into terms whenever it encounters a character which is not a letter.final class
A tokenizer that produces a stream of n-gram.class
Tokenizer for path-like hierarchies.class
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
A standard tokenizer based on unicode segmentation standard.class
Tokenizer is like the standard tokenizer except that it recognises URLs and email addresses as single tokens.class
The whitespace tokenizer breaks text into terms whenever it encounters a whitespace character.