Re: Search Query AND OR for Title and Description Fields

2007-05-27 Thread Erick Erickson
Then I think what you want is something like just assembling a BooleanQuery like: (+title:object +title:oriented +title:programming) (+description:object +description:oriented +description:programming). Best Erick On 5/27/07, Ram Peters <[EMAIL PROTECTED]> wrote: What I like to do is search ov

Re: Search Query AND OR for Title and Description Fields

2007-05-27 Thread Ram Peters
What I like to do is search over multiple fields. Multiple fields: title and description. I don't want to concatenate the title and description field into one and search on that field, because title and description have different boosting. When I search over multiple fields for "object oriented

Re: Search Query AND OR for Title and Description Fields

2007-05-26 Thread Erick Erickson
This makes little sense. Could you give an example of how you'd like to see things operate? And have you looked at the FAQ for Lucene query syntax? Erick On 5/25/07, Ram Peters <[EMAIL PROTECTED]> wrote: I have title field and description field indexed. Now I want to search for "object orien