Re: murmur3 field type and doc_values

2015-04-23 Thread Drew
I'm answering my own question here since I came across this issue on GitHub. https://github.com/elastic/elasticsearch/issues/10465 So the correct field options for a murmur3 field are: "index" : "no", "doc_values" : true - Drew On Wednesday, March 25, 2015 at 4:28:25 PM UTC-7, Drew wrote: > > H

Re: murmur3 field type and doc_values

2015-03-25 Thread Drew Kutcharian
Hi Mark, Thanks for the reply, but I already know what doc_values are. I wanted to see if there is a benefit to setting murmur3 type (which actually extends long type) to doc_values when it comes to doing cardinality aggregations. - Drew > On Mar 25, 2015, at 5:17 PM, Mark Walkom wrote: >

Re: murmur3 field type and doc_values

2015-03-25 Thread Mark Walkom
Here's some info on doc values http://www.elastic.co/guide/en/elasticsearch/guide/current/doc-values.html#_enabling_doc_values I'm not sure what a murmur3 field is though, I can see what it is but how does that relate to ES? On 26 March 2015 at 10:28, Drew Kutcharian wrote: > Hi Guys, > > Would

murmur3 field type and doc_values

2015-03-25 Thread Drew Kutcharian
Hi Guys, Would it make sense to set "doc_values: enabled" on a murmur3 type field since it’s being used for aggregations? - Drew -- 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