I'm new to both Lucene and Nutch. I've been stuck on this problem for almost
2 weeks. Please help me.

I have a my own search engine using Lucene 2.9.0. It's for indexing and
searching files uploaded by users. When a user upload a text file to the
server, it generate cfs index file. Then, the search engine can search on
this cfs index file.


Now, I want to add more feature to my search engine to be able to search for
websites as well. So, I decided to use Nutch as a web crawler, but index
file structure generated by Nutch is different from my Lucene Search Engine.
It contains many files and folders. I don't know how to use them with my
search engine




My questions.

1. Can Lucene 2.9.0 search on indexes generated by Nutch, using its own API
(not Nutch API)?
2. Or can Nutch generate index file as cfs files which my Lucene search
engine can use? How can I configure it?

Thank you.

-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Can-Nutch-make-cfs-index-file-tp838915p838915.html
Sent from the Nutch - User mailing list archive at Nabble.com.

Reply via email to