SOLR-11306: Fix inaccurate comments on docValues and StrField in the example schemas

This commit is contained in:
Varun Thacker 2017-10-06 15:48:58 -07:00
parent b907bf40cf
commit e30171397e
8 changed files with 10 additions and 28 deletions

View File

@ -302,6 +302,9 @@ Other Changes
* SOLR-10451: Remove contrib/ltr/lib from lib includes in the techproducts example config (sungjunyoung via janhoy) * SOLR-10451: Remove contrib/ltr/lib from lib includes in the techproducts example config (sungjunyoung via janhoy)
* SOLR-11306: Fix inaccurate comments on docValues and StrField in the example schemas
(Tom Burton-West, Jason Gerlowski, Varun Thacker)
================== 7.0.1 ================== ================== 7.0.1 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

View File

@ -343,10 +343,7 @@
standard package such as org.apache.solr.analysis standard package such as org.apache.solr.analysis
--> -->
<!-- The StrField type is not analyzed, but indexed/stored verbatim. <!-- The StrField type is not analyzed, but indexed/stored verbatim. -->
It supports doc values but in that case the field needs to be
single-valued and either required or have a default value.
-->
<fieldType name="string" class="solr.StrField" sortMissingLast="true"/> <fieldType name="string" class="solr.StrField" sortMissingLast="true"/>
<!-- boolean type: "true" or "false" --> <!-- boolean type: "true" or "false" -->

View File

@ -189,10 +189,7 @@
field first in an ascending sort and last in a descending sort. field first in an ascending sort and last in a descending sort.
--> -->
<!-- The StrField type is not analyzed, but indexed/stored verbatim. <!-- The StrField type is not analyzed, but indexed/stored verbatim. -->
It supports doc values but in that case the field needs to be
single-valued and either required or have a default value.
-->
<fieldType name="string" class="solr.StrField" sortMissingLast="true" docValues="true" /> <fieldType name="string" class="solr.StrField" sortMissingLast="true" docValues="true" />
<fieldType name="strings" class="solr.StrField" sortMissingLast="true" multiValued="true" docValues="true" /> <fieldType name="strings" class="solr.StrField" sortMissingLast="true" multiValued="true" docValues="true" />

View File

@ -291,10 +291,7 @@
standard package such as org.apache.solr.analysis standard package such as org.apache.solr.analysis
--> -->
<!-- The StrField type is not analyzed, but indexed/stored verbatim. <!-- The StrField type is not analyzed, but indexed/stored verbatim. -->
It supports doc values but in that case the field needs to be
single-valued and either required or have a default value.
-->
<fieldType name="string" class="solr.StrField" sortMissingLast="true" /> <fieldType name="string" class="solr.StrField" sortMissingLast="true" />
<!-- boolean type: "true" or "false" --> <!-- boolean type: "true" or "false" -->

View File

@ -210,10 +210,7 @@
standard package such as org.apache.solr.analysis standard package such as org.apache.solr.analysis
--> -->
<!-- The StrField type is not analyzed, but indexed/stored verbatim. <!-- The StrField type is not analyzed, but indexed/stored verbatim. -->
It supports doc values but in that case the field needs to be
single-valued and either required or have a default value.
-->
<fieldType name="string" class="solr.StrField" sortMissingLast="true" /> <fieldType name="string" class="solr.StrField" sortMissingLast="true" />
<!-- boolean type: "true" or "false" --> <!-- boolean type: "true" or "false" -->

View File

@ -291,10 +291,7 @@
standard package such as org.apache.solr.analysis standard package such as org.apache.solr.analysis
--> -->
<!-- The StrField type is not analyzed, but indexed/stored verbatim. <!-- The StrField type is not analyzed, but indexed/stored verbatim. -->
It supports doc values but in that case the field needs to be
single-valued and either required or have a default value.
-->
<fieldType name="string" class="solr.StrField" sortMissingLast="true" /> <fieldType name="string" class="solr.StrField" sortMissingLast="true" />
<!-- boolean type: "true" or "false" --> <!-- boolean type: "true" or "false" -->

View File

@ -189,10 +189,7 @@
field first in an ascending sort and last in a descending sort. field first in an ascending sort and last in a descending sort.
--> -->
<!-- The StrField type is not analyzed, but indexed/stored verbatim. <!-- The StrField type is not analyzed, but indexed/stored verbatim. -->
It supports doc values but in that case the field needs to be
single-valued and either required or have a default value.
-->
<fieldType name="string" class="solr.StrField" sortMissingLast="true" docValues="true" /> <fieldType name="string" class="solr.StrField" sortMissingLast="true" docValues="true" />
<fieldType name="strings" class="solr.StrField" sortMissingLast="true" multiValued="true" docValues="true" /> <fieldType name="strings" class="solr.StrField" sortMissingLast="true" multiValued="true" docValues="true" />

View File

@ -283,10 +283,7 @@
standard package such as org.apache.solr.analysis standard package such as org.apache.solr.analysis
--> -->
<!-- The StrField type is not analyzed, but indexed/stored verbatim. <!-- The StrField type is not analyzed, but indexed/stored verbatim. -->
It supports doc values but in that case the field needs to be
single-valued and either required or have a default value.
-->
<fieldType name="string" class="solr.StrField" sortMissingLast="true" /> <fieldType name="string" class="solr.StrField" sortMissingLast="true" />
<!-- boolean type: "true" or "false" --> <!-- boolean type: "true" or "false" -->