Tomcat should be pointed to /home/user1/nutch-1.2/crawl/
>From the top of my head, it looks for a hardcoded "index" directory which you should have there if the crawl went fine, that is why you get this message. However as pointed out by lewis john it is recommended that you copy this index elsewhere and stop/start Tomcat each time you do that. If you don't you will have a conflict between Tomcat & nutch the next time nutch will generate a new index.... not good. 2011/6/8 lewis john mcgibbney <[email protected]> > Hi abhayd, > > In short...yes. > > Although you have correctly specified an absolute path, you need to drop > the > /crawldb/current/part-00000 > > A good resource for this stuff can usually be found on the mailing lists. > > On Wed, Jun 8, 2011 at 8:03 AM, abhayd <[email protected]> wrote: > > > hi > > > > I am using nutch 1.2 > > i created index using command bin/nutch crawl urls -dir crawl > > > > under crawl directory i see > > crawldb/current/part-00000/index > > > > i added this to nutch-site.xml under tomcat installation > > as search.dir property value > > /home/user1/nutch-1.2/crawl/crawldb/current/part-00000 > > > > I am getting message index is not directory. Am i doing something wrong? > > > > Any help? > > > > -- > > View this message in context: > > > http://lucene.472066.n3.nabble.com/searcher-dir-not-working-tp3038087p3038087.html > > Sent from the Nutch - User mailing list archive at Nabble.com. > > > > > > -- > *Lewis* > -- -MilleBii-

