|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryTokenizer | |
---|---|
com.atlassian.confluence.plugins.rest.service | |
com.atlassian.confluence.search.contentnames | |
com.atlassian.confluence.search.contentnames.lucene |
Uses of QueryTokenizer in com.atlassian.confluence.plugins.rest.service |
---|
Constructors in com.atlassian.confluence.plugins.rest.service with parameters of type QueryTokenizer | |
---|---|
DefaultRestSearchService(ContentNameSearcher contentNameSearcher,
QueryTokenizer contentNameQueryTokenizer,
SearchManager searchManager,
PredefinedSearchBuilder predefinedSearchBuilder,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
EntityBuilderFactory entityBuilderFactory)
|
Uses of QueryTokenizer in com.atlassian.confluence.search.contentnames |
---|
Constructors in com.atlassian.confluence.search.contentnames with parameters of type QueryTokenizer | |
---|---|
DefaultContentNameSearchService(SettingsManager settingsManager,
I18NBeanFactory i18NBeanFactory,
QueryTokenizer contentNameQueryTokenizer,
SemaphoreHolder contentNameSearchSemaphoreHolder,
com.atlassian.plugin.PluginAccessor pluginAccessor)
|
Uses of QueryTokenizer in com.atlassian.confluence.search.contentnames.lucene |
---|
Classes in com.atlassian.confluence.search.contentnames.lucene that implement QueryTokenizer | |
---|---|
class |
LuceneQueryTokenizer
The purpose of this class is to wrap the tokens emitted from lucene analysis inside our own QueryToken s so
that we can tag some additional meaning. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |