From: Sverre B. <sv...@us...> - 2005-10-19 13:48:09
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15666/lib Modified Files: config.inc Log Message: Index: config.inc =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib/config.inc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** config.inc 6 Oct 2005 02:07:37 -0000 1.5 --- config.inc 19 Oct 2005 13:47:59 -0000 1.6 *************** *** 34,38 **** $conf_debug = 0; // Print out some debug info ! #error_reporting(E_ALL); // Path to includefiles --- 34,38 ---- $conf_debug = 0; // Print out some debug info ! error_reporting(E_WARNING); // Path to includefiles *************** *** 43,48 **** // What search engine to use $conf_searchengine = "nutch"; ! $conf_searchengine_url = "http://wbsearch04.archive.org:8080/nutchwax/opensearch"; ! #$conf_searchengine_url = "http://localhost:8082/nutchwax/opensearch"; $conf_index_file = $conf_searchenginepath . "/" . $conf_searchengine . ".inc"; $conf_index_class = $conf_searchengine . "Search"; --- 43,49 ---- // What search engine to use $conf_searchengine = "nutch"; ! #$conf_searchengine_url = "http://wbsearch04.archive.org:8080/nutchwax/opensearch"; ! $conf_searchengine_url = "http://localhost:8082/nutchwax/opensearch"; ! #$conf_searchengine_url = "http://fast3.nb.no:8080/nutchwax/opensearch"; $conf_index_file = $conf_searchenginepath . "/" . $conf_searchengine . ".inc"; $conf_index_class = $conf_searchengine . "Search"; *************** *** 54,64 **** // // TODO : Move this into the ARC Retriever ! $conf_aid_prefix = "/2/katrina/nutch-data/arcs/"; ! #$conf_aid_prefix = "/home/sverreb/apps/heritrix-1.4.0/jobs/lux2-20051004171719798/arcs/"; $conf_aid_suffix = ".arc.gz"; // Prefix to document retriever ! $document_retriever = "http://wbsearch04.archive.org:8080/ArcRetriever/ArcRetriever"; ! #$document_retriever = "http://localhost:8082/ArcRetriever/ArcRetriever"; $conf_document_retriever = "$document_retriever?reqtype=getfile&aid="; --- 55,68 ---- // // TODO : Move this into the ARC Retriever ! #$conf_aid_prefix = "/2/katrina/nutch-data/arcs/"; ! $conf_aid_prefix = "/home/sverreb/apps/data/arcs/"; ! #$conf_aid_prefix = "/home/wera/arcs/"; $conf_aid_suffix = ".arc.gz"; // Prefix to document retriever ! #$document_retriever = "http://wbsearch04.archive.org:8080/ArcRetriever/ArcRetriever"; ! $document_retriever = "http://localhost:8082/arcretriever/arcretriever"; ! #$document_retriever = "http://fast3.nb.no:8080/ArcRetriever/ArcRetriever"; ! $conf_document_retriever = "$document_retriever?reqtype=getfile&aid="; *************** *** 73,77 **** // otherwise set to false // Only kicks in if $conf_show_num_verions is true ! $conf_show_num_verions_matching_query = true; --- 77,81 ---- // otherwise set to false // Only kicks in if $conf_show_num_verions is true ! $conf_show_num_verions_matching_query = false; |