Uses of Interface
com.atlassian.confluence.search.contentnames.QueryTokenizer
-
Packages that use QueryTokenizer Package Description com.atlassian.confluence.impl.search.contentnames com.atlassian.confluence.impl.search.contentnames.lucene com.atlassian.confluence.plugins.rest.service -
-
Uses of QueryTokenizer in com.atlassian.confluence.impl.search.contentnames
Constructors in com.atlassian.confluence.impl.search.contentnames with parameters of type QueryTokenizer Constructor Description DefaultContentNameSearchService(SettingsManager settingsManager, I18NBeanFactory i18NBeanFactory, QueryTokenizer contentNameQueryTokenizer, SemaphoreHolder contentNameSearchSemaphoreHolder, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Uses of QueryTokenizer in com.atlassian.confluence.impl.search.contentnames.lucene
Classes in com.atlassian.confluence.impl.search.contentnames.lucene that implement QueryTokenizer Modifier and Type Class Description classLuceneQueryTokenizerThe purpose of this class is to wrap the tokens emitted from lucene analysis inside our ownQueryTokens so that we can tag some additional meaning. -
Uses of QueryTokenizer in com.atlassian.confluence.plugins.rest.service
Constructors in com.atlassian.confluence.plugins.rest.service with parameters of type QueryTokenizer Constructor Description DefaultRestSearchService(ContentNameSearcher contentNameSearcher, QueryTokenizer contentNameQueryTokenizer, SearchManager searchManager, PredefinedSearchBuilder predefinedSearchBuilder, com.atlassian.crowd.embedded.api.CrowdService crowdService, EntityBuilderFactory entityBuilderFactory)
-