[ https://issues.apache.org/jira/browse/LUCENE-3217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Simon Willnauer updated LUCENE-3217: ------------------------------------ Attachment: LUCENE-3217.patch here is a patch for int variant. All fixed int variants are merged without loading them into memory and bulk merged if no deleted docs are present. > Improve DocValues merging > ------------------------- > > Key: LUCENE-3217 > URL: https://issues.apache.org/jira/browse/LUCENE-3217 > Project: Lucene - Java > Issue Type: Improvement > Components: core/index > Affects Versions: 4.0 > Reporter: Simon Willnauer > Assignee: Simon Willnauer > Fix For: 4.0 > > Attachments: LUCENE-3217.patch > > > Some DocValues impl. still load all values from merged segments into memory > during merge. For efficiency we should merge them on the fly without > buffering in memory -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org