Skip to content

Add Solr schema support for DocValues skip lists on PointField types#4458

Open
iamsanjay wants to merge 6 commits into
apache:mainfrom
iamsanjay:docvalues-skip-list
Open

Add Solr schema support for DocValues skip lists on PointField types#4458
iamsanjay wants to merge 6 commits into
apache:mainfrom
iamsanjay:docvalues-skip-list

Conversation

@iamsanjay
Copy link
Copy Markdown
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant