[
https://issues.apache.org/jira/browse/LUCENE-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082414#comment-13082414
]
Mark Harwood commented on LUCENE-2697:
--------------------------------------
Another related thought - OpenBitSet could implement Externalizable and
serialize more efficiently using a sorted VInt List when sparse
> SortedVIntList should be Serializable
> -------------------------------------
>
> Key: LUCENE-2697
> URL: https://issues.apache.org/jira/browse/LUCENE-2697
> Project: Lucene - Java
> Issue Type: Improvement
> Components: core/search
> Affects Versions: 3.0.3
> Reporter: Federico Fissore
>
> For some memory intensive searchers we have, it is important to temporarily
> store the created bitsets to disk
> SortedVIntList does not implement Serializable: since it could be easily
> serialized due to the raw data it contains, it should implement it
> We are currently working with a custom SerializableSortedVIntList: we've just
> copied the code and added Serializable but we would definitely like to stick
> on lucene official code rather than such customizations
> Hope you will accept the proposal
--
This message is automatically generated by JIRA.
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]