| java.lang.Object | ||
| ↳ | org.apache.lucene.search.Filter | |
| ↳ | com.atlassian.confluence.search.lucene.filter.SpaceFilter | |
Filters content that is in, or not in given space(s). Also returns content that don't belong to spaces (say personal information documents).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Filter content according to given spaces.
| |||||||||||
Include only content in any of the given spaces.
| |||||||||||
Include only content that is in the given space
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.lucene.search.Filter
| |||||||||||||||
From class
java.lang.Object
| |||||||||||||||
Filter content according to given spaces.
| negate | if true, will remove content in the given spaces. if false, filter will remove content not in the given spaces. |
|---|

