aboutsummaryrefslogtreecommitdiff
path: root/solr-8.3.1
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-05 17:15:02 -0400
committerbobzel <zzzman@gmail.com>2020-08-05 17:15:02 -0400
commitd254d35d8d1fc10e9ca7ef5b9db06cd138b2d102 (patch)
treef006424685a8971cc430a1eb9afb4483465a5d64 /solr-8.3.1
parenta9fbb81375d3e97b808d2cb90e68c9716ee916b7 (diff)
parent201da4ecf5c91595dc1c7fb51e360bb75af613f8 (diff)
Merge branch 'schema_search'
Diffstat (limited to 'solr-8.3.1')
-rw-r--r--solr-8.3.1/CHANGES.txt2
-rwxr-xr-x[-rw-r--r--]solr-8.3.1/bin/solr0
-rw-r--r--solr-8.3.1/bin/solr-8983.pid2
-rw-r--r--solr-8.3.1/server/solr/dash/conf/schema.xml3
4 files changed, 5 insertions, 2 deletions
diff --git a/solr-8.3.1/CHANGES.txt b/solr-8.3.1/CHANGES.txt
index 219888b49..78ee2efc1 100644
--- a/solr-8.3.1/CHANGES.txt
+++ b/solr-8.3.1/CHANGES.txt
@@ -66,7 +66,7 @@ Upgrade Notes
----------------------
* Users who have written test cases that extend SolrTestCaseJ4 may see NullPointerExceptions if
- their tests directly reference both SolrTestCaseJ4.initCoreDataDir and SolrTestCaseJ4.deleteCore().
+ their tests directly reference both SolrTestCaseJ4.initCoreDataDir and TestCaseJ4.deleteCore().
This change in behavior is due to a bug fix in deleteCore() to ensure the dataDir is properly reset
in tests that call initCore()/deleteCore() multiple times in a given test (class). initCoreDataDir
is now deprecated, and users are encouraged to use SolrTestCaseJ4.initAndGetDataDir() in it's place.
diff --git a/solr-8.3.1/bin/solr b/solr-8.3.1/bin/solr
index 596242fac..596242fac 100644..100755
--- a/solr-8.3.1/bin/solr
+++ b/solr-8.3.1/bin/solr
diff --git a/solr-8.3.1/bin/solr-8983.pid b/solr-8.3.1/bin/solr-8983.pid
index 779eb1af5..1f77d281d 100644
--- a/solr-8.3.1/bin/solr-8983.pid
+++ b/solr-8.3.1/bin/solr-8983.pid
@@ -1 +1 @@
-17656
+1731
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 c0a4bab07..36e803d83 100644
--- a/solr-8.3.1/server/solr/dash/conf/schema.xml
+++ b/solr-8.3.1/server/solr/dash/conf/schema.xml
@@ -44,6 +44,9 @@
<field name="text" 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="*_t" type="text" indexed="true" stored="true" uninvertible="false" docValues="false"/>
<dynamicField name="*_n" type="pdouble" indexed="true" stored="true" uninvertible="false" docValues="false"/>