We are just getting started with Nutch and could use some pointers to how to interface our Java code to the search capabilities.
Where can we get some examples? Where is the best documentation? How I we set up an environment (classpath, etc) and get an instance of an object from which we can issue queries against our crawl database using the lucene query language ? How do we specify the directory where our crawl results are located to the query engine? Is the API for Lucene the one I should use to retreve results? How are the Nutch and Lucene API's related? THANKS!!
