One Facet not working others are working fine

I am busy with making a bunch of e-mail searchable with facets in ES.
Currently all facets are working fine except one. The 'To' facet on the
field 'to'.
Other facets like 'From', 'Cc' and 'Bcc' are working fine.

I have created a gist with the json request and the json response which can
be find here https://gist.github.com/anonymous/5419539

Someone sees where the problem is?

Thanks in advance,
Kevin

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

hi, first, you can set some query or filters to reduce the result, it is too large to know what happens

Hey,

the response is saying that the field "to" zou requested to facet on does
not exist in any of your documents. I guess there is a name mismatch, maybe
to_email instead if it should be like all other fields...

--Alex

On Fri, Apr 19, 2013 at 12:45 PM, Kevin van Cleef
kevinvancleef@gmail.comwrote:

I am busy with making a bunch of e-mail searchable with facets in ES.
Currently all facets are working fine except one. The 'To' facet on the
field 'to'.
Other facets like 'From', 'Cc' and 'Bcc' are working fine.

I have created a gist with the json request and the json response which
can be find here I am busy with making a bunch of e-mail searchable with facets. All facets work fine but only the 'To' facet on the 'to' field do not work. The 'From', 'Cc' and 'BCc' facets are the same and working fine except the 'To' facet. Someone sees what is going wrong? · GitHub

Someone sees where the problem is?

Thanks in advance,
Kevin

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thank you, I have checked the mappings and indeed to_email is the name of
the field instead of to.

Op zaterdag 20 april 2013 10:37:59 UTC+2 schreef Alexander Reelsen het
volgende:

Hey,

the response is saying that the field "to" zou requested to facet on does
not exist in any of your documents. I guess there is a name mismatch, maybe
to_email instead if it should be like all other fields...

--Alex

On Fri, Apr 19, 2013 at 12:45 PM, Kevin van Cleef <kevinv...@gmail.com<javascript:>

wrote:

I am busy with making a bunch of e-mail searchable with facets in ES.
Currently all facets are working fine except one. The 'To' facet on
the field 'to'.
Other facets like 'From', 'Cc' and 'Bcc' are working fine.

I have created a gist with the json request and the json response which
can be find here I am busy with making a bunch of e-mail searchable with facets. All facets work fine but only the 'To' facet on the 'to' field do not work. The 'From', 'Cc' and 'BCc' facets are the same and working fine except the 'To' facet. Someone sees what is going wrong? · GitHub

Someone sees where the problem is?

Thanks in advance,
Kevin

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.