|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for the classes which define filters. Primarily, this interface defines a method making it possible to turn over BitSet of the documents admitted according to this criteria.
| Method Summary | |
java.util.BitSet |
bits(org.apache.lucene.index.IndexReader r)
Applies the criteria and turns over the documents which satisfy it |
void |
toSAX(org.xml.sax.ContentHandler hdl)
Returns a SAX representation of this criteria. |
| Method Detail |
public java.util.BitSet bits(org.apache.lucene.index.IndexReader r)
r - The reader of the index.
public void toSAX(org.xml.sax.ContentHandler hdl)
throws org.xml.sax.SAXException,
org.apache.cocoon.ProcessingException
toSAX in interface org.apache.cocoon.xml.XMLizablehdl - The ContentHandler to which the events will be supplied.
org.xml.sax.SAXException
org.apache.cocoon.ProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||