From: Sverre B. <sv...@us...> - 2005-10-20 07:21:56
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17522/lib Modified Files: config.inc Log Message: Removed aid prefix and suffix. Set in retriever config instead (see manual) Index: config.inc =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib/config.inc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** config.inc 19 Oct 2005 13:55:58 -0000 1.8 --- config.inc 20 Oct 2005 07:21:48 -0000 1.9 *************** *** 47,59 **** $conf_index_class = $conf_searchengine . "Search"; - // Static texts to prepend/append to the Archive identifier returned from the - // search engine. In the case of using nutchwax and the standard ARC retriever - // the prefix would be the path to where the ARC files are stored and the suffix - // the files extension (e.g. .arc.gz) - // - // TODO : Move this into the ARC Retriever - $conf_aid_prefix = "/home/sverreb/apps/data/arcs/"; - $conf_aid_suffix = ".arc.gz"; - // Prefix to document retriever $document_retriever = "http://localhost:8080/arcretriever/arcretriever"; --- 47,50 ---- |