org.infinispan.query.impl.massindex
Class IndexingMapper
java.lang.Object
org.infinispan.query.impl.massindex.IndexingMapper
- All Implemented Interfaces:
- Serializable, Mapper<Object,Object,Object,org.hibernate.search.backend.LuceneWork>
public final class IndexingMapper
- extends Object
- implements Mapper<Object,Object,Object,org.hibernate.search.backend.LuceneWork>
- Author:
- Sanne Grinovero (C) 2012 Red Hat Inc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexingMapper
public IndexingMapper()
initialize
public void initialize(Cache inputCache)
map
public void map(Object key,
Object value,
Collector<Object,org.hibernate.search.backend.LuceneWork> collector)
- Description copied from interface:
Mapper
- Invoked once for each input cache entry KIn,VOut pair.
- Specified by:
map
in interface Mapper<Object,Object,Object,org.hibernate.search.backend.LuceneWork>
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.