aboutsummaryrefslogtreecommitdiff
path: root/solr-8.3.1/server
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-08-18 17:25:20 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-08-18 17:25:20 +0530
commit99e05541510873a1b6980e338c4832259c725ddc (patch)
tree167d09e39f99c7737d0efcd43136a222ac10b2cd /solr-8.3.1/server
parentf7e3823f957c2fc550aaa928e5286a4f5f90448b (diff)
parent2563f68413594248823b26e68aa3b866ab1566a4 (diff)
still css
Diffstat (limited to 'solr-8.3.1/server')
-rw-r--r--solr-8.3.1/server/solr/dash/conf/schema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/solr-8.3.1/server/solr/dash/conf/schema.xml b/solr-8.3.1/server/solr/dash/conf/schema.xml
index 4f6ae57b2..74c4b494c 100644
--- a/solr-8.3.1/server/solr/dash/conf/schema.xml
+++ b/solr-8.3.1/server/solr/dash/conf/schema.xml
@@ -51,7 +51,7 @@
<field name="proto" type="string" indexed="true" stored="true" uninvertible="false" />
<!-- <dynamicField name="*_s" type="string" indexed="true" stored="false" uninvertible="false" docValues="true"/> -->
- <dynamicField name="*_t" type="text" indexed="true" stored="true" uninvertible="false" docValues="false"/>
+ <dynamicField name="*_t" type="text" indexed="true" stored="true" uninvertible="true" docValues="false"/>
<dynamicField name="*_n" type="pdouble" indexed="true" stored="true" uninvertible="false" docValues="false"/>
<dynamicField name="*_d" type="pdate" indexed="true" stored="true" uninvertible="false" docValues="true"/>
<dynamicField name="*_l" type="list" indexed="true" stored="true" uninvertible="false" docValues="false" multiValued="true"/>