[ 
https://issues.apache.org/jira/browse/LUCENE-7545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654143#comment-15654143
 ] 

ASF subversion and git services commented on LUCENE-7545:
---------------------------------------------------------

Commit c415bc8d1ddbb6477c83d559cb254a384aceb6df in lucene-solr's branch 
refs/heads/master from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=c415bc8 ]

LUCENE-7545: Dense norms/doc-values should not consume memory for the IW buffer.


> Dense norms/doc values should not consume memory in the IW buffer to store 
> the set of docs with a value for the field
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-7545
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7545
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-7545.patch
>
>
> Using a bit set to store docs that have a value for a field is great for 
> sparse doc values, but it is a pity we have to pay this price for dense doc 
> values too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to