org.weborganic.bastille.flint
Class PredicateSearch

java.lang.Object
  extended by org.weborganic.bastille.flint.PredicateSearch
All Implemented Interfaces:
ContentGenerator

public final class PredicateSearch
extends Object
implements ContentGenerator

Performs a search using a Lucene predicate.

Note: this generator is not designed to be used for production but can be useful during development to determine which query should be used.

Since:
0.6.20

Constructor Summary
PredicateSearch()
           
 
Method Summary
 void process(ContentRequest req, XMLWriter xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicateSearch

public PredicateSearch()
Method Detail

process

public void process(ContentRequest req,
                    XMLWriter xml)
             throws BerliozException,
                    IOException
Specified by:
process in interface ContentGenerator
Throws:
BerliozException
IOException