Re: Filter by specific value without mapping

2014-10-17 Thread Vladimir Krylov
, Ivan On Oct 7, 2014 2:57 AM, Vladimir Krylov s6n...@gmail.com javascript: wrote: What I'm trying to do is to get data by filtering term with exact matching. I have ES 1.3.2 and I cannot do mapping, as attributes are dynamic (different users has different attributes). My data: { id: 111

Filter by specific value without mapping

2014-10-07 Thread Vladimir Krylov
What I'm trying to do is to get data by filtering term with exact matching. I have ES 1.3.2 and I cannot do mapping, as attributes are dynamic (different users has different attributes). My data: { id: 111, org_id: 11, approval: approved, ... } { id: 112, org_id: 11, approval: not

Re: Filter by specific value without mapping

2014-10-07 Thread Vladimir Krylov
Just to be clear, actually I don't need any analyzer on filters On Tuesday, October 7, 2014 12:57:32 PM UTC+3, Vladimir Krylov wrote: What I'm trying to do is to get data by filtering term with exact matching. I have ES 1.3.2 and I cannot do mapping, as attributes are dynamic (different