|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.search.Filter
com.atlassian.confluence.hosted.search.lucene.filter.SpaceGroupFilter
public class SpaceGroupFilter
Filter that filters on the current user's SpaceGroups. This filter returns
all results for system and confluence administrators.
| Constructor Summary | |
|---|---|
SpaceGroupFilter(SpaceGroupManager spaceGroupManager,
PermissionManager permisssManager)
|
|
| Method Summary | |
|---|---|
java.util.BitSet |
bits(org.apache.lucene.index.IndexReader reader)
Returns a bitset that filters documents by the space groups the current user belongs to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpaceGroupFilter(SpaceGroupManager spaceGroupManager,
PermissionManager permisssManager)
| Method Detail |
|---|
public java.util.BitSet bits(org.apache.lucene.index.IndexReader reader)
throws java.io.IOException
bits in class org.apache.lucene.search.Filterreader - the index reader
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||