Re: Multiple-field queries

2006-10-14 Thread Otis Gospodnetic
Redirecting to java-user. I wouldn't worry too much about complexity of option 1, unless you know that's just the nature of your app. Note that going with option one you benefit from the ability to assign different boosts to different fields, length norm comes into play when scoring, etc. Otis

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