Re: using boolean operators with different fields for querying

2009-04-24 Thread Rakesh Sinha
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

Re: using boolean operators with different fields for querying

2009-04-24 Thread Shalin Shekhar Mangar
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

using boolean operators with different fields for querying

2009-04-24 Thread Rakesh Sinha
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