photospace.search
Interface Indexer

All Known Implementing Classes:
IndexerImpl

public interface Indexer

C5


Method Summary
 void delete(Meta[] metas)
           
 int index(Meta[] metas, boolean fromScratch)
           
 void merge(Meta[] metas)
           
 

Method Detail

index

public int index(Meta[] metas,
                 boolean fromScratch)
          throws java.io.IOException
Throws:
java.io.IOException

merge

public void merge(Meta[] metas)
           throws java.lang.Exception
Throws:
java.lang.Exception

delete

public void delete(Meta[] metas)
            throws java.io.IOException
Throws:
java.io.IOException