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,

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

2016-11-23 Thread Jaco de Vroed
Hi, No, I reproduced the original issue, with the rord() function, on a brand new index with docValues=true, with just one doc indexed in it. Any clues? Thanks, Jaco. On 21 November 2016 at 15:06, Pushkar Raste wrote: > Did you turn on/off docValues on a already

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

2016-11-21 Thread Pushkar Raste
Did you turn on/off docValues on a already existing field? 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. > > On 16

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

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