Package com.atlassian.confluence.impl.search.v2.mappers
@Internal
package com.atlassian.confluence.impl.search.v2.mappers
- Since:
- 7.0
-
ClassDescriptionAbstractTextFieldQueryMapper<T extends SearchQuery>Maps a
BooleanQuery
to its corresponding LuceneQuery
.Deprecated.The default implementation ofLuceneAnalyzerMapper
.Deprecated.since 7.0 useFieldSortMapper
.A mapper forDoubleRangeQuery
s.Maps sort capability from FavouriteSort to lucene.This mapper maps a V2FieldExistsQuery
to the relevant Lucene queryA mapper forFunctionScoreQuery
s.A mapper forIntegerRangeQuery
A mapper forLongRangeQuery
s.MapsMappingAnalyzerDescriptor
to LuceneAnalyzer
.Relocated from confluence-cql-plugin.Sort mapper that returns nothing, defaulting to the index's native sort (which in Lucene's case is by descending order of relevance)Defines the mapping from a V2 PhraseQuery to it's corresponding Lucene implementation.This mapper is to mapSiteSearchPermissionsQuery
to aFilteredQuery
, which is more performant than the query generated bySiteSearchPermissionsQueryFactory
.Relocation from confluence-search plugin.Deprecated.since 7.20, seeSpacePermissionQuery
which will also be removed.A mapper forTextFieldQuery
s.
LowercaseFieldSortMapper
.