Uses of Interface
com.atlassian.confluence.search.contentnames.QueryTokenizer

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 QueryTokens so that we can tag some additional meaning.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.