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
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
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
I have title field and description field indexed. Now I want to
search for "object oriented programming" either in title "and or"
description using Lucene search query.
How do I do this?
-
To unsubscribe, e-mail: [EMAIL PROTECT