These handlers must be registred on the DatabaseIndexer to be used. This latter class executes every registred sql requests thanks to the Spring JBDC framework and uses the getDocument callback to determine the way to index every row a JDBC ResultSet. @author Thierry Templier @see org.springmodules.lucene.index.support.database.SqlRequest @see org.springmodules.lucene.index.object.database.DatabaseIndexer#registerDocumentHandler(SqlRequest,SqlDocumentHandler) @see org.springmodules.lucene.index.object.database.DatabaseIndexer#unregisterDocumentHandler(SqlRequest)
|
|