aboutsummaryrefslogtreecommitdiff
path: root/solr-8.3.1
diff options
context:
space:
mode:
Diffstat (limited to 'solr-8.3.1')
-rw-r--r--solr-8.3.1/server/solr/dash/conf/schema.xml7
-rw-r--r--solr-8.3.1/server/solr/dash/conf/solrconfig.xml2
2 files changed, 4 insertions, 5 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 47aa56787..a0496444b 100644
--- a/solr-8.3.1/server/solr/dash/conf/schema.xml
+++ b/solr-8.3.1/server/solr/dash/conf/schema.xml
@@ -44,11 +44,10 @@
<fieldType name="pdouble" class="solr.DoublePointField"/>
<field name="string" type="string" indexed="true" stored="true" uninvertible="true"/>
- <field name="text" type="text" indexed="true" stored="false" uninvertible="false" multiValued="true"/>
+ <field name="DEFAULT" type="text" indexed="true" stored="false" uninvertible="false" multiValued="true"/>
<field name="id" type="string" indexed="true" stored="true" uninvertible="false" required="true"/>
<field name="_version_" type="plong" indexed="true" stored="true"/>
<field name="proto" type="string" indexed="true" stored="true" uninvertible="false" />
- <field name="_height" type="pdouble" indexed="true" stored="true" uninvertible="false" docValues="true"/>
<dynamicField name="*_s" type="string" indexed="true" stored="true" uninvertible="false" docValues="true"/>
<dynamicField name="*_t" type="text" indexed="true" stored="true" uninvertible="false" docValues="false"/>
@@ -59,10 +58,10 @@
<dynamicField name="*_b" type="boolean" indexed="true" stored="true" uninvertible="false" docValues="false"/>
<dynamicField name="*_a" type="text" indexed="true" stored="false" uninvertible="false" docValues="false" multiValued="true"/>
- <copyField source="*_t" dest="*_s"/>
-
<!-- <field name="_height" type="pdouble" indexed="true" stored="true" uninvertible="false" docValues="true"/> -->
+ <copyField source="*_t" dest="*_s"/>
+ <copyField source="*_t" dest="DEFAULT"/>
<copyField source="*_t" dest="*_a"/>
<copyField source="*_n" dest="*_a"/>
</schema>
diff --git a/solr-8.3.1/server/solr/dash/conf/solrconfig.xml b/solr-8.3.1/server/solr/dash/conf/solrconfig.xml
index 60f06f57f..705029368 100644
--- a/solr-8.3.1/server/solr/dash/conf/solrconfig.xml
+++ b/solr-8.3.1/server/solr/dash/conf/solrconfig.xml
@@ -696,7 +696,7 @@
<lst name="defaults">
<str name="echoParams">explicit</str>
<int name="rows">8</int>
- <str name="df">text</str>
+ <str name="df">DEFAULT</str>
<!-- Default search field
<str name="df">text</str>
-->