Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A32848ABF for ; Wed, 10 Aug 2011 15:49:51 +0000 (UTC) Received: (qmail 44538 invoked by uid 500); 10 Aug 2011 15:49:49 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 44256 invoked by uid 500); 10 Aug 2011 15:49:48 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 44246 invoked by uid 99); 10 Aug 2011 15:49:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 15:49:48 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 15:49:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 32088B57B6 for ; Wed, 10 Aug 2011 15:49:27 +0000 (UTC) Date: Wed, 10 Aug 2011 15:49:27 +0000 (UTC) From: "Mark Harwood (JIRA)" To: dev@lucene.apache.org Message-ID: <1490982445.24094.1312991367201.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-2697) SortedVIntList should be Serializable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org