Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryMapper
-
Packages that use LuceneQueryMapper Package Description com.atlassian.confluence.impl.search.v2.mappers com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager. -
-
Uses of LuceneQueryMapper in com.atlassian.confluence.impl.search.v2.mappers
Classes in com.atlassian.confluence.impl.search.v2.mappers that implement LuceneQueryMapper Modifier and Type Class Description classAbstractTextFieldQueryMapper<T extends SearchQuery>classAbstractUserQueryMapper<T extends AbstractUserQuery>classAllQueryMapperclassBaseConstantScoreQueryMapper<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.classBooleanQueryMapperMaps aBooleanQueryto its corresponding LuceneQuery.classConstantScoreQueryMapperclassContentPermissionsQueryMapperclassCreatorQueryMapperMap a CreatorQuery to a Lucene specific query.classDoubleRangeQueryMapperA mapper forDoubleRangeQuerys.classFieldExistsQueryMapperThis mapper maps a V2FieldExistsQueryto the relevant Lucene queryclassFunctionScoreQueryMapperA mapper forFunctionScoreQuerys.classIntegerRangeQueryMapperA mapper forIntegerRangeQueryclassLongRangeQueryMapperA mapper forLongRangeQuerys.classMacroStorageVersionQueryMapperMaps aMacroStorageVersionQueryto a lucene query to compare the macroNameAndVersion to the extractedSearchFieldNames.MACRO_STORAGE_VERSION.classMatchNoDocsQueryMapperclassPhraseQueryMapperDefines the mapping from a V2 PhraseQuery to it's corresponding Lucene implementation.classPrefixQueryMapperclassQueryStringQueryMapperclassSiteSearchPermissionsQueryMapperThis mapper is to mapSiteSearchPermissionsQueryto aFilteredQuery, which is more performant than the query generated bySiteSearchPermissionsQueryFactory.classSiteTextSearchQueryMapperRelocation from confluence-search plugin.classSpacePermissionQueryMapperDeprecated.since 7.20, seeSpacePermissionQuerywhich will also be removed.classSpanNearQueryMapperclassTermQueryMapperclassTermRangeQueryMapperclassTermSetQueryMapperclassTextFieldQueryMapperA mapper forTextFieldQuerys.classTextSearchQueryMapperclassUserInfoQueryMapperMapper for converting aUserInfoQueryto its corresponding Lucene Query.classUserTextQueryMapperclassWildcardTextFieldQueryMapperConstructors in com.atlassian.confluence.impl.search.v2.mappers with parameters of type LuceneQueryMapper Constructor Description FunctionScoreQueryMapper(LuceneQueryMapper searchMapper) -
Uses of LuceneQueryMapper in com.atlassian.confluence.internal.search.v2.lucene
Subinterfaces of LuceneQueryMapper in com.atlassian.confluence.internal.search.v2.lucene Modifier and Type Interface Description interfaceLuceneSearchMapperClasses in com.atlassian.confluence.internal.search.v2.lucene that implement LuceneQueryMapper Modifier and Type Class Description classDelegatingLuceneSearchMapperMethods in com.atlassian.confluence.internal.search.v2.lucene that return LuceneQueryMapper Modifier and Type Method Description LuceneQueryMapperLuceneSearchMapperRegistry. getQueryMapper(String key)LuceneQueryMapperPluggableLuceneSearchMapperRegistry. getQueryMapper(String key)
-