Custom Query (2152 matches)
Results (37 - 39 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1498 | fixed | Support multiple SOLR schema versions | amercader | amercader |
Description |
At some point the SOLR schema used by CKAN will need to be changed and the changes won't be always backward compatible, so we need a mechanism to support instances that use older versions of the schema. This process will involve:
|
|||
#1501 | fixed | Pagination links broken | johnglover | amercader |
Description |
Most of the different pagination links are broken and point to wrong locations. e.g:
http://test.ckan.net/group/bibliographic
http://test.ckan.net/revision This is most probably related with: |
|||
#1516 | fixed | Update SOLR schema after 1.5.1 release and set up multicore SOLR instances if needed | amercader | amercader |
Description |
CKAN 1.5.1 will introduce changes in the SOLR schema and functions to support multiple schema versions. Unfortunately the changes in the schema will be backwards incompatible so either both CKAN and SOLR are upgraded, or SOLR is configured as multicore, with one core for each schema. The solr cores would look like: http://<solr-server>/solr/schema-<version> Different scenarios:
These are the SOLR and CKAN instances that need to be updated (Please add any missing ones):
TODO: which SOLR server are using these instances?
|