| Modifier and Type | Class and Description |
|---|---|
class |
ExcludePersonalInformationFilterMapper
Maps a
ExcludePersonalInformationSearchFilter into a lucene filter. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LuceneSearchMapper |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingLuceneSearchMapper |
| Modifier and Type | Method and Description |
|---|---|
LuceneSearchFilterMapper |
PluggableLuceneSearchMapperRegistry.getSearchFilterMapper(String key) |
LuceneSearchFilterMapper |
CacheBackedLuceneSearchMapperRegistry.getSearchFilterMapper(String key)
Deprecated.
|
LuceneSearchFilterMapper |
ThreadCachedSearchMapperRegistry.getSearchFilterMapper(String key)
Deprecated.
|
default LuceneSearchFilterMapper |
LuceneSearchMapperRegistry.getSearchFilterMapper(String key) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,LuceneSearchFilterMapper> |
SearchMappersThreadLocal.getSearchFilterMappers()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveUserSearchFilterMapper
Deprecated.
since 7.20, will be removed when Lucene is upgraded to a version which no longer uses filters.
See
ActiveUserQuery for the replacement. |
class |
AnonymousUserInfoSearchFilterMapper
Deprecated.
since 7.0 see
AnonymousUserInfoSearchFilter.expand(). |
class |
ArchivedSpacesSearchFilterMapper
Deprecated.
since 7.0 see
ArchivedSpacesSearchFilter.expand(). |
class |
AttachmentTypeSearchFilterMapper
Deprecated.
since 7.20 use
AttachmentTypeQuery instead.
Will be removed when Lucene is upgraded to a version which no longer uses filters. |
class |
AuthorSearchFilterMapper
Deprecated.
since 7.20. Please use
UserInfoQuery instead.
Will be removed when Lucene is upgraded to a version where Filter is no longer supported. |
class |
BooleanSearchFilterMapper |
class |
ChainedSearchFilterMapper
Deprecated.
since 7.0 see
ChainedSearchFilter.expand(). |
class |
ContentCategorySearchFilterMapper
Deprecated.
since 7.20. Please use
ContentCategoryQuery instead.
Will be removed when Lucene is upgraded to a version which no longer uses filters. |
class |
ContentPermissionsLuceneSearchFilterMapper
Deprecated.
since 7.16 because we prefer to use
ContentPermissionsQuery
and the corresponding ContentPermissionsQueryMapper instead. |
class |
ContentStatusFilterMapper
Maps a
ContentStatusFilter into a lucene filter. |
class |
CustomContentTypeSearchFilterMapper
Deprecated.
since 7.20. Will be removed in 8.0 with CONFSRVDEV-23116
|
class |
DeactivatedUserSearchFilterMapper
Deprecated.
since 7.0 see
DeactivatedUserSearchFilter.expand(). |
class |
ExternallyDeletedUserSearchFilterMapper |
class |
FieldValueSearchFilterMapper
Deprecated.
since 7.20. This mapper class will be removed in 8.0 with CONFSRVDEV-23231
|
class |
InSpaceSearchFilterMapper |
class |
LabelsSearchFilterMapper
Deprecated.
since 7.0 see
LabelsSearchFilter.expand(). This mapper will be removed in 8.0 with CONFSRVDEV-23110 |
class |
LastModifierSearchFilterMapper
Deprecated.
since 5.2. Use
LastModifierUserSearchFilterMapper instead. |
class |
LastModifierUserSearchFilterMapper
Deprecated.
since 7.20 use
LastModifierUserQuery instead.
Will be removed when Lucene is upgraded to a version which no longer uses filters. |
class |
MatchAllDocsFilterMapper
Deprecated.
since 7.20.This mapper will be removed in 8.0 with CONFSRVDEV-23162
|
class |
MatchNoDocsFilterMapper
Deprecated.
since 7.20. Use
MatchNoDocsQuery instead. Will be removed in 8.0 with CONFSRVDEV-23162 |
class |
PrefixSearchFilterMapper
Deprecated.
since 7.20. This class will be removed in 8.0 with CONFSRVDEV-23110
|
class |
SearchResultTypeSearchFilterMapper |
class |
ShadowedUserSearchFilterMapper |
class |
SiteSearchPermissionsSearchFilterMapper
Deprecated.
since 7.20, to be removed in 8.0
|
class |
SpacePermissionsSearchFilterMapper
Deprecated.
since 7.0 see
SpacePermissionsSearchFilter.expand(). |
class |
TermSearchFilterMapper
Deprecated.
since 7.20
|
class |
TextSearchFilterMapper
Deprecated.
since 7.20. This mapper will be removed in 8.0 with CONFSRVDEV-23115
|
class |
UnlicensedUserSearchFilterMapper |
class |
ViewUserProfilePermissionsSearchFilterMapper
Maps a
ViewUserProfilePermissionsSearchFilter to a lucene filter. |
Copyright © 2003–2022 Atlassian. All rights reserved.