You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Federico Fissore (JIRA)" <ji...@apache.org> on 2010/12/03 17:21:12 UTC

[jira] Updated: (LUCENE-2697) SortedVIntList should be Serializable

     [ https://issues.apache.org/jira/browse/LUCENE-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Federico Fissore updated LUCENE-2697:
-------------------------------------

    Affects Version/s:     (was: 2.9.3)
                           (was: 3.0.2)
                       3.0.3

> SortedVIntList should be Serializable
> -------------------------------------
>
>                 Key: LUCENE-2697
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2697
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org