Author: iorixxx
Date: Tue May 10 13:11:01 2016
New Revision: 1743170
URL: http://svn.apache.org/viewvc?rev=1743170&view=rev
Log:
increase schema version to 1.6
Modified:
manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/managed-schema
manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/schema-auth.xml
Modified:
manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/managed-schema
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/managed-schema?rev=1743170&r1=1743169&r2=1743170&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/managed-schema
(original)
+++ manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/managed-schema
Tue May 10 13:11:01 2016
@@ -16,7 +16,7 @@
limitations under the License.
-->
<!-- Solr managed schema - automatically generated - DO NOT EDIT -->
-<schema name="auth" version="1.5">
+<schema name="auth" version="1.6">
<uniqueKey>id</uniqueKey>
<fieldType name="string" class="solr.StrField"/>
<field name="allow_token_document" type="string" default="__nosecurity__"
multiValued="true" indexed="true" stored="false"/>
Modified:
manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/schema-auth.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/schema-auth.xml?rev=1743170&r1=1743169&r2=1743170&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/schema-auth.xml
(original)
+++ manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/schema-auth.xml
Tue May 10 13:11:01 2016
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<schema name="auth" version="1.5">
+<schema name="auth" version="1.6">
<types>
<fieldType name="string" class="solr.StrField"/>
</types>