iamsanjay opened a new pull request, #4458: URL: https://github.com/apache/solr/pull/4458
https://issues.apache.org/jira/browse/SOLR-18251 Adds Solr schema support for DocValues skip lists via skipList="true|false", currently limited to PointField-based numeric and date fields. When enabled on compatible docValues fields, Solr writes Lucene skip-indexed numeric docvalues, which can improve newSlowRangeQuery performance, especially when the index is sorted on that field. via Codex -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
