Revision 8305
Added by Jing Tao about 11 years ago
metacat-common/pom.xml | ||
---|---|---|
9 | 9 |
<url>http://maven.apache.org</url> |
10 | 10 |
<properties> |
11 | 11 |
<d1_solr_index_schema_name>index-solr-schema-v1_1.xml</d1_solr_index_schema_name> |
12 |
<d1_solr_index_schema_url>scm:svn:https://repository.dataone.org/software/cicore/tags/DATAONE-CN-INDEX_v1.2.0/usr/share/dataone-cn-index</d1_solr_index_schema_url>
|
|
12 |
<d1_solr_index_schema_url>scm:svn:https://repository.dataone.org/software/cicore/tags/DATAONE-CN-INDEX_v1.2.1/usr/share/dataone-cn-index</d1_solr_index_schema_url>
|
|
13 | 13 |
</properties> |
14 | 14 |
<repositories> |
15 | 15 |
<repository> |
Also available in: Unified diff
Change the svn location of the schema.xml file to d1_cn_index_processor 1.2.1. The 1.2.1 release is a "buildout" release. There was no code change.
Skye change the attribute "stored" to be true for the authorSurNameSort and authorGivenNameSort. Otherwise the sorting will fail.