]> mj.ucw.cz Git - libucw.git/blobdiff - build/sherlock.cfg
Added stk_strjoin() as well.
[libucw.git] / build / sherlock.cfg
index eb32472d9590b58222f21d385cb791e5ac643de3..d1027a7e6a3db9ffe56913cc27620f873f297f30 100644 (file)
@@ -89,6 +89,11 @@ UnSet("CONFIG_DEBUG_TOOLS");
 # Search server: Enable EXPLAIN command (slows searching down slightly)
 Set("CONFIG_EXPLAIN");
 
 # 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.
 # 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.
@@ -97,9 +102,6 @@ Set("CONFIG_OWN_REGEX");
 # Include custom builtin functions in filtering language
 UnSet("CONFIG_CUSTOM_FILTER");
 
 # 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");
 
 # Install libraries and their API includes
 UnSet("CONFIG_INSTALL_API");
 
@@ -127,6 +129,7 @@ UnSet("CONFIG_CENTRUM");
 UnSet("CONFIG_CENTRUM_CZ");
 UnSet("CONFIG_CENTRUM_SK");
 UnSet("CONFIG_CENTRUM_PL");
 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");
 
 # Debugging version of Centrum installation (lower limits, trivial filters etc.)
 UnSet("CONFIG_CENTRUM_DEBUG");
@@ -142,6 +145,9 @@ UnSet("CONFIG_PL_STEMMER");
 # Dynamic weights
 UnSet("CONFIG_WEIGHTS");
 
 # 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);
 # Maximum number of search servers, databases per search server and route keys
 Set("MUX_MAX_SERVERS" => 128);
 Set("MUX_MAX_DATABASES_PER_SERVER" => 4);