RE: OOM error

2017-01-06 Thread Sadaf Aslam
features introduced into a version? I looked at https://lucene.apache.org/ but couldn’t find when DrillSideways (or FacetFields) was introduced. Thanks, Sadaf From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: December-23-16 1:27 PM To: java-user@lucene.apache.org; Sadaf Aslam Subject: Re: OOM error

Re: OOM error

2016-12-23 Thread Uwe Schindler
Hi, For sorting you should add the fields as DocValues type in addition to indexed fields (if you also query on them). That ist the problem. But for that you should update your Lucene version. For that reason Lucene 6 no longer has FieldCache, which emulates DocValues loading everything to hea