Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.query
Interface MassIndexer

All Known Implementing Classes:
MapReduceMassIndexer

public interface MassIndexer

Component to rebuild the indexes from the existing data. This process starts by removing all existing indexes, and then a distributed task is executed to rebuild the indexes. This task can take a long time to run, depending on data size, used CacheLoaders, indexing complexity. While reindexing is being performed queries should not be executed as they will very likely miss many or all results.

Author:
Sanne Grinovero (C) 2012 Red Hat Inc.

Method Summary
 void start()
           
 

Method Detail

start

void start()

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.