aboutsummaryrefslogtreecommitdiff
path: root/solr/conf
diff options
context:
space:
mode:
Diffstat (limited to 'solr/conf')
-rw-r--r--solr/conf/schema.xml1
-rw-r--r--solr/conf/solrconfig.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/solr/conf/schema.xml b/solr/conf/schema.xml
index 99087a1db..3d1ccb698 100644
--- a/solr/conf/schema.xml
+++ b/solr/conf/schema.xml
@@ -46,6 +46,7 @@
<dynamicField name="*_t" type="text" indexed="true" stored="true" uninvertible="false"/>
<dynamicField name="*_n" type="pdouble" indexed="true" stored="true" uninvertible="false"/>
+ <dynamicField name="*_d" type="pdate" indexed="true" stored="true" uninvertible="false"/>
<dynamicField name="*_a" type="text" indexed="true" stored="false" uninvertible="false"/>
diff --git a/solr/conf/solrconfig.xml b/solr/conf/solrconfig.xml
index 981500022..90eff5363 100644
--- a/solr/conf/solrconfig.xml
+++ b/solr/conf/solrconfig.xml
@@ -696,7 +696,7 @@
<lst name="defaults">
<str name="echoParams">explicit</str>
<int name="rows">10</int>
- <str name="df">data</str>
+ <str name="df">text</str>
<!-- Default search field
<str name="df">text</str>
-->