org.apache.accumulo.examples.wikisearch.sample
Class Document
java.lang.Object
org.apache.accumulo.examples.wikisearch.sample.Document
public class Document
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Document
public Document()
Document
public Document(String id,
List<Field> fields)
getId
public String getId()
getFields
public List<Field> getFields()
setId
public void setId(String id)
setFields
public void setFields(List<Field> fields)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.