Kike,
sorry to say but the information you provided is not very helpful to us. Could you please create a small test case which shows the problem. What we need is a very simple peace of software which we can run to see how the index is created and the queries are generated and processed. Having it in our hand, we can follow the track and see where the problem could be.
thanks Bernhard
[EMAIL PROTECTED] wrote:
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30818>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30818
Lucene Search does not handle boolean queries with quotes.
------- Additional Comments From [EMAIL PROTECTED] 2004-08-24 12:09 -------
Dear Danier, I use the following code:
// dutch analyzer from snowball library
Analyzer _analyzer = new DutchAnalyzer(); QueryParser qp = new QueryParser( "BODY", _analyzer ); qp.setOperator( QueryParser.DEFAULT_OPERATOR_AND ); query = qp.parse( myQuery );
The query print is: +BODY:"holland realityshow" +BODY:"patty brard"
Thanks
Kike
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]