|
Textractor API textractor-716 (20091105163204) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AbstractTextractorDocumentFactory.MetadataKeys>
textractor.mg4j.document.AbstractTextractorDocumentFactory.MetadataKeys
public static enum AbstractTextractorDocumentFactory.MetadataKeys
Case-insensitive keys for metadata passed to
DocumentFactory.getDocument(java.io.InputStream,
it.unimi.dsi.fastutil.objects.Reference2ObjectMap).
The keys in this class are general-purpose keys that are meaningful
for most factories. Specific factory implementations might choose to
interpret more keys, but then it is up to the
DocumentSequence that uses the
factory to provide data for those keys.
| Enum Constant Summary | |
|---|---|
MAXIMUM_LENGTH_CONSERVE_CASE
The maximum number of characters in a term that guarantee that the term is not downcased. |
|
MINIMUM_DASH_SPLIT_LENGTH
Minimum index at which a word can be split. |
|
OTHER_CHARACTER_DELIMITERS
Other characters that the reader should consider as standalone words. |
|
PARENTHESESAREWORDS
Indicates that parenthesis characters are treated as words. |
|
| Method Summary | |
|---|---|
static AbstractTextractorDocumentFactory.MetadataKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AbstractTextractorDocumentFactory.MetadataKeys[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AbstractTextractorDocumentFactory.MetadataKeys PARENTHESESAREWORDS
public static final AbstractTextractorDocumentFactory.MetadataKeys MINIMUM_DASH_SPLIT_LENGTH
public static final AbstractTextractorDocumentFactory.MetadataKeys OTHER_CHARACTER_DELIMITERS
public static final AbstractTextractorDocumentFactory.MetadataKeys MAXIMUM_LENGTH_CONSERVE_CASE
| Method Detail |
|---|
public static AbstractTextractorDocumentFactory.MetadataKeys[] values()
for (AbstractTextractorDocumentFactory.MetadataKeys c : AbstractTextractorDocumentFactory.MetadataKeys.values()) System.out.println(c);
public static AbstractTextractorDocumentFactory.MetadataKeys valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
Textractor API textractor-716 (20091105163204) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||