Dynamic pattern matching over a sequence of events

2014-01-10 Thread Andr'e
I'm new to ES and i'm trying to figure out if a certain scenario is possible before making a decision on using ES. Here is the scenario: I have millions of events that are tied to employees, each event also contains the employee id so no need for a join, data duplication and flat tables are

Re: Dynamic pattern matching over a sequence of events

2014-01-10 Thread Andr'e
(Page9.html,Page2.html,Page3.html,Page6.html,Page4.html) if I run a query say give me all visitors who viewed the following (Page2.html,Page3.html,Page4.htmll) the results will be *Visitor1 *and *Visitor2.* Thanks for all your help so far. Andr'e On Friday, January 10, 2014 10:46:12 AM UTC-5, Jörg

How to query nested documents in order.

2014-01-15 Thread Andr'e
Does anyone know how to query all documents that has nested document that match a certain query. Say you have a blog post with comments that are nested and you want to find all blog post comments that a comment contains help and following comments after that contains thank you in insertion