Package | Description |
---|---|
org.apache.tika.pipes | |
org.apache.tika.pipes.pipesiterator |
Modifier and Type | Field and Description |
---|---|
static FetchEmitTuple.ON_PARSE_EXCEPTION |
FetchEmitTuple.DEFAULT_ON_PARSE_EXCEPTION |
Modifier and Type | Method and Description |
---|---|
FetchEmitTuple.ON_PARSE_EXCEPTION |
FetchEmitTuple.getOnParseException() |
static FetchEmitTuple.ON_PARSE_EXCEPTION |
FetchEmitTuple.ON_PARSE_EXCEPTION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchEmitTuple.ON_PARSE_EXCEPTION[] |
FetchEmitTuple.ON_PARSE_EXCEPTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FetchEmitTuple(String id,
FetchKey fetchKey,
EmitKey emitKey,
FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) |
FetchEmitTuple(String id,
FetchKey fetchKey,
EmitKey emitKey,
Metadata metadata,
HandlerConfig handlerConfig,
FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) |
Modifier and Type | Method and Description |
---|---|
FetchEmitTuple.ON_PARSE_EXCEPTION |
PipesIterator.getOnParseException() |
Modifier and Type | Method and Description |
---|---|
void |
PipesIterator.setOnParseException(FetchEmitTuple.ON_PARSE_EXCEPTION onParseException) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.