Author: apalumbo
Date: Sun Jun 22 20:46:19 2014
New Revision: 1604655
URL: http://svn.apache.org/r1604655
Log:
MAHOUT-1536: Update "Creating vectors from text" page edit_3
Modified:
mahout/site/mahout_cms/trunk/content/users/basics/creating-vectors-from-text.mdtext
Modified:
mahout/site/mahout_cms/trunk/content/users/basics/creating-vectors-from-text.mdtext
URL:
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/basics/creating-vectors-from-text.mdtext?rev=1604655&r1=1604654&r2=1604655&view=diff
==============================================================================
---
mahout/site/mahout_cms/trunk/content/users/basics/creating-vectors-from-text.mdtext
(original)
+++
mahout/site/mahout_cms/trunk/content/users/basics/creating-vectors-from-text.mdtext
Sun Jun 22 20:46:19 2014
@@ -11,8 +11,7 @@ into vectors that can then be consumed b
# From Lucene
*NOTE: Your Lucene index must be created with the same version of Lucene
-used in Mahout. Check Mahout's POM file to get the version number,
-otherwise you will likely get "Exception in thread "main"
+used in Mahout. As of Mahout 0.9 this is Lucene 4.6.1. If these versions dont
match you will likely get "Exception in thread "main"
org.apache.lucene.index.CorruptIndexException: Unknown format version: -11"
as an error.*