Re: Searching multiple fields with same name

2005-03-08 Thread Claude Libois
orm by the parser into (+Title1:Lucene +Title1:search) (+Title2:Lucene +Title2:search). Claude Libois - Original Message - From: "Romain Laboisse" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 08, 2005 11:33 AM Subject: Searching multiple fields with same name > Hello

Re: Searching multiple fields with same name

2005-03-08 Thread Jose Miguel Diez
Hello, Just store it in two separate fields, and prepare a query: (title1: myquery ) OR (title2: myquery ) Substitution of myquery by your expressions will work fine. Saludos, Jose Miguel Romain Laboisse escribió: >Hello, > >I am indexing documents which may have more than one title and I wo

Searching multiple fields with same name

2005-03-08 Thread Romain Laboisse
Hello, I am indexing documents which may have more than one title and I would like to be able to search these titles separately. For example, a document may have two titles, "Jakarta Lucene" and "Powerful search engine". A search on 'lucene AND jakarta' should return this document but a search on