From d1a5b69d490ce61a0f41db08263580487720bf2f Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Mon, 27 Feb 2006 14:41:20 +1000 Subject: [PATCH] CONFIG_INCREMENTAL doesn't belong to the free version --- build/sherlock.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.39.2