Re: Lucene 3.6: FieldCache.DEFAULT.getStrings returns array of nulls for some fields

2012-07-24 Thread Oliver Lins
Solved. As written in chapter 5 I have to index the fields if I want to retrieve them using the field cache. Am 24.07.2012 13:10, schrieb Oliver: Hello Everyone, I am developing an application with Lucene 3.6 (Java). I am using a NRTManager to ensure I find the (nearly) newest changes in th

Lucene 3.6: FieldCache.DEFAULT.getStrings returns array of nulls for some fields

2012-07-24 Thread Oliver Lins
Hello Everyone, I am developing an application with Lucene 3.6 (Java). I am using a NRTManager to ensure I find the (nearly) newest changes in the index. I use BooleanQuery containing NumericRangeQuery as BooleanClause(s) (I use 4 of these BooleanClause(s)). With my custom Sort implementation e