Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchMapper
-
Packages that use LuceneSearchMapper Package Description 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 LuceneSearchMapper in com.atlassian.confluence.impl.search.v2.mappers
Methods in com.atlassian.confluence.impl.search.v2.mappers with parameters of type LuceneSearchMapper Modifier and Type Method Description void
BooleanQueryMapper. setSearchMapper(LuceneSearchMapper searchMapper)
void
ConstantScoreQueryMapper. setSearchMapper(LuceneSearchMapper searchMapper)
void
SiteTextSearchQueryMapper. setSearchMapper(LuceneSearchMapper searchMapper)
Constructors in com.atlassian.confluence.impl.search.v2.mappers with parameters of type LuceneSearchMapper Constructor Description BooleanQueryMapper(LuceneSearchMapper searchMapper)
BooleanQueryMapper(LuceneSearchMapper searchMapper, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager)
MultiSearchSortMapper(LuceneSearchMapper searchMapper)
-
Uses of LuceneSearchMapper in com.atlassian.confluence.internal.index.lucene
Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type LuceneSearchMapper Constructor Description DefaultCustomSearchIndexRegistry(LuceneFieldVisitor luceneFieldVisitor, LuceneSearchMapper luceneSearchMapper, CustomLuceneConnectionFactory customLuceneConnectionFactory, javax.inject.Provider<FieldMappings> fieldMappingsProvider)
LuceneSearchIndexAccessor(LuceneConnection luceneConnection, LuceneFieldVisitor luceneFieldVisitor, LuceneSearchMapper luceneSearchMapper, FieldMappings fieldMappings)
-
Uses of LuceneSearchMapper in com.atlassian.confluence.internal.search.v2.lucene
Classes in com.atlassian.confluence.internal.search.v2.lucene that implement LuceneSearchMapper Modifier and Type Class Description class
DelegatingLuceneSearchMapper
Constructors in com.atlassian.confluence.internal.search.v2.lucene with parameters of type LuceneSearchMapper Constructor Description LuceneSearchManager(LuceneSearchMapper luceneSearchMapper, LuceneAnalyzerFactory luceneAnalyzerFactory, MultiConnection multiConnection, SearchResultConverter converter, com.atlassian.event.api.EventPublisher eventPublisher)
-