Re: select where from query type in lucene

2005-02-18 Thread Morus Walter
Miles Barr writes: > On Fri, 2005-02-18 at 03:58 +0100, Miro Max wrote: > > how can i search for content where type=document or > > (type=document OR type=view). > > actually i can do it with: "(type:document OR > > type:entry) AND queryText" as QueryString. > > but does exist any other better way

Re: select where from query type in lucene

2005-02-18 Thread Miles Barr
On Fri, 2005-02-18 at 03:58 +0100, Miro Max wrote: > how can i search for content where type=document or > (type=document OR type=view). > actually i can do it with: "(type:document OR > type:entry) AND queryText" as QueryString. > but does exist any other better way to realize this? What's wrong