| java.lang.Object | ||
| ↳ | org.apache.lucene.search.Filter | |
| ↳ | com.atlassian.confluence.search.lucene.filter.FiltersContainer | |
This class is deprecated.
since 2.10. The introduction of org.apache.lucene.misc.ChainedFilter into Lucene has made this
class redundant.
Allows multiple org.apache.lucene.search.Filters to be stored in an Object that looks like a Filter. Yes, this is horribly ugly. It is only understood by the org.apache.lucene.search.DateFilterScoringSearcher. Its role in life is to allow multiple Filters to be passed into an interface method that allows only one Filter. The order of the added filters is preserved.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a Filter to the end of the list.
| |||||||||||
Throws an UnsupportedOperationException
| |||||||||||
Get the list of Filters within this "Filter".
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.lucene.search.Filter
| |||||||||||||||
From class
java.lang.Object
| |||||||||||||||
Add a Filter to the end of the list.
Get the list of Filters within this "Filter".

