Questions about lucene index on HDFS

2008-08-21 Thread Jarvis . Guo
Hi all, Firstly I have known that there is a FsDirectory class in Nutch-0.9 so we can access the index on HDFS. But after I tested it, i found that we can only read the index but can not to append or modify, I think the reason is the one mentioned in the HDFS-file append issues, am I right?

Re: How to get all terms with a special field and document after indexed

2008-08-25 Thread Jarvis . Guo
I like your nick name. For the question, I think you must iterate all the terms in index with TermEnum and see if term will satisfy any of your concerns. Best 2008/8/26 Beijing2008 <[EMAIL PROTECTED]> > > When a document add to index, fields data will split to many terms and > saved > into ind