Custom Query (2152 matches)
Results (1699 - 1701 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1732 | fixed | Update CKAN's search for taxonomies | johnglover | seanh |
Description |
Initially we'll just add all tags from all vocabularies into the existing tags search facet (this should happen automatically). Later we want to enable templates to use separate search facets for different vocabularies. Also need to make sure that search terms are matched against the texts of the tag names themselves (should happen already) and maybe also against the texts of the vocabulary names? |
|||
#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?
|
|||
#1728 | fixed | Update UKLP harvesters | amercader | amercader |
Description |
Three small changes:
These two changes will require manual update of the database.
if last_harvested_object.metadata_modified_date is None \ or last_harvested_object.metadata_modified_date < self.obj.metadata_modified_date \ or self.force_import \ or last_harvested_object.metadata_modified_date == self.obj.metadata_modified_date and last_harvested_object.source.active is False: |