@Internal
Package com.atlassian.confluence.impl.search.v2.mappers
- Since:
- 7.0
-
Interface Summary Interface Description LuceneAnalyzerMapper MapsAnalyzerDescriptor
to LuceneAnalyzer
. -
Class Summary Class Description AbstractTextFieldQueryMapper<T extends SearchQuery> AbstractUserQueryMapper<T extends AbstractUserQuery> AllQueryMapper BaseConstantScoreQueryMapper<T extends SearchQuery> A base LuceneQueryMapper class that produces ConstantScoreQuery, removing any effect of the query from the lucene scoring, this is equivalent of using a LuceneFilter.BooleanQueryMapper Maps aBooleanQuery
to its corresponding LuceneQuery
.CaseInsensitiveSortMapper Deprecated. since 7.0 userLowercaseFieldSortMapper
.ConfluenceLuceneAnalyzerMapper The default implementation ofLuceneAnalyzerMapper
.ConstantScoreQueryMapper ContentPermissionsQueryMapper CreatorQueryMapper Map a CreatorQuery to a Lucene specific query.DefaultSortMapper Deprecated. since 7.0 useFieldSortMapper
.DoubleRangeQueryMapper A mapper forDoubleRangeQuery
s.FavouriteSortMapper Maps sort capability from FavouriteSort to lucene.FieldExistsQueryMapper This mapper maps a V2FieldExistsQuery
to the relevant Lucene queryFieldSortMapper FunctionScoreQueryMapper A mapper forFunctionScoreQuery
s.IntegerRangeQueryMapper A mapper forIntegerRangeQuery
LongRangeQueryMapper A mapper forLongRangeQuery
s.LowercaseFieldSortMapper MacroStorageVersionQueryMapper Maps aMacroStorageVersionQuery
to a lucene query to compare the macroNameAndVersion to the extractedSearchFieldNames.MACRO_STORAGE_VERSION
.MatchNoDocsQueryMapper MultiSearchSortMapper Relocated from confluence-cql-plugin.NoOpSortMapper Sort mapper that returns nothing, defaulting to the index's native sort (which in Lucene's case is by descending order of relevance)PhraseQueryMapper Defines the mapping from a V2 PhraseQuery to it's corresponding Lucene implementation.PrefixQueryMapper QueryStringQueryMapper SiteSearchPermissionsQueryMapper This mapper is to mapSiteSearchPermissionsQuery
to aFilteredQuery
, which is more performant than the query generated bySiteSearchPermissionsQueryFactory
.SiteTextSearchQueryMapper Relocation from confluence-search plugin.SpacePermissionQueryMapper Deprecated. since 7.20, seeSpacePermissionQuery
which will also be removed.SpanNearQueryMapper TermQueryMapper TermRangeQueryMapper TermSetQueryMapper TextFieldQueryMapper A mapper forTextFieldQuery
s.TextSearchQueryMapper UserInfoQueryMapper Mapper for converting aUserInfoQuery
to its corresponding Lucene Query.UserTextQueryMapper WildcardTextFieldQueryMapper