X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fsherlock.cfg;h=b5b5683a4e4651940b453a1bcc6629d6b41ae9df;hb=bde8136d09223fb60c4c61b015dde6ebd97c48de;hp=484eaf440f3b94fada659478281c7928063c76ac;hpb=5ff4882013d593ba69c7af9c2658d692e93c25a4;p=libucw.git diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 484eaf44..b5b5683a 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -2,10 +2,10 @@ # (c) 2005 Martin Mares # Version of the whole package -Set("SHERLOCK_VERSION" => "3.5"); +Set("SHERLOCK_VERSION" => "3.8"); # Installation directory for `make install' -Set("INSTALL_DIR" => "~/run-3.5"); +Set("INSTALL_DIR" => "~/run-3.8"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG"); @@ -49,6 +49,12 @@ UnSet("CONFIG_MUX"); ### Optional Modules & Features ### +# Support databases >4GB +Set("CONFIG_LARGE_DB"); + +# Bucket position alignment shift (maximum bucket file size is 4G << this shift) +Set("CONFIG_BUCKET_SHIFT" => 7); + # Number of sections we remember limits for Set("SHERLOCK_NUM_SECTIONS" => 4); @@ -133,6 +139,14 @@ UnSet("CONFIG_PL_STEMMER"); # Dynamic weights UnSet("CONFIG_WEIGHTS"); +# 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 ### These are internal settings which shouldn't be modified by custom configs ### @@ -142,7 +156,7 @@ Set("DEFAULT_CONFIG" => "cf/sherlock"); # Configuration of parts of the UCW library Set("CONFIG_UCW_PERL" => 1); -Set("CONFIG_SHELL_UTILS" => 1); +Set("CONFIG_UCW_SHELL_UTILS" => 1); # Configuration of the language library Set("CONFIG_LANG_DETECT" => 1);