X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fsherlock.cfg;h=bb92a153cddee7482e8a01472fe66bd3db2b5de4;hb=11902e0b6fc1d043da0abadcdd928b247b071ccf;hp=4ca12f254c23682f8c004021d9f01abba3a7413d;hpb=9c573104bf05cebbd2907f3aed1046e3b55ba0ea;p=libucw.git diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 4ca12f25..bb92a153 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -1,11 +1,11 @@ # Configuration variables of Sherlock and their default values -# (c) 2005 Martin Mares +# (c) 2005--2006 Martin Mares # Version of the whole package -Set("SHERLOCK_VERSION" => "3.7"); +Set("SHERLOCK_VERSION" => "3.9"); # Installation directory for `make install' -Set("INSTALL_DIR" => "~/run-3.7"); +Set("INSTALL_DIR" => "~/run-3.9"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG"); @@ -139,9 +139,12 @@ UnSet("CONFIG_PL_STEMMER"); # Dynamic weights UnSet("CONFIG_WEIGHTS"); -# Maximum number of multiplexer groups, search servers and route keys -Set("MUX_MAX_GROUPS" => 32); +# Include the incremental indexer +UnSet("CONFIG_INCREMENTAL"); + +# Maximum number of search servers, databases per search server and route keys Set("MUX_MAX_SERVERS" => 128); +Set("MUX_MAX_DATABASES_PER_SERVER" => 4); Set("MUX_MAX_ROUTE_KEYS" => 4); #endif