summaryrefslogtreecommitdiff
path: root/defaults/solr
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2013-05-09 02:17:53 +0200
committerMichael Peter Christen <mc@yacy.net>2013-05-09 02:17:53 +0200
commit9bd2aee1801ff1a440d966ac8cdec27e003b0c69 (patch)
treeb6e239a321d63e48c7a3cf4dd55e8efb543eb99f /defaults/solr
parentad050ec88d1d12a75d99a3e9c6489fdcbd4c49ce (diff)
migrated to solr 4.3.0
Diffstat (limited to 'defaults/solr')
-rwxr-xr-xdefaults/solr/schema.xml2
-rwxr-xr-xdefaults/solr/solrconfig.xml7
2 files changed, 3 insertions, 6 deletions
diff --git a/defaults/solr/schema.xml b/defaults/solr/schema.xml
index 7894a2556..675dc9513 100755
--- a/defaults/solr/schema.xml
+++ b/defaults/solr/schema.xml
@@ -160,7 +160,7 @@
<dynamicField name="*_sxt" type="string" indexed="true" stored="true" multiValued="true"/> <!-- YaCy special -->
<dynamicField name="*_l" type="long" indexed="true" stored="true"/>
<dynamicField name="*_ls" type="long" indexed="true" stored="true" multiValued="true"/>
- <dynamicField name="*_t" type="text_general" indexed="true" stored="true" compressed="true"/>
+ <dynamicField name="*_t" type="text_general" indexed="true" stored="true"/>
<dynamicField name="*_txt" type="text_general" indexed="true" stored="true" multiValued="true"/>
<dynamicField name="*_en" type="text_en" indexed="true" stored="true" multiValued="true"/>
<dynamicField name="*_b" type="boolean" indexed="true" stored="true"/>
diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml
index 05b5b46a9..784ffb6e3 100755
--- a/defaults/solr/solrconfig.xml
+++ b/defaults/solr/solrconfig.xml
@@ -69,6 +69,7 @@
The examples below can be used to load some solr-contribs along
with their external dependencies.
-->
+ <!--
<lib dir="../../../contrib/extraction/lib" regex=".*\.jar" />
<lib dir="../../../dist/" regex="apache-solr-cell-\d.*\.jar" />
@@ -80,11 +81,7 @@
<lib dir="../../../contrib/velocity/lib" regex=".*\.jar" />
<lib dir="../../../dist/" regex="apache-solr-velocity-\d.*\.jar" />
-
- <!-- If a 'dir' option (with or without a regex) is used and nothing
- is found that matches, it will be ignored
- -->
- <lib dir="/total/crap/dir/ignored" />
+ -->
<!-- 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