| java.lang.Object |
| ↳ |
org.apache.lucene.search.Filter |
| |
↳ |
com.atlassian.confluence.search.lucene.filter.AttachmentTypeFilter |
Class Overview
Filters content that is of, or not of given attachment type(s).
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
AttachmentTypeFilter
(Set<Attachment.Type> attachmentTypes, boolean negate)
Filter attachment according to given types.
Parameters
| negate
| if true, will remove attachments of the given types.
if false, filter will remove attachments not of the given types.
|
Public Methods
public
BitSet
bits
(IndexReader reader)