Uses of Interface
com.atlassian.confluence.search.contentnames.QueryTokenizer
Packages that use QueryTokenizer
Package
Description
-
Uses of QueryTokenizer in com.atlassian.confluence.impl.search.contentnames
Constructors in com.atlassian.confluence.impl.search.contentnames with parameters of type QueryTokenizerModifierConstructorDescriptionDefaultContentNameSearchService(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 QueryTokenizerModifier and TypeClassDescriptionclassThe 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.jackson2.service
Constructors in com.atlassian.confluence.plugins.rest.jackson2.service with parameters of type QueryTokenizerModifierConstructorDescriptionDefaultRestSearchService(ContentNameSearcher contentNameSearcher, QueryTokenizer contentNameQueryTokenizer, SearchManager searchManager, PredefinedSearchBuilder predefinedSearchBuilder, com.atlassian.crowd.embedded.api.CrowdService crowdService, EntityBuilderFactory entityBuilderFactory, PermissionManager permissionManager)