Uses of Interface
com.atlassian.confluence.search.v2.lucene.LuceneQueryMapper
-
-
Uses of LuceneQueryMapper in com.atlassian.confluence.plugins.retentionrules.impl.service.search.lucene.mapper
Classes in com.atlassian.confluence.plugins.retentionrules.impl.service.search.lucene.mapper that implement LuceneQueryMapper Modifier and Type Class Description classRetentionRulesQueryMapperFilter mapper, which instantiatesExcludeSpacesWithoutRetentionRulesFilter -
Uses of LuceneQueryMapper in com.atlassian.confluence.search.v2.lucene
Subinterfaces of LuceneQueryMapper in com.atlassian.confluence.search.v2.lucene Modifier and Type Interface Description interfaceLuceneSearchMapperClasses in com.atlassian.confluence.search.v2.lucene that implement LuceneQueryMapper Modifier and Type Class Description classDelegatingLuceneSearchMapperMethods in com.atlassian.confluence.search.v2.lucene that return LuceneQueryMapper Modifier and Type Method Description LuceneQueryMapperCacheBackedLuceneSearchMapperRegistry. getQueryMapper(String key)Deprecated.LuceneQueryMapperLuceneSearchMapperRegistry. getQueryMapper(String key)LuceneQueryMapperPluggableLuceneSearchMapperRegistry. getQueryMapper(String key)LuceneQueryMapperThreadCachedSearchMapperRegistry. getQueryMapper(String key)Deprecated.Methods in com.atlassian.confluence.search.v2.lucene that return types with arguments of type LuceneQueryMapper Modifier and Type Method Description static Map<String,LuceneQueryMapper>SearchMappersThreadLocal. getQueryMappers()Deprecated. -
Uses of LuceneQueryMapper in com.atlassian.confluence.search.v2.lucene.mapper
Constructors in com.atlassian.confluence.search.v2.lucene.mapper with parameters of type LuceneQueryMapper Constructor Description FunctionScoreQueryMapper(LuceneQueryMapper searchMapper)
-