Hello Michael,
That's weird, because for me it works on an "autodetected mapping":
So I guess what I understood is not what you have. If that's true, can
you come up with some more details, like:
- ES version
- mapping
- sample doc
Best regards,
Radu
http://sematext.com/ -- ElasticSearch -- Solr -- Lucene
On Fri, Nov 9, 2012 at 10:32 AM, Michael Gulliksen
michael.gulliksen@gmail.com wrote:
I have this object:
document
{
Title:string,
Id:integer
Tags:List
}
Tag
{
Id:integer,
Value:string,
Type:string
}
When searching for
document.tags.value I succeed, but when searching for
document.tags.id, I get no results back.
Why is this?
--
--