@ExperimentalApi
public interface SearchQueryTokenizer
ComponentImport
. The
AnalyzerDescriptor
will provide an implementation of the service enough information to do the job.Modifier and Type | Method and Description |
---|---|
Collection<String> |
tokenize(String fieldName,
com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider analyzerProvider,
String text)
Tokenize a string using the given analyzer.
|
Collection<String> |
tokenize(String fieldName,
String text)
Tokenize a string using the default analyzer provided by Confluence.
|
Collection<String> tokenize(String fieldName, com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider analyzerProvider, String text)
fieldName
- field nametext
- text to be broken into tokensanalyzerProvider
- information about how to tokenizedCollection<String> tokenize(String fieldName, String text)
fieldName
- field nametext
- text to be broken into tokensCopyright © 2003–2020 Atlassian. All rights reserved.