From: <bra...@us...> - 2008-04-17 23:02:02
|
Revision: 2256 http://archive-access.svn.sourceforge.net/archive-access/?rev=2256&view=rev Author: bradtofel Date: 2008-04-17 16:02:06 -0700 (Thu, 17 Apr 2008) Log Message: ----------- DOC: added a bit of info indicating that adding ARCs/WARCs to 'dataDir' will get them added to Wayback iff autoindexing is enabled. Modified Paths: -------------- trunk/archive-access/projects/wayback/dist/src/site/xdoc/administrator_manual.xml Modified: trunk/archive-access/projects/wayback/dist/src/site/xdoc/administrator_manual.xml =================================================================== --- trunk/archive-access/projects/wayback/dist/src/site/xdoc/administrator_manual.xml 2008-04-17 20:54:16 UTC (rev 2255) +++ trunk/archive-access/projects/wayback/dist/src/site/xdoc/administrator_manual.xml 2008-04-17 23:02:06 UTC (rev 2256) @@ -138,7 +138,11 @@ implementation also includes the capability to run a background thread to automatically notice new ARC/WARC files appearing, index those files, and hand off the index data for merging with - a BDBResourceIndex. + a BDBResourceIndex. When using automatic indexing, any files added to + the 'dataDir' will automatically be indexed and queued for merging + with the ResourceIndex. Please see documentation for the + BDBResourceIndex for information on configuring automatic merging of + indexed data with a BDBResourceIndex. </p> <p> The XML configuration template for a LocalResourceStore follows: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |