Ticket #847 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

CKAN search using SOLR backend

Reported by: rgrp Owned by: pudo
Priority: critical Milestone: ckan-v1.3-sprint-2
Component: ckan Keywords:
Cc: Repository:
Theme:

Description (last modified by rgrp) (diff)

This is a meta-ticket to pull together all the work on SOLR as a backend for CKAN search. (Work on SOLR search has been going on since March of 2010).

3 key aspects of this:

  • Index package information in SOLR - ticket:353 - SOLR search indexing (index CKAN)
    • Synchronously (generify Search Index update method to support SOLR or postgres?) - #317: Make search pluggable
    • Asynchroously: via worker with queue
      • #324 Search indexing using notifications
      • #669: Refactor Solr (indexer) to become a generic worker
      • #874: Extract Solr search backend into an extension
  • In core support using SOLR backend as well as postgres for queries
    • #317: Make search pluggable (?)
  • Integrate into WUI (if changes needed)
    • #672 - Facets in CKAN search results

Extras:

  • Solr index testing tool #431

Change History

comment:1 Changed 3 years ago by rgrp

  • Description modified (diff)

Done my best to pull all the solr related tickets and work together in one place.

comment:2 Changed 3 years ago by rgrp

  • Description modified (diff)
  • Milestone changed from ckan-v1.3-sprint-1 to ckan-v1.3-sprint-2

Still have ticket:669 and ticket:874 to do (431 probably won't be done for a while).

comment:3 Changed 3 years ago by pudo

  • Status changed from new to closed
  • Resolution set to fixed

This is now functional, minus the index testing tool.

Note: See TracTickets for help on using tickets.