Project

General

Profile

Actions

Task #6347

closed

Feature #6346: Make # READ events available in SOLR index

Create mechanism for adding name/value pairs to the solr index

Added by ben leinfelder over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
01/03/2014
Due date:
% Done:

0%

Estimated time:

Description

For use with getting READ even counts into the object index and also for adding semantic annotation facets into the index.
Something like this:

IndexFieldQueue.add(Identifier id, Map<String, Object> singleValueFields)
IndexFieldQueue.add(Identifier id, Map<String, <List<Object>> multiValueFields)

That would be called in the main Metacat webapp and metacat-index would be listening for these sorts of events and would add them to the index as needed.

Actions #1

Updated by ben leinfelder over 10 years ago

  • Description updated (diff)
Actions #2

Updated by ben leinfelder over 10 years ago

  • Status changed from New to Closed
  • translation missing: en.field_remaining_hours set to 0.0

See MetacatSolrIndex.submit() for the method that allows you to submit the document and/or just the fields for indexing.

Actions

Also available in: Atom PDF