net.conquiris.api.index
Interface Indexer


public interface Indexer

Interface for indexers.

Author:
Andres Rodriguez

Method Summary
 void index(Writer writer)
          Prepares a batch of deletions and additions to apply to an index from an initial checkpoint.
 

Method Detail

index

void index(Writer writer)
           throws InterruptedException,
                  IndexException
Prepares a batch of deletions and additions to apply to an index from an initial checkpoint.

Parameters:
writer - Writer to use.
Throws:
IndexException - if there's a problem with the index.
RuntimeException - if an error happens during batch compilation.
InterruptedException - if the current task has been interrupted.


Copyright © 2012 Derquinse Projects. All Rights Reserved.