Project

General

Profile

Task #6347

Updated by ben leinfelder about 11 years ago

For use with getting READ even counts into the object index and also for adding semantic annotation facets into the index. 
 Something like this: 
 <pre> 
 IndexFieldQueue.add(Identifier IndexQueue.add(Identifier id, Map<String, Object> singleValueFields) 
 IndexFieldQueue.add(Identifier IndexQueue.add(Identifier id, Map<String, <List<Object>> multiValueFields) 
 </pre> 
 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.

Back