Re: complex nested query

2014-09-11 Thread vineeth mohan
gt; >> 在 2014年9月11日,12:04,vineeth mohan 写道: >> >> Hello , >> >> >> First you need to declare field details as nested. - >> http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-nested-type.html#mapping-nested-type >

Re: complex nested query

2014-09-11 Thread yancey
gard! >>> >>> 在 2014年9月11日,12:04,vineeth mohan 写道: >>> >>>> Hello , >>>> >>>> >>>> First you need to declare field details as nested. - >>>> http://www.elasticsearch.org/guide/en/elasticsearch/reference/cu

Re: complex nested query

2014-09-11 Thread yancey
hen do a bool query with the date range constrain and range constrain >>> >>> Thanks >>> Vineeth >>> >>> On Thu, Sep 11, 2014 at 8:53 AM, 闫旭 wrote: >>> Dear All! >>> >>> I have a problem with a complex nested

Re: complex nested query

2014-09-11 Thread vineeth mohan
uery with the date range constrain and range constrain > > Thanks > Vineeth > > On Thu, Sep 11, 2014 at 8:53 AM, 闫旭 wrote: > >> Dear All! >> >> I have a problem with a complex nested query >> the docs like this: >> _id:1 >> { >> &

Re: complex nested query

2014-09-11 Thread 闫旭
constrain and range constrain >> >> Thanks >> Vineeth >> >> On Thu, Sep 11, 2014 at 8:53 AM, 闫旭 wrote: >> Dear All! >> >> I have a problem with a complex nested query >> the docs li

Re: complex nested query

2014-09-10 Thread 闫旭
sticsearch.org/guide/en/elasticsearch/reference/current/mapping-nested-type.html#mapping-nested-type > > Then do a bool query with the date range constrain and range constrain > > Thanks > Vineeth > > On Thu, Sep 11, 2014 at 8:53 AM, 闫旭 wrote: > Dear All! > > I

Re: complex nested query

2014-09-10 Thread vineeth mohan
, 2014 at 8:53 AM, 闫旭 wrote: > Dear All! > > I have a problem with a complex nested query > the docs like this: > _id:1 > { > "detail":[ > { > "date":"2014-09-01", > "price”:50 > }, > { > "date":"2014-09-02&qu

complex nested query

2014-09-10 Thread 闫旭
Dear All! I have a problem with a complex nested query the docs like this: _id:1 { "detail":[ { "date":"2014-09-01", "price":50 }, {