[ckan-changes] commit/ckanextiati: amercader: [merge] from default
Bitbucket
commits-noreply at bitbucket.org
Fri Nov 4 14:18:23 UTC 2011
1 new commit in ckanextiati:
https://bitbucket.org/okfn/ckanextiati/changeset/3b7cdd2e9a4e/
changeset: 3b7cdd2e9a4e
branch: resource-archiver
user: amercader
date: 2011-11-04 15:18:15
summary: [merge] from default
affected #: 1 file
diff -r 34e7902dad04f7be7ca6435501f1f3478fef2f95 -r 3b7cdd2e9a4ee006d57a3e6e877efb3354da5b85 solr/schema.xml
--- a/solr/schema.xml
+++ b/solr/schema.xml
@@ -91,6 +91,7 @@
<fields>
+ <field name="index_id" type="string" indexed="true" stored="true" required="true" /><field name="id" type="string" indexed="true" stored="true" required="true" /><field name="site_id" type="string" indexed="true" stored="true" required="true" /><field name="title" type="text" indexed="true" stored="true" />
@@ -138,7 +139,7 @@
<dynamicField name="*" type="string" indexed="true" stored="false"/></fields>
- <uniqueKey>id</uniqueKey>
+ <uniqueKey>index_id</uniqueKey><defaultSearchField>text</defaultSearchField><solrQueryParser defaultOperator="AND"/>
Repository URL: https://bitbucket.org/okfn/ckanextiati/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list