Re: How to specify in webapp where to find indexes?

2009-10-29 Thread Dmitriy Fundak
Thanks. It helps. 2009/10/29 kevin chen kevinc...@bdsing.com: You can put a full path in nutch-site.xml property  namesearcher.dir/name  value/full/path/crawl/value  description  Path to root of crawl.  This directory is searched (in  order) for either the file search-servers.txt,

How to specify in webapp where to find indexes?

2009-10-28 Thread Dmitriy Fundak
Hi, I want to explicitly specify location of indexes folder. As I understand I should specify some property pointing to index location in Configuration, before executing method parse on Queue: Query.parse(query, lang, conf) Am I right? Are there any other ways of doing it? Thanks.

Re: How to specify in webapp where to find indexes?

2009-10-28 Thread kevin chen
You can put a full path in nutch-site.xml property namesearcher.dir/name value/full/path/crawl/value description Path to root of crawl. This directory is searched (in order) for either the file search-servers.txt, containing a list of distributed search servers, or the directory index