public class Aquaint2Document extends Indexable
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_END_TAG |
static String |
XML_START_TAG |
| Constructor and Description |
|---|
Aquaint2Document() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Returns the content of the document.
|
String |
getDocid()
Returns the globally-unique String identifier of the document within the collection.
|
String |
getHeadline() |
static void |
readDocument(Aquaint2Document doc,
String s) |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
getDisplayContent, getDisplayContentTypepublic static final String XML_START_TAG
public static final String XML_END_TAG
public void write(DataOutput out) throws IOException
IOExceptionpublic void readFields(DataInput in) throws IOException
IOExceptionpublic String getDocid()
Indexablepublic String getHeadline()
public String getContent()
IndexablegetContent in class Indexablepublic static void readDocument(Aquaint2Document doc, String s)
Copyright © 2015. All rights reserved.