Re: Error "unexpected docvalues type NUMERIC for field" using rord() function query on single valued int field

2016-11-23 Thread Jaco de Vroed
Hello, We've figured out a workaround for this, using another field that's multivalued and populated with , and using that field in the rord() function query. Nevertheless, this feels like a bug to me. Bye, Jaco. On 23 November 2016 at 09:04, Jaco de Vroed wrote: > Hi, > &g

Re: Error "unexpected docvalues type NUMERIC for field" using rord() function query on single valued int field

2016-11-23 Thread Jaco de Vroed
t; On Nov 16, 2016 11:51 AM, "Jaco de Vroed" wrote: > > > Hi, > > > > I made a typo. The Solr version number in which this error occurs is > 5.5.3. > > I also checked 6.3.0, same problem. > > > > Thanks, bye, > > > > Jaco. > > >

Re: Error "unexpected docvalues type NUMERIC for field" using rord() function query on single valued int field

2016-11-16 Thread Jaco de Vroed
Hi, I made a typo. The Solr version number in which this error occurs is 5.5.3. I also checked 6.3.0, same problem. Thanks, bye, Jaco. On 16 November 2016 at 17:39, Jaco de Vroed wrote: > Hello Solr users, > > I’m running into an error situation using Solr 5.3.3. The case is as >

Error "unexpected docvalues type NUMERIC for field" using rord() function query on single valued int field

2016-11-16 Thread Jaco de Vroed
Hello Solr users, I’m running into an error situation using Solr 5.3.3. The case is as follows. In my schema, I have a field with a definition like this: That field is used in function queries for boosting purposes, using the rord() function. We’re coming from Solr 4, not using docVal