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
BooleanQueryto its corresponding LuceneQuery.Deprecated.The default implementation ofLuceneAnalyzerMapper.Deprecated.since 7.0 useFieldSortMapper.A mapper forDoubleRangeQuerys.Maps sort capability from FavouriteSort to lucene.This mapper maps a V2FieldExistsQueryto the relevant Lucene queryA mapper forFunctionScoreQuerys.A mapper forIntegerRangeQueryA mapper forLongRangeQuerys.MapsMappingAnalyzerDescriptorto 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 mapSiteSearchPermissionsQueryto aFilteredQuery, which is more performant than the query generated bySiteSearchPermissionsQueryFactory.Relocation from confluence-search plugin.Deprecated.since 7.20, seeSpacePermissionQuerywhich will also be removed.A mapper forTextFieldQuerys.
LowercaseFieldSortMapper.