Renaud Richardet <[EMAIL PROTECTED]> wrote: > hi Xiong, > > see http://osdir.com/ml/search.nutch.devel/2004-11/msg00030.html, it > should work > > -- Renaud > > > xu xiong wrote: > > Hi there, > > > > Does anyone know how to achieve online indexing? > > When the generate/fetch/updatedb/index cycle is finished, how to make > > the updated index be used by the web search frontend? > > Do I have to restart the web app manually? > > > > Regards, > > Xiong > > > > > I ahve done this long time ago so: You need to enable autodebloy option in context of you application which uses indexes and then after generate/fetch/updatedb/index cycle you need to do touch $APP_CONTEXT/WEB-INF/web.xml then you application container notice that mtime of web.xml has changed and relaod application. That's all new indexes are online.
-- Damian Florczyk aka thunder Gentoo Developer, Gentoo/NetBSD Development Lead ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
