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
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
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