Set the default operator to 'and', otherwise the search always returns all objects.

This commit is contained in:
Timo Stollenwerk 2013-07-03 09:32:50 +02:00
parent 16272b0cec
commit 3adf8f8384
1 changed files with 1 additions and 0 deletions

View File

@ -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}