Is this possible if i will use the Hadoop to replace the index directory
in PHP?



<?php

require_once('Zend/Search/Lucene.php');

$index=newZend_Search_Lucene('/data/my_index');

$index->find($query);

?>

Thanks.

Reply via email to