On Fri, Apr 24, 2009 at 11:51 AM, Shalin Shekhar Mangar
wrote:
> On Fri, Apr 24, 2009 at 9:08 PM, Rakesh Sinha wrote:
>
>> How do I specify boolean operators on a given field to search with
>> the 'q' parameter.
>>
>> For a given index - I have a different documents , document 1 with a
>> field c
On Fri, Apr 24, 2009 at 9:08 PM, Rakesh Sinha wrote:
> How do I specify boolean operators on a given field to search with
> the 'q' parameter.
>
> For a given index - I have a different documents , document 1 with a
> field course:"Applied Statistics"
> document 2 with a field course: "Applied P
How do I specify boolean operators on a given field to search with
the 'q' parameter.
For a given index - I have a different documents , document 1 with a
field course:"Applied Statistics"
document 2 with a field course: "Applied Probability"
document 3 with a field course:"Discrete math"
I ne