[
https://issues.apache.org/jira/browse/LUCENE-6504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14560987#comment-14560987
]
David Smiley commented on LUCENE-6504:
--------------------------------------
Nice. Before/now, AFAIK norms take 1 byte per field per doc of heap. I looked
over the patch briefly; does this essentially put norms off-heap? And I
noticed it has more fidelity than a single byte; up to 8 in fact. Does this
patch also bring in accurate norms or is something else required to enable
actually utilize that?
> implement norms with random access API
> --------------------------------------
>
> Key: LUCENE-6504
> URL: https://issues.apache.org/jira/browse/LUCENE-6504
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Robert Muir
> Attachments: LUCENE-6504.patch
>
>
> We added this api in LUCENE-5729 but we never explored implementing norms
> with it. These are generally the largest consumer of heap memory and often a
> real hassle for users.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]