Actions
Task #6347
closedFeature #6346: Make # READ events available in SOLR index
Create mechanism for adding name/value pairs to the solr index
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