Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1402 - 1404 of 2152)

Ticket Resolution Summary Owner Reporter
#455 invalid SOLR - suggest 1 pager about how system would work johnbywater

Reported by johnbywater, 4 years ago.

Description

Either CKAN writes to SOLR and Drupal reads from SOLR, or CKAN writes to SOLR and Drupal reads SOLR via CKAN API (so search resource locations are unaffected).

#1708 fixed SOLR configuration lost dread dread

Reported by dread, 2 years ago.

Description

The SOLR url, user and password defined in the CKAN config file are ignored and the default SOLR url is used.

This causes:

  • "0 datasets" displayed on the home page
  • Dataset searches result in 0 results and a small message "There was an error while searching". (Nothing about it in the logs)

To reproduce

This bug is only visible if your SOLR instance is not at the default place. To quickly reproduce this problem, setup your machine as a SOLR multicore instance and run: "paster db clean && paster create-test-data && paster serve development.ini". It quits with the error: "solr.core.SolrException?: HTTP code=400, reason=Missing solr core name in path"

Code affected

#353 fixed SOLR search indexing dread

Reported by dread, 4 years ago.

Description

As a

SOLR instance

I want to

keep my search index of CKAN packages up-to-date

Implementation

  • Using asynchronous event notifications
  • Running in a separate process to CKAN
Note: See TracQuery for help on using queries.