Uses of Interface
com.atlassian.confluence.search.v2.lucene.LuceneSearchMapper
-
-
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.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type LuceneSearchMapper Modifier and Type Method Description voidPageDestinationSearchAction. setSearchMapper(LuceneSearchMapper searchMapper) -
Uses of LuceneSearchMapper in com.atlassian.confluence.search.actions
Methods in com.atlassian.confluence.search.actions with parameters of type LuceneSearchMapper Modifier and Type Method Description voidSearchSiteAction. setSearchMapper(LuceneSearchMapper searchMapper)Deprecated. -
Uses of LuceneSearchMapper in com.atlassian.confluence.search.v2.lucene
Classes in com.atlassian.confluence.search.v2.lucene that implement LuceneSearchMapper Modifier and Type Class Description classDelegatingLuceneSearchMapperConstructors in com.atlassian.confluence.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) -
Uses of LuceneSearchMapper in com.atlassian.confluence.search.v2.lucene.mapper
Methods in com.atlassian.confluence.search.v2.lucene.mapper with parameters of type LuceneSearchMapper Modifier and Type Method Description voidBooleanQueryMapper. setSearchMapper(LuceneSearchMapper searchMapper)voidConstantScoreQueryMapper. setSearchMapper(LuceneSearchMapper searchMapper)Constructors in com.atlassian.confluence.search.v2.lucene.mapper with parameters of type LuceneSearchMapper Constructor Description BooleanQueryMapper(LuceneSearchMapper searchMapper)MultiSearchSortMapper(LuceneSearchMapper searchMapper)
-