FW: "Match All Words" Query

2002-04-08 Thread Aruna Raghavan
Also used the following without a problem: bool_query.add(q,true,false); -Original Message- From: Aruna Raghavan [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 8:47 AM To: 'Lucene Users List' Subject: RE: "Match All Words" Query Hi, I haven't tr

RE: "Match All Words" Query

2002-04-08 Thread Aruna Raghavan
query); Aruna. -Original Message- From: Melissa Mifsud [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 06, 2002 10:17 AM To: Lucene User Subject: "Match All Words" Query Hi! I've been going round in circles trying to come up with a query that will return documents which c

Re: "Match All Words" Query

2002-04-06 Thread Chris Withers
Melissa Mifsud wrote: > > I've been going round in circles trying to come up with a query that will return >documents which contian ALL the query terms. This should be easy, however I would >like the words to span ANY of the fields of the documents. Just a thought... have you tried building a

"Match All Words" Query

2002-04-06 Thread Melissa Mifsud
Hi! I've been going round in circles trying to come up with a query that will return documents which contian ALL the query terms. This should be easy, however I would like the words to span ANY of the fields of the documents. If the BooleanQuery(ies) do actually follow boolean logic, then I sh