|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttextractor.datamodel.TextractorDocument
public abstract class TextractorDocument
A super class for each type of Textractor Document.
| Field Summary | |
|---|---|
static int |
ABSTRACT_SECTION
|
protected long |
documentNumber
By design, this number exactly match the document number in the MG4J full text index. |
static int |
OTHER_SECTION
|
static int |
REFERENCE_SECTION
|
| Constructor Summary | |
|---|---|
TextractorDocument()
|
|
| Method Summary | |
|---|---|
long |
getDocumentNumber()
Get the document number. |
int |
getDocumentSection()
|
Reference2ObjectMap<Enum<?>,Object> |
getMetaData()
Get the metadata for this document. |
abstract String |
getText()
Get the text contained in this document. |
void |
setDocumentNumber(long number)
Set the document number. |
void |
setDocumentSection(int section)
Set the document Section. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ABSTRACT_SECTION
public static final int OTHER_SECTION
public static final int REFERENCE_SECTION
protected long documentNumber
| Constructor Detail |
|---|
public TextractorDocument()
| Method Detail |
|---|
public final int getDocumentSection()
public final void setDocumentSection(int section)
section - Section of this document.public final long getDocumentNumber()
public final void setDocumentNumber(long number)
number - Number of this document.public abstract String getText()
public Reference2ObjectMap<Enum<?>,Object> getMetaData()
|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||