edu.umd.cloud9.collection
Class Indexable
java.lang.Object
edu.umd.cloud9.collection.Indexable
- All Implemented Interfaces:
- Writable
- Direct Known Subclasses:
- Aquaint2Document, ClueWarcRecord, MedlineCitation, PmcArticle, Spinn3rItem, TextDocument, TrecDocument, TrecWebDocument, WikipediaPage
public abstract class Indexable
- extends Object
- implements Writable
Interface for a document that can be indexed.
Indexable
public Indexable()
getDocid
public abstract String getDocid()
- Returns the globally-unique String identifier of the document within the
collection.
getContent
public abstract String getContent()
- Returns the content of the document.
getDisplayContent
public String getDisplayContent()
getDisplayContentType
public String getDisplayContentType()