Re: Zero value fails to match Positive, Negative, or Zero interval facet

2016-10-21 Thread Stefan Matheis
Hi Andy > How should I proceed from here? I'd say this qualifies as an issue in JIRA - if you're able to come up with a test, that would be great, but not needed Patches are typically created against thr master-branch, but as long as you include all needed information (version, file, ..) -

Re: Zero value fails to match Positive, Negative, or Zero interval facet

2016-10-21 Thread Andy C
Upon further investigation this is a bug in Solr. If I change the order of my interval definitions to be Negative, Zero, Positive, instead of Negative, Positive, Zero it correctly assigns the document with the zero value to the Zero interval. I dug into the 5.3.1 code and the problem is in the

Zero value fails to match Positive, Negative, or Zero interval facet

2016-10-19 Thread Andy C
I have a field called "SCALE_double" that is defined as multivalued with the fieldType "tdouble". "tdouble" is defined as: I have a document with the value "0" indexed for this field. I am able to successfully retrieve the document with the range query "SCALE_double:[0 TO 0]". However it