X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fsherlock.cfg;h=d1027a7e6a3db9ffe56913cc27620f873f297f30;hb=d49347a0fe4cdf22bb584bfef943a1290109f413;hp=b5b5683a4e4651940b453a1bcc6629d6b41ae9df;hpb=bde8136d09223fb60c4c61b015dde6ebd97c48de;p=libucw.git diff --git a/build/sherlock.cfg b/build/sherlock.cfg index b5b5683a..d1027a7e 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.8"); +Set("SHERLOCK_VERSION" => "3.9"); # Installation directory for `make install' -Set("INSTALL_DIR" => "~/run-3.8"); +Set("INSTALL_DIR" => "~/run-3.9"); # Compile everything with debug information and ASSERT's UnSet("CONFIG_DEBUG"); @@ -89,6 +89,11 @@ UnSet("CONFIG_DEBUG_TOOLS"); # Search server: Enable EXPLAIN command (slows searching down slightly) Set("CONFIG_EXPLAIN"); +# Search server: Full support for all types of boolean expressions and ANY. +# (Otherwise, only expressions with at least one term matched positively are allowed.) +# It may be slow in some cases - for example `ANY' or `NOT "A"' queries. +UnSet("CONFIG_ALLOW_ANY"); + # If your system doesn't contain GNU libc 2.3 or newer, it's recommended to let Sherlock # use its own regex library (a copy of the glibc one), because the default regex library # is likely to be crappy. @@ -124,6 +129,7 @@ UnSet("CONFIG_CENTRUM"); UnSet("CONFIG_CENTRUM_CZ"); UnSet("CONFIG_CENTRUM_SK"); UnSet("CONFIG_CENTRUM_PL"); +UnSet("CONFIG_CENTRUM_CATALOG"); # Debugging version of Centrum installation (lower limits, trivial filters etc.) UnSet("CONFIG_CENTRUM_DEBUG");