Package org.apache.hadoop.contrib.index.mapred

Examples of org.apache.hadoop.contrib.index.mapred.DocumentID


  /* (non-Javadoc)
   * @see org.apache.hadoop.mapred.RecordReader#createKey()
   */
  public DocumentID createKey() {
    return new DocumentID();
  }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.contrib.index.mapred.DocumentID

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.