X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fsherlock.cfg;h=b5b5683a4e4651940b453a1bcc6629d6b41ae9df;hb=bde8136d09223fb60c4c61b015dde6ebd97c48de;hp=eb32472d9590b58222f21d385cb791e5ac643de3;hpb=6a26177ec0df11f55bff590d63ea02e7c9884993;p=libucw.git diff --git a/build/sherlock.cfg b/build/sherlock.cfg index eb32472d..b5b5683a 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -1,11 +1,11 @@ # Configuration variables of Sherlock and their default values -# (c) 2005--2006 Martin Mares +# (c) 2005 Martin Mares # Version of the whole package -Set("SHERLOCK_VERSION" => "3.9"); +Set("SHERLOCK_VERSION" => "3.8"); # Installation directory for `make install' -Set("INSTALL_DIR" => "~/run-3.9"); +Set("INSTALL_DIR" => "~/run-3.8"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG"); @@ -97,9 +97,6 @@ Set("CONFIG_OWN_REGEX"); # Include custom builtin functions in filtering language UnSet("CONFIG_CUSTOM_FILTER"); -# Include the incremental indexer -UnSet("CONFIG_INCREMENTAL"); - # Install libraries and their API includes UnSet("CONFIG_INSTALL_API"); @@ -142,6 +139,9 @@ 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);