nutch vs hadoop versions

2008-02-08 Thread Kenji Kawai
Does anybody know when/how the nutch would catch up with the hadoop versions? Currently the nutch trunk uses hadoop 0.15.0, and result in a runtime no-method error when run with the .17 hadoop. We need to use the 0.17.0 for our hbase applications. Thanks. -Kenji Kawai

Can IndexReader be opened on a hadoop directory?

2008-01-29 Thread Kenji
); This results in an exception: hdfs://localhost:9000/user/kenji/pages/lastIndex Exception in thread main java.io.IOException: The filename, directory name, or volume label syntax is incorrect at java.io.WinNTFileSystem.canonicalize0(Native Method

Lucene term-vector

2005-11-29 Thread Kenji
Anybody using term-vectors? Modifying BasicIndexFilter to enable the term-vector option for contents doesn't seem to produce any: // content is indexed, so that it's searchable, but not stored in index doc.add(Field.UnStored(content, parse.getText(), true)); Any ideas? -Kenji

lucene jar version

2005-11-09 Thread Kenji
as deprecated, but I don't see anything new or different in the javadoc. Are they supposed to be the same versions, or modified somehow? Thanks. -Kenji