From: Robert Spalek Date: Mon, 27 Feb 2006 04:41:20 +0000 (+1000) Subject: CONFIG_INCREMENTAL doesn't belong to the free version X-Git-Tag: holmes-import~672^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d1a5b69d490ce61a0f41db08263580487720bf2f;p=libucw.git CONFIG_INCREMENTAL doesn't belong to the free version --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index cf2e0c9f..b5b5683a 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -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);