|
From: <php...@li...> - 2008-12-03 21:26:36
|
We you able to get results??
If I just a QueryParser and not a MultiFieldQueryParser I get results.
When I do a MultiFieldQueryParser i am not getting any results.
----- Original Message -----
From: php...@li...
To: php...@li...
Sent: Wednesday, December 3, 2008 4:23:12 PM GMT -05:00 US/Canada Eastern
Subject: Re: [Php-java-bridge-users] Lucene
I could not reproduce this. Your code works well:
<?php require_once("http://localhost:8080/JavaBridge/java/Java.inc");
java_require("lucene.jar");
$parser = new Java( 'org.apache.lucene.queryParser.MultiFieldQueryParser',array('name','description'),$analyzer );
echo "got parser:$parser\n";
?>
==>
php -n -dallow_url_include=On test.php
got parser:org.apache.lucene.queryParser.MultiFieldQueryParser@1f26605
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|