From: Pavel Charvat Date: Wed, 12 Apr 2006 09:12:15 +0000 (+0200) Subject: New switch description X-Git-Tag: holmes-import~650^2~10^2~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=622d9559cbf47be30ffa0c9776661c19d06265c6;p=libucw.git New switch description --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index bb92a153..782dcc4c 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -89,6 +89,10 @@ 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. +# 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.