nested fields and _field_names

2014-08-11 Thread Peter Li
. But this returns nothing for nested fields. When I use a mapping of a : { type : nested, properties: { x : {...} y : {...} } } for document structures like a : [ { x : ..., y: ... }, { x : ..., y: ... } ] The aggregate returns nothing for x and y. Is this a bug ? Thanks, Peter Li

Re: more like this vs. mlt

2014-07-31 Thread Peter Li
working - min_term_freq=1 , min_doc_freq=1 Thanks Vineeth On Thu, Jul 31, 2014 at 5:02 AM, Peter Li jenli...@gmail.com javascript: wrote: I ran a query: curl -XGET $url/ease/RadiologyResult/90642/_mlt?routing=07009409mlt_fields=Observation.Valuemin_term_freq=1min_doc_freq

Failed to configure logging error on start up.

2014-07-30 Thread Peter Li
I have a setup with multiple servers. The file tree for each is like the following: /data/ configs/ elastic-1.yml logging-1.yml scripts/ (empty) elastic-core/ (from distribution) bin/... config/... lib/... logs/... elastic-1/ bin --

Re: Failed to configure logging error on start up.

2014-07-30 Thread Peter Li
? On Wednesday, July 30, 2014 1:36:24 PM UTC-5, Peter Li wrote: I have a setup with multiple servers. The file tree for each is like the following: /data/ configs/ elastic-1.yml logging-1.yml scripts/ (empty) elastic-core/ (from distribution) bin/... config

more like this vs. mlt

2014-07-30 Thread Peter Li
I ran a query: curl -XGET $url/ease/RadiologyResult/90642/_mlt?routing=07009409mlt_fields=Observation.Valuemin_term_freq=1min_doc_freq=1pretty It worked and returned several documents. But if I ran this: curl -XGET $url/ease/RadiologyResult/_search?routing=07009409pretty -d ' { query