Error on 2 shards only

2014-05-05 Thread Jan van Vlimmeren
I'm running a cluster with 4 nodes, all with identical server specs and ES versions (1.1.0) I keep running into this problem when running this query: { query: { bool: { must: [ { term: { name: general } }, { term: {

Re: Error on 2 shards only

2014-05-05 Thread Jan van Vlimmeren
or non-parseable date strings? Jörg On Mon, May 5, 2014 at 2:40 PM, Jan van Vlimmeren jan.vanv...@gmail.comjavascript: wrote: I'm running a cluster with 4 nodes, all with identical server specs and ES versions (1.1.0) I keep running into this problem when running this query

Using ES for web analytics

2014-03-21 Thread Jan van Vlimmeren
Hi everyone, I'm brand new to ES and am trying to use it to create a basic analytics app. I'm running into a problem that I can't seem to get sorted out myself: I have documents like this: { _index: hpstats _type: articles _id: http://www.standaard.be/cnt/dmf20140321_01034888-2014-03-21-11-07

Re: Using ES for web analytics

2014-03-21 Thread Jan van Vlimmeren
And of course then you come up with the answer and you feel like a complete idiot. Just in case anyone else runs into the issue: You need to specify in the mapping that the URL field should be not_analyzed (index: not_analyzed) On Friday, March 21, 2014 1:33:27 PM UTC+1, Jan van Vlimmeren