Re: Number range search through Query subclass

2003-02-15 Thread Tatu Saloranta
On Friday 14 February 2003 02:58, Volker Luedeling wrote: > Hi, > > I am writing an application that constructs Lucene searches from XML > queries. Each item from the XML is represented by a Query of the > corresponding type. I have a problem when I try to search for number > ranges, since RangeQ

Re: Syntax Problem

2003-02-15 Thread Terry Steichen
Christoph, Same basic result: +(cloning clone) +animal yields 1072 hits (cloning OR clone) AND animal yields 19 hits. (cloning clone) AND animal yields 19 hits. Regards, Terry - Original Message - From: "Christoph Kiehl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, Febru

Re: Syntax Problem

2003-02-15 Thread Christoph Kiehl
Terry Steichen wrote: > I have an index which, when searched with this query ("cloning clone > animal") produces 1103 hits. A different, more narrow query > ("(cloning clone) AND animal") produces only 19 hits. AFAIK the terms in your queries are by default concatenated by OR. This means "cloning

Syntax Problem

2003-02-15 Thread Terry Steichen
I have an index which, when searched with this query ("cloning clone animal") produces 1103 hits. A different, more narrow query ("(cloning clone) AND animal") produces only 19 hits. What's puzzling to me is that if I try a different (but supposedly identical) form of the more narrow query ("+