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=35157>. 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=35157 ------- Additional Comments From [EMAIL PROTECTED] 2005-06-01 20:48 ------- Created an attachment (id=15251) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15251&action=view) The same test case using a RAMDirectory I think a SpanTermQuery is not intended to be used directly in a BooleanQuery, and only SpanNearQuery, SpanNotQuery or SpanFirstQuery should be used as subqueries of BooleanQuery. Nevertheless, with the current javadocs, I think one would expect this to work. The attachment is in package org.apache.lucene.search.spans and it's adapted to use a RAMDirectory, unchanged for the rest. Regards, Paul Elschot. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
