I have a project using Lucene3.5 already.
Now i need to provide web search function but i don't want to import the whole Nutch project.
So i wonder , may be i can only use the crawler part of Nutch to crawl websites and index them into Lucene style.
Then search the index files with my existing Lucene searcher.
Is it possible to do this or do you have any suggestion (how about Heritrix)?