Class KeywordTokenizerDescriptor
java.lang.Object
com.atlassian.confluence.search.v2.analysis.KeywordTokenizerDescriptor
- All Implemented Interfaces:
TokenizerDescriptor
The keyword tokenizer is a “noop” tokenizer that accepts whatever text it is given and outputs the exact same text
as a single term.
- Since:
- 7.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeywordTokenizerDescriptor
public KeywordTokenizerDescriptor()
-