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.
Updated by ben leinfelder almost 11 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