Navigation notation for multi-field in a nested document does not work

I'm trying to access a multi-field within a nested document. It works when
I use typed navigation notation "nestedobj.multifield.multifield2" but not
using navigation notation "nestedobj.multifield2". Shouldn't navigation
notation work for a multi_field within a nested document?

I'm using 0.20.0.Beta1. A gist illustrating my problem is here:
https://gist.github.com/4260232.

Thank you.

--

That's how it's supposed to work. You can access the default field as
"depart.city" and the alternative mapping as "depart.city.city_auto".

On Tuesday, December 11, 2012 9:01:29 AM UTC-8, Telvis Calhoun Jr. wrote:

I'm trying to access a multi-field within a nested document. It works when
I use typed navigation notation "nestedobj.multifield.multifield2" but not
using navigation notation "nestedobj.multifield2". Shouldn't navigation
notation work for a multi_field within a nested document?

I'm using 0.20.0.Beta1. A gist illustrating my problem is here:
multi-field in a nested document · GitHub.

Thank you.

--

Ah! I misread the docs at
Elasticsearch Platform — Find real-time answers at scale | Elastic.
Thank you for your time.

On Sat, Dec 15, 2012 at 3:22 PM, Igor Motov imotov@gmail.com wrote:

That's how it's supposed to work. You can access the default field as
"depart.city" and the alternative mapping as "depart.city.city_auto".

On Tuesday, December 11, 2012 9:01:29 AM UTC-8, Telvis Calhoun Jr. wrote:

I'm trying to access a multi-field within a nested document. It works when
I use typed navigation notation "nestedobj.multifield.multifield2" but not
using navigation notation "nestedobj.multifield2". Shouldn't navigation
notation work for a multi_field within a nested document?

I'm using 0.20.0.Beta1. A gist illustrating my problem is here:
multi-field in a nested document · GitHub.

Thank you.

--

--