You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2016/08/15 21:59:20 UTC

svn commit: r1756435 - /lucene/test-data/README.txt

Author: uschindler
Date: Mon Aug 15 21:59:20 2016
New Revision: 1756435

URL: http://svn.apache.org/viewvc?rev=1756435&view=rev
Log:
Add readme

Added:
    lucene/test-data/README.txt

Added: lucene/test-data/README.txt
URL: http://svn.apache.org/viewvc/lucene/test-data/README.txt?rev=1756435&view=auto
==============================================================================
--- lucene/test-data/README.txt (added)
+++ lucene/test-data/README.txt Mon Aug 15 21:59:20 2016
@@ -0,0 +1,11 @@
+This directory contains test data that may be used with Lucene's tests.
+Pass the following flags to Lucene's build system:
+
+$ ant test -Dtests.linedocsfile=/path/to/enwiki.random.lines.txt
+
+The Lucene Nightly Jenkins Jobs have this configured:
+https://builds.apache.org/job/Lucene-Solr-NightlyTests-master
+
+Source of data: The file contains a preprocessed dump of Wikipedia
+as CSV file for easy import with Lucene's test-framework
+or benchmark module.