Hi, I think that you should enable the "Language Identification Parser/Filter" or write your own to assign the language to each document in the index. With this you will have just one index with each document having language="en" or langugage="de".
Depending on whether the user is accessing your English language site or German site, you can add +language:en or +language:de to your search query. I have not tried this but it may work. Thanks, Bipin --- nasm <[EMAIL PROTECTED]> wrote: > > hi, > How can i configure nutch-site.xml with two search > directories, the example > shown below: > > <property> > <name>searcher.dir </name> > > <value>/home/tyrell/nutch-0.7/crawl.virtusa/eng > </value> > </property> > > <property> > <name>searcher.dir </name> > > <value>/home/tyrell/nutch-0.7/crawl.virtusa/de > </value> > </property> > > > The real problem is that i have website with more > than one language, so when > i crawl the web page it crawl all site. From this > point, i want to direct > search.jsp page to different directories. could/how > it possible to solve > this problem? > > thanks beforehand. > > -- > View this message in context: > http://www.nabble.com/Could-we-configure-nutch-site.xml-with-two-directories--tf1960930.html#a5379553 > Sent from the Nutch - User forum at Nabble.com. > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
