net.sf.lucis.core
Interface FullIndexer


public interface FullIndexer

Inferface for full indexer objects.

Author:
Andres Rodriguez

Method Summary
 void index(Adder adder)
          Create the index.
 

Method Detail

index

void index(Adder adder)
           throws InterruptedException
Create the index.

Parameters:
adder - Index adder.
Throws:
IndexException - if an error occurs.
InterruptedException - if the current task has been interrupted.


Copyright © 2013. All Rights Reserved.