From: <php...@li...> - 2006-12-04 10:28:13
|
Hi! We use something like: require_once("java/Java.php"); java_require("lucene.jar"); $q = new Java("org.apache.lucene.search.PhraseQuery"); $q->add(new Java("org.apache.lucene.index.Term", $t, $where)); $searcher = new Java("org.apache.lucene.search.IndexSearcher", $dir); $hits = $searcher->search($q); ... "Since PHP 5.2 no java extension is necessary anymore." You means we can connect with lucene by PHP 5.2? If yes,,,can you show me how ? --------------------------------- Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster. |