You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2012/08/08 17:46:32 UTC

svn commit: r1370817 [1/3] - in /lucene/dev/branches/pforcodec_3892/lucene/core/src: java/org/apache/lucene/util/packed/ test/org/apache/lucene/util/packed/

Author: jpountz
Date: Wed Aug  8 15:46:28 2012
New Revision: 1370817

URL: http://svn.apache.org/viewvc?rev=1370817&view=rev
Log:
LUCENE-3892: Ability to decode to int[] arrays (in addition to long[] arrays).

Modified:
    lucene/dev/branches/pforcodec_3892/lucene/core/src/java/org/apache/lucene/util/packed/BulkOperation.java
    lucene/dev/branches/pforcodec_3892/lucene/core/src/java/org/apache/lucene/util/packed/PackedInts.java
    lucene/dev/branches/pforcodec_3892/lucene/core/src/java/org/apache/lucene/util/packed/gen_BulkOperation.py
    lucene/dev/branches/pforcodec_3892/lucene/core/src/test/org/apache/lucene/util/packed/TestPackedInts.java