RE: Boolean Logic inside a QueryWrapperFilter

2009-04-22 Thread Steven A Rowe
Hi David, On 4/22/2009 at 4:15 PM, David Seltzer wrote: > I have some code that dynamically creates a Boolean query designed to > work as a filter. After the query runs I end up with this filter. > > Filter: QueryWrapperFilter(+(-SourceID:100) > +spanNear([ArticleContent:nuclear, ArticleContent:p

Boolean Logic inside a QueryWrapperFilter

2009-04-22 Thread David Seltzer
Hi Everyone, I have some code that dynamically creates a Boolean query designed to work as a filter. After the query runs I end up with this filter. Filter: QueryWrapperFilter(+(-SourceID:100) +spanNear([ArticleContent:nuclear, ArticleContent:proliferation], 30, false)) My expectation is that