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 The comment on the change is: ------------------------------------------------------------------------------ }}} {{{ + public class SearchResults implements Writable { + public int size(); + public Document get(int d); + }}} + + {{{ public enum IndexState { UNCOMMITTED, REPLICATING, LIVE, UNKNOWN };