summaryrefslogtreecommitdiff
path: root/defaults/solr
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2012-08-13 10:40:04 +0200
committerMichael Peter Christen <mc@yacy.net>2012-08-13 10:40:04 +0200
commitb51df6c7e865781bce8defdef21286cb459532bd (patch)
treeb614dcae2658ae7ffd1daf1d664265dd1a00d831 /defaults/solr
parentda851c60716da33bca7263cfe4d345e0dc24a1b0 (diff)
- added coordinate storage in solr schema
- fixed shutdown process - fixed some solr-to-metadata reading - added a large number of metadata attributes in ViewFile.html
Diffstat (limited to 'defaults/solr')
-rwxr-xr-xdefaults/solr/schema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/solr/schema.xml b/defaults/solr/schema.xml
index 52b36042a..27edc94da 100755
--- a/defaults/solr/schema.xml
+++ b/defaults/solr/schema.xml
@@ -170,7 +170,7 @@
<dynamicField name="*_ds" type="double" indexed="true" stored="true" multiValued="true"/>
<!-- Type used to index the lat and lon components for the "location" FieldType -->
- <dynamicField name="*_coordinate" type="tdouble" indexed="true" stored="false" />
+ <dynamicField name="*_coordinate" type="tdouble" indexed="true" stored="true" />
<dynamicField name="*_dt" type="date" indexed="true" stored="true"/>
<dynamicField name="*_dts" type="date" indexed="true" stored="true" multiValued="true"/>