net.conquiris.api.index
Interface Subindexer


public interface Subindexer

Interface for subindexers.

Author:
Andres Rodriguez

Method Summary
 void index(DocumentWriter writer)
          Performs part of an indexing batch.
 

Method Detail

index

void index(DocumentWriter writer)
           throws InterruptedException,
                  IndexException
Performs part of an indexing batch.

Parameters:
writer - Writer to use.
Throws:
IndexException - if there's a problem with the index.
InterruptedException - if the current task has been interrupted.


Copyright © 2013 Derquinse Projects. All Rights Reserved.