Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchMapper
-
Packages that use LuceneSearchMapper Package Description com.atlassian.confluence.impl.pages.actions com.atlassian.confluence.impl.search.actions 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.pages.actions
Methods in com.atlassian.confluence.impl.pages.actions with parameters of type LuceneSearchMapper Modifier and Type Method Description voidPageDestinationSearchAction. setSearchMapper(LuceneSearchMapper searchMapper) -
Uses of LuceneSearchMapper in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions with parameters of type LuceneSearchMapper Modifier and Type Method Description voidSearchSiteAction. setSearchMapper(LuceneSearchMapper searchMapper)Deprecated. -
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 voidBooleanQueryMapper. setSearchMapper(LuceneSearchMapper searchMapper)voidConstantScoreQueryMapper. 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 classDelegatingLuceneSearchMapperConstructors 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)
-