Re: Solr schema design: fitting time-series data

2017-01-17 Thread map reduced
document right? Thanks for the reply. On Tue, Jan 17, 2017 at 10:50 AM, Alexandre Rafalovitch <arafa...@gmail.com> wrote: > On 16 January 2017 at 00:54, map reduced <k3t.gi...@gmail.com> wrote: > > some way to squeeze timestamps in single > > document so that it

Re: Solr schema design: fitting time-series data

2017-01-17 Thread map reduced
Anyone has any idea? On Sun, Jan 15, 2017 at 9:54 PM, map reduced <k3t.gi...@gmail.com> wrote: > I may have used wrong terminology, by complex types I meant non-primitive > types. Mutlivalued can be conceptualized as a list of values for instance > in your example myint = [ 32, 77

Re: Solr schema design: fitting time-series data

2017-01-15 Thread map reduced
mylong=4 AND they_are_both_in_the_same_position. > > That is, asking for myint=1 AND mylong=6 would match the above. Is > that what you're > wondering about? > > -- > I expect you're really asking to do the second above, in which case you > might > wan

Solr schema design: fitting time-series data

2017-01-15 Thread map reduced
Hi, I am trying to fit the following data in Solr to support flexible queries and would like to get your input on the same. I have data about users say: contentID (assume uuid), platform (eg. website, mobile etc), softwareVersion (eg. sw1.1, sw2.5, ..etc), regionId (eg. us144, uk123, etc..)