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
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