I'm running the command mahout lucene.vectors (via cygwin) on a Solr (4.4) index

(using Mahout 0.8)

I'm getting the following error

SEVERE: There are too many documents that do not have a term vector for text

Exception in thread "main" java.lang.IllegalStateException: There are too
many documents that do not have a term vector for text at
org.apache.mahout.utils.vectors.lucene.AbstractLuceneIterator.computeNext
(AbstractLuceneIterator.java:97)

I tried adding the flag:  --maxPercentErrorDocs 0.9 and I still get the same
error.

I have defined termvectors for my Solr 'text' field




Reply via email to