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: 2.9.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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to