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 2005/02/09 18:39:45 UTC

DO NOT REPLY [Bug 33472] - [PATCH] disable coord for generated BooleanQueries

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


cutting@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|cutting@apache.org          |lucene-
                   |                            |dev@jakarta.apache.org
             Status|ASSIGNED                    |NEW




------- Additional Comments From cutting@apache.org  2005-02-09 18:39 -------
Note that this does not yet fix MultiFieldQueryParser.  That should probably be
modified to generate something like, for the query "t1 t2" over fields f1, and
f2, a query like:

  (f1:t1 f2:t1) (f1:t2 f2:t2)

in this case the innner queries should have coord disabled while the outer query
should not.  I think the best approach for MultiFieldQueryParser is to
re-implement it as a subclass of QueryParser which overrides query creation
methods.  But that's a separate patch...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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