| java.lang.Object |
| ↳ |
org.apache.lucene.search.Filter |
| |
↳ |
com.atlassian.confluence.search.lucene.filter.SpacePermissionsFilter |
Class Overview
Class that filters results by the spaces the current user is allowed to see. There will be a singleton instance of
this class in the system which allows the possibility of caching some of the filtering being done here.
Summary
|
[Expand]
Inherited Methods |
From class
org.apache.lucene.search.Filter
|
BitSet
|
bits(IndexReader arg0)
|
|
DocIdSet
|
getDocIdSet(IndexReader arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
BitSet
bits
(IndexReader reader)