From 3adf8f8384d485eb5be86ab93b7e782bca768a5f Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Wed, 3 Jul 2013 09:32:50 +0200 Subject: [PATCH] Set the default operator to 'and', otherwise the search always returns all objects. --- solr-4.3.x.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/solr-4.3.x.cfg b/solr-4.3.x.cfg index f7f7242..85c781b 100644 --- a/solr-4.3.x.cfg +++ b/solr-4.3.x.cfg @@ -24,6 +24,7 @@ max-num-results = 500 section-name = SOLR unique-key = UID default-search-field = Title +default-operator = and logdir = ${buildout:directory}/var/solr java_opts = -Xms${settings:solr-min-ram}