Hi Clemens, I think this part of the release notes [1] applies to your case:
* FieldCache is gone (moved to a dedicated UninvertingReader in the misc module). This means when you intend to sort on a field, you should index that field using doc values, which is much faster and less heap consuming than FieldCache. [1] https://wiki.apache.org/lucene-java/ReleaseNote50 On Mon, Feb 23, 2015 at 1:24 PM, Clemens Wyss DEV <clemens...@mysign.ch> wrote: > After upgrading to Lucene 5 one of my unittest which tests sorting fails > with: > unexpected docvalues type NONE for field 'providertestfield' > (expected=SORTED). Use UninvertingReader or index with docvalues > > What am I missing? > -- András