Project

General

Profile

Actions

Task #5944

closed

Feature #5810: Implement SOLR-based search

Task #5921: Design and implement Metacat-Index module

Metacat-index need an IndexEvent and IndexEventLog mechanism

Added by Jing Tao almost 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Start date:
05/24/2013
Due date:
% Done:

0%

Estimated time:

Description

We need the IndexEvent and IndexEventLog to handle the events in building the solr index. For example, a failure event.

The classes can be:

IndexEvent
IndexEventResult
IndexEventLog : write(IndexEvent), List<IndexEvent> IndexEventLog.getEvents(pid, type, ...)

The IndexEvent can have those fields:
type
date
pid
description

Actions #1

Updated by Jing Tao almost 11 years ago

  • Target version set to 2.1.0
Actions #2

Updated by ben leinfelder over 10 years ago

  • Assignee set to ben leinfelder

Added delete() method to remove entries that we do not need to reprocess again (because they were successful, finally).

TODO: use hazelcast to persist these events.

Actions #3

Updated by ben leinfelder over 10 years ago

  • Status changed from New to In Progress

I have the hzIndexEventMap set up and persisting IndexEvent objects to postgres db now (using Metacat's connection). There are tests for the DAO and the MapStore/Loader. Now need to check if this impl is wired up in the main indexing process of the metacat-index project.

Actions #4

Updated by ben leinfelder over 10 years ago

  • Status changed from In Progress to Closed

Main development on this is complete - enhancements to this can be added in other tasks.

Actions

Also available in: Atom PDF