|
||||||||||
| 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.search.lucene.filter.FiltersContainer
ChainedFilter into Lucene has made this
class redundant.
@Deprecated public class FiltersContainer
Allows multiple 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.
| Constructor Summary | |
|---|---|
FiltersContainer()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addFilter(org.apache.lucene.search.Filter filter)
Deprecated. Add a Filter to the end of the list. |
BitSet |
bits(org.apache.lucene.index.IndexReader reader)
Deprecated. Throws an UnsupportedOperationException |
List |
getFilters()
Deprecated. Get the list of Filters within this "Filter". |
int |
size()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class org.apache.lucene.search.Filter |
|---|
getDocIdSet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FiltersContainer()
| Method Detail |
|---|
public BitSet bits(org.apache.lucene.index.IndexReader reader)
throws IOException
bits in class org.apache.lucene.search.FilterIOExceptionpublic String toString()
toString in class Objectpublic List getFilters()
Filtersorg.apache.lucene.search.DateFilterScoringSearcherpublic void addFilter(org.apache.lucene.search.Filter filter)
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||