Re: Multiple-field queries

2006-10-14 Thread Otis Gospodnetic
etc. Otis - Original Message From: Enzo Michelangeli <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Sunday, October 15, 2006 12:14:51 AM Subject: Multiple-field queries I need to be able to search over multiple fields at the same time. The suggestions I have seen so f

Re: Multiple Field Queries

2005-03-21 Thread Gusenbauer Stefan
Aad Nales wrote: Perhaps i misunderstand but it seems to me that if you execute the add with two times a false value you will end up with the required result. (content:test) (filename:test) which is equivalent to your requested query. hope this helps, Aad Nales Gusenbauer Stefan wrote: Hello, at

Re: Multiple Field Queries

2005-03-21 Thread Aad Nales
Perhaps i misunderstand but it seems to me that if you execute the add with two times a false value you will end up with the required result. (content:test) (filename:test) which is equivalent to your requested query. hope this helps, Aad Nales Gusenbauer Stefan wrote: Hello, at the moment i cann

Multiple Field Queries

2005-03-21 Thread Gusenbauer Stefan
Hello, at the moment i cannot search through the mailinglist archives so i will bother you. I will search over multiple fields for example content and filename. The MultiFieldQueryParser is not applicable for me so i create the query syntax programmatically. The querystring is parsed with the Q