Re: Solr UninvertingReader getNumericDocValues doesn't seem to work for fields that are not stored or indexed

2016-01-20 Thread plbarrios
Joel, Thank you for the reply! This approach solved my problem. Now should I be concerned about the 32 bits that are lost in converting the long to an int? Also, is this the intended approach when using NumericDocValues? -- View this message in context: http://lucene.472066.n3.nabble.com/Sol

Solr UninvertingReader getNumericDocValues doesn't seem to work for fields that are not stored or indexed

2016-01-19 Thread plbarrios
I have a defined field in my schema.xml that is a simple float that is not stored nor indexed as follows: ** In Solr 4 I was able to get the float value the following way: *FieldCache.Floats docBoosts = FieldCache.DEFAULT.getFloats(context.reader(), FieldName.Boost, false); float boost = docBoos