JavaXMLRPCLuceneIndexer.inc.php 188 Bytes
<?
require_once('indexer.inc.php');

class JavaXMLRPCLuceneIndexer extends Indexer
{
    protected function indexDocument($docid, $textfile)
    {
		throw new Exception('TODO');
    }
}
?>