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

------------------------------------------------------------------------------
    private IndexState state;
  
    public IndexLocation(InetSocketAddress location, IndexVersion indexVersion, 
IndexState state);
-   public IndexLocation(DataNodeStatusInformation dnsi, IndexVersion 
indexVersion, IndexState state);
+   public IndexLocation(DataNodeConfiguration dncf, IndexVersion indexVersion, 
IndexState state);
    public IndexVersion getIndexVersion();
    public InetSocketAddress getAddress();
    public IndexState getState();

Reply via email to