Re: Querying multiple fields in a document

2007-02-25 Thread Nicolas Lalevée
Le dimanche 25 février 2007 12:35, Laxmilal Menaria a écrit : > Hi, i think you will use MultiSearcher and create a field and Value array > for that, that will solve your problem.. I don't know what was your issue Laxmilal, but Ruchika just need a simple query : "+name:bob +subject:maths". Nicol

Re: Querying multiple fields in a document

2007-02-25 Thread Laxmilal Menaria
Hi, i think you will use MultiSearcher and create a field and Value array for that, that will solve your problem.. thanks On 2/25/07, ruchi thakur <[EMAIL PROTECTED]> wrote: Hello, I am new to Lucene. I have a document with 3 fields - name,subject,rollno I want to search on the 2 field name

Querying multiple fields in a document

2007-02-24 Thread ruchi thakur
Hello, I am new to Lucene. I have a document with 3 fields - name,subject,rollno I want to search on the 2 field names name and subject ie; i want to search for documents having a particular combination of name and subject, (say all the documents with name as bob and subject as maths) . Would a