Dear All, *When I try to generate vectors from a Lucene index, it only generates the dictionary file. *
*../../bin/mahout lucene.vector --dir /home/lahiru/Src/calliope/helpdesk/index --field pattern --dictOut /home/lahiru/Src/Mahout/trunk/examples/calliope/dict.txt --output /home/lahiru/Src/Mahout/trunk/examples/calliope/out.txt Running on hadoop, using HADOOP_HOME=/home/lahiru/DevInstall/hadoop-0.20.2 No HADOOP_CONF_DIR set, using /home/lahiru/DevInstall/hadoop-0.20.2/conf 11/01/28 13:40:59 INFO lucene.Driver: Output File: /home/lahiru/Src/Mahout/trunk/examples/calliope/out.txt 11/01/28 13:40:59 INFO util.NativeCodeLoader: Loaded the native-hadoop library 11/01/28 13:40:59 INFO zlib.ZlibFactory: Successfully loaded & initialized native-zlib library 11/01/28 13:40:59 INFO compress.CodecPool: Got brand-new compressor 11/01/28 13:40:59 INFO lucene.Driver: Wrote: 0 vectors 11/01/28 13:40:59 INFO lucene.Driver: Dictionary Output file: /home/lahiru/Src/Mahout/trunk/examples/calliope/dict.txt 11/01/28 13:40:59 INFO driver.MahoutDriver: Program took 499 ms* I followed the guidelines mentioned in the below URL. https://cwiki.apache.org/confluence/display/MAHOUT/Creating+Vectors+from+Text Please advice. Thanks, Lahiru
