diff options
| author | reger <reger18@arcor.de> | 2017-06-15 21:02:18 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-06-15 21:02:18 +0200 |
| commit | 4be4bfbba61b02d60e0b7ac22663c5e7dacfb7a0 (patch) | |
| tree | ea678fd8eeb73e7b04c60d3123ea93b9cc373e8c /defaults/solr | |
| parent | 510859bccec1df6befbe0df9fcb89281cabed4d7 (diff) | |
remove sample path setting in solrconfig.xml not valid in Yacy
resulting in startup stop exception after fresh swithch to 1.921
Diffstat (limited to 'defaults/solr')
| -rw-r--r-- | defaults/solr/solrconfig.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml index 91c641950..f8e1d4cfb 100644 --- a/defaults/solr/solrconfig.xml +++ b/defaults/solr/solrconfig.xml @@ -72,6 +72,8 @@ The examples below can be used to load some solr-contribs along with their external dependencies. --> + + <!-- YaCy-setting: excluded, not valid in YaCy <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar" /> <lib dir="${solr.install.dir:../../../..}/contrib/extraction/lib" regex=".*\.jar" /> @@ -82,7 +84,7 @@ <lib dir="${solr.install.dir:../../../..}/contrib/velocity/lib" regex=".*\.jar" /> <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-velocity-\d.*\.jar" /> - + --> <!-- an exact 'path' can be used instead of a 'dir' to specify a specific jar file. This will cause a serious error to be logged if it can't be loaded. @@ -713,13 +715,13 @@ not be initialized until the first request that uses it. --> - +<!-- YaCy-setting: not used in YaCy <requestHandler name="/dataimport" class="solr.DataImportHandler"> <lst name="defaults"> <str name="config">solr-data-config.xml</str> </lst> </requestHandler> - +--> <!-- SearchHandler http://wiki.apache.org/solr/SearchHandler |
