org.weborganic.bastille.flint
Class FulltextSearch

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

public class FulltextSearch
extends Object
implements ContentGenerator

Perform a search on the index, using the following details:

Since:
0.6.0

Constructor Summary
FulltextSearch()
           
 
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

FulltextSearch

public FulltextSearch()
Method Detail

process

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