Thanks *Russel* for a very clear and detailed explanation.
Also I would like to know if it is possible to query on 2 or more indices
in a single indexQuery ?
On Wed, Feb 22, 2012 at 10:59 PM, Russell Brown wrote:
> Hi Rajat,
>
> Answers inline below.
>
> On 22 Feb 2012, at 16:4
Hi Rajat,
Answers inline below.
On 22 Feb 2012, at 16:44, Rajat Mathur wrote:
> I am running following IndexQuery :
>
>
> IntIndex intIndex=IntIndex.named("points");
>
> IndexQuery iQuery = new IntRangeQuery(intIndex,"fkUsers"
I am running following IndexQuery :
IntIndex intIndex=IntIndex.named("points");
IndexQuery iQuery = new IntRangeQuery(intIndex,"fkUsers",1100,1300);
MapReduceResult
resultInt=client.mapReduce(iQuery).addReducePhase(NamedErlangFunction.REDUCE_IDENTITY).execut