Class SpacePermissionFilteredQueryFactory
- java.lang.Object
-
- com.atlassian.confluence.impl.search.v2.SpacePermissionFilteredQueryFactory
-
- All Implemented Interfaces:
SpacePermissionQueryFactory
@Internal @Deprecated public class SpacePermissionFilteredQueryFactory extends Object implements SpacePermissionQueryFactory
Deprecated.since 8.0, useDefaultSpacePermissionQueryFactory
instead.This factory will remain until Lucene is upgraded to a version whereFilter
andFilteredQuery
no longer exist. Currently, this implementation is significantly more performant thanDefaultSpacePermissionQueryFactory
. However, this factory will be swapped withDefaultSpacePermissionQueryFactory
in future when upgrading Lucene to 6.0+.- Since:
- 7.20
-
-
Constructor Summary
Constructors Constructor Description SpacePermissionFilteredQueryFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SearchQuery
create(ConfluenceUser user)
Deprecated.
-
-
-
Method Detail
-
create
public SearchQuery create(@Nullable ConfluenceUser user)
Deprecated.- Specified by:
create
in interfaceSpacePermissionQueryFactory
-
-