[
https://issues.apache.org/jira/browse/LUCENE-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-3677:
--------------------------------
Attachment: LUCENE-3677.patch
updated patch with just a tweak to checkindex.
now no apis actually require that the codecs norms impl implements getArray.
maybe someone wants a more compact/sparse datastructure for some reason
(LUCENE-830)... if they want this, thats fine.
But all our similarities use getArray. I think thats a fair tradeoff... if you
want to use some crazy datastructure, fine but you must use a custom sim, too.
> Remove old byte[] norms api from IndexReader
> --------------------------------------------
>
> Key: LUCENE-3677
> URL: https://issues.apache.org/jira/browse/LUCENE-3677
> Project: Lucene - Java
> Issue Type: Task
> Reporter: Robert Muir
> Attachments: LUCENE-3677.patch, LUCENE-3677.patch
>
>
> Followup to LUCENE-3628.
> We should remove this api and just use docvalues everywhere, to allow for
> norms of arbitrary size in the future (not just byte[])
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]