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/07/21 19:23:28 UTC

DO NOT REPLY [Bug 30237] New: - 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

           Summary: query a pattern either contains in A field and B field
                    only report items hit in field A
           Product: Lucene
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: QueryParser
        AssignedTo: lucene-dev@jakarta.apache.org
        ReportedBy: richso@i-cable.com


using a query like:

+ title:happy OR content: happy

only reported items with "happy" in field "title" only, instead of report 
items with "happy" in either or both field "title" and "content"

I've tried version 1.2-1.4, all get the same results.

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