Sorting problem in Solr due to Lucene Field Cache

2014-05-16 Thread Jeongseok Son
Hello, I'm struggling with large data indexed and searched by Solr. The schema of the documents consist of date(-MM-DD), text(tokenized and indexed with Natural Language Toolkit), and several numerical fields. Each document is small-sized but but the number of the docs is very large, which

Re: Sorting problem in Solr due to Lucene Field Cache

2014-05-16 Thread Joel Bernstein
Take a look at Solr's use of DocValues: https://cwiki.apache.org/confluence/display/solr/DocValues. There are docValues options that use less memory then the FieldCache. Joel Bernstein Search Engineer at Heliosearch On Thu, May 15, 2014 at 6:39 AM, Jeongseok Son invictu...@gmail.com wrote: