Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for 
change notification.

The following page has been changed by MarkButler:
http://wiki.apache.org/lucene-hadoop/DistributedLucene

------------------------------------------------------------------------------
  public interface ClientAPI {
    void createIndex(String index, boolean sharded) throws IOException;
    String[] getIndexes();
-   void addIndex(String index, String indexToAdd) throws IOException;
    void addDocument(String index, Document doc) throws IOException;
    int removeDocuments(String index, Term term) throws IOException; // Change 
here, Doug suggested int[] but that is different to current Lucene API
    void commit(String index) throws IOException;

Reply via email to