You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2014/08/08 11:50:37 UTC

svn commit: r1616707 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/classification/ lucene/classification/src/ lucene/classification/src/java/org/apache/lucene/classification/utils/ lucene/classification/src/test/org/apache/lucene/classificatio...

Author: tommaso
Date: Fri Aug  8 09:50:37 2014
New Revision: 1616707

URL: http://svn.apache.org/r1616707
Log:
LUCENE-5878 - merged doc term to doubles to branch 4.x

Added:
    lucene/dev/branches/branch_4x/lucene/classification/src/java/org/apache/lucene/classification/utils/DocToDoubleVectorUtils.java
      - copied unchanged from r1616705, lucene/dev/trunk/lucene/classification/src/java/org/apache/lucene/classification/utils/DocToDoubleVectorUtils.java
    lucene/dev/branches/branch_4x/lucene/classification/src/test/org/apache/lucene/classification/utils/DocToDoubleVectorUtilsTest.java
      - copied unchanged from r1616705, lucene/dev/trunk/lucene/classification/src/test/org/apache/lucene/classification/utils/DocToDoubleVectorUtilsTest.java
Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/classification/   (props changed)
    lucene/dev/branches/branch_4x/lucene/classification/src/   (props changed)