@Internal
Package com.atlassian.confluence.impl.search.v2.mappers
- Since:
- 7.0
-
Interface Summary Interface Description LuceneAnalyzerMapper MapsAnalyzerDescriptorto 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 aBooleanQueryto 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 forDoubleRangeQuerys.FavouriteSortMapper Maps sort capability from FavouriteSort to lucene.FieldExistsQueryMapper This mapper maps a V2FieldExistsQueryto the relevant Lucene queryFieldSortMapper FunctionScoreQueryMapper A mapper forFunctionScoreQuerys.IntegerRangeQueryMapper A mapper forIntegerRangeQueryLongRangeQueryMapper A mapper forLongRangeQuerys.LowercaseFieldSortMapper MacroStorageVersionQueryMapper Maps aMacroStorageVersionQueryto 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 mapSiteSearchPermissionsQueryto aFilteredQuery, which is more performant than the query generated bySiteSearchPermissionsQueryFactory.SiteTextSearchQueryMapper Relocation from confluence-search plugin.SpacePermissionQueryMapper Deprecated. since 7.20, seeSpacePermissionQuerywhich will also be removed.SpanNearQueryMapper TermQueryMapper TermRangeQueryMapper TermSetQueryMapper TextFieldQueryMapper A mapper forTextFieldQuerys.TextSearchQueryMapper UserInfoQueryMapper Mapper for converting aUserInfoQueryto its corresponding Lucene Query.UserTextQueryMapper WildcardTextFieldQueryMapper