[
https://issues.apache.org/jira/browse/NUTCH-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426533#comment-13426533
]
Markus Jelsma commented on NUTCH-1443:
--------------------------------------
Schema version 1.5 is since Solr 3.4 IIRC. Here is the schema changelog:
1.0: multiValued attribute did not exist, all fields are multiValued by
nature
1.1: multiValued attribute introduced, false by default
1.2: omitTermFreqAndPositions attribute introduced, true by default
except for text fields.
1.3: removed optional field compress feature
1.4: default auto-phrase (QueryParser feature) to off
1.5: omitNorms defaults to true for primitive field types (int, float,
boolean, string...)
See:
http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/collection1/conf/schema.xml
> Solr schema version is invalid
> ------------------------------
>
> Key: NUTCH-1443
> URL: https://issues.apache.org/jira/browse/NUTCH-1443
> Project: Nutch
> Issue Type: Bug
> Affects Versions: 1.5.1
> Reporter: Markus Jelsma
> Assignee: Markus Jelsma
> Priority: Critical
> Fix For: 1.6, 2.1
>
>
> Solr's schema.xml shipped with Nutch 1.5.x and in trunk have an invalid Solr
> schema version. The schema version is dictated by Solr, not by Nutch'
> version. The current Solr schema version is 1.5.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira