You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2004/08/06 10:39:05 UTC

DO NOT REPLY [Bug 30237] - query a pattern either contains in A field and B field only report items hit in field A

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=30237>.
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=30237

query a pattern either contains in A field and B field only report items hit in field A

daniel.naber@t-online.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From daniel.naber@t-online.de  2004-08-06 08:39 -------
There are several issues: 
 
First, your index doesn't have a "title" field so we cannot test your query. Second, the 
topic_title and msg_body fields are not indexed and thus cannot be searched. Also, a 
query like "+a OR b" is problematic, as the mixing of +/- and AND/OR will only lead to 
confusion. It seems there are several broken characters in your index. Please look at 
it with Luke (http://www.getopt.org/luke/). I'll close the bug report, please open a new 
one if you have a reproducible test case of a bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org