Uses of Interface
com.atlassian.confluence.impl.search.v2.mappers.LuceneAnalyzerMapper
-
Packages that use LuceneAnalyzerMapper Package Description com.atlassian.confluence.impl.search.v2.lucene com.atlassian.confluence.impl.search.v2.mappers com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager. -
-
Uses of LuceneAnalyzerMapper in com.atlassian.confluence.impl.search.v2.lucene
Constructors in com.atlassian.confluence.impl.search.v2.lucene with parameters of type LuceneAnalyzerMapper Constructor Description ConfluenceLuceneQueryParserFactory(LuceneAnalyzerFactory luceneAnalyzerFactory, org.apache.lucene.analysis.Analyzer unstemmedAnalyzer, LuceneAnalyzerMapper luceneAnalyzerMapper, SearchLanguageProvider searchLanguageProvider) -
Uses of LuceneAnalyzerMapper in com.atlassian.confluence.impl.search.v2.mappers
Classes in com.atlassian.confluence.impl.search.v2.mappers that implement LuceneAnalyzerMapper Modifier and Type Class Description classConfluenceLuceneAnalyzerMapperThe default implementation ofLuceneAnalyzerMapper.Methods in com.atlassian.confluence.impl.search.v2.mappers with parameters of type LuceneAnalyzerMapper Modifier and Type Method Description voidPhraseQueryMapper. setLuceneAnalyzerMapper(LuceneAnalyzerMapper luceneAnalyzerMapper) -
Uses of LuceneAnalyzerMapper in com.atlassian.confluence.internal.index.lucene
Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type LuceneAnalyzerMapper Constructor Description CustomLuceneConnectionFactoryImpl(ConfluenceDirectories confluenceDirectories, LuceneAnalyzerMapper luceneAnalyzerMapper, SearchLanguageProvider searchLanguageProvider)LuceneFieldVisitor(LuceneAnalyzerMapper luceneAnalyzerMapper, SearchLanguageProvider searchLanguageProvider) -
Uses of LuceneAnalyzerMapper in com.atlassian.confluence.internal.search.v2.lucene
Constructors in com.atlassian.confluence.internal.search.v2.lucene with parameters of type LuceneAnalyzerMapper Constructor Description LuceneSearchQueryTokenizer(LuceneAnalyzerMapper luceneAnalyzerMapper, SearchLanguageProvider searchLanguageProvider, LuceneAnalyzerFactory luceneAnalyzerFactory)
-