Thanks Erik.When you mentioned we can't control sorting by _docid_ . So if not
client Does that mean solr internally makes such type of queries which includes
sort on internal Lucene Id? And for what purpose?
Sent from Yahoo Mail on Android
On Wed, Aug 5, 2020 at 6:27 PM, Erick Erickson
wro
A sort on anything can cause an OOM… That said, _all_ fields defined in your
Solr schema should have docValues set to true if you sort, group, use function
queries or facet on them. What’s happening is the docValues structure is being
synthesized at runtime on the heap. In recent Solr releases y