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 void
PageDestinationSearchAction. 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 void
SearchSiteAction. 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 void
BooleanQueryMapper. setSearchMapper(LuceneSearchMapper searchMapper)
void
ConstantScoreQueryMapper. setSearchMapper(LuceneSearchMapper searchMapper)
Constructors in com.atlassian.confluence.impl.search.v2.mappers with parameters of type LuceneSearchMapper Constructor Description BooleanQueryMapper(LuceneSearchMapper searchMapper)
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)
LuceneSearchIndexAccessor(LuceneConnection luceneConnection, LuceneFieldVisitor luceneFieldVisitor, LuceneSearchMapper luceneSearchMapper)
-
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)
-