mirror of https://github.com/apache/nifi.git
NIFI-13118: Add LANGUAGE to property_descriptor list
Signed-off-by: Joe Gresock <jgresock@gmail.com> This closes #8720.
This commit is contained in:
parent
280015749f
commit
99d8433b7d
|
@ -182,7 +182,8 @@ class ChunkDocument(FlowFileTransform):
|
||||||
CHUNK_SIZE,
|
CHUNK_SIZE,
|
||||||
CHUNK_OVERLAP,
|
CHUNK_OVERLAP,
|
||||||
KEEP_SEPARATOR,
|
KEEP_SEPARATOR,
|
||||||
STRIP_WHITESPACE]
|
STRIP_WHITESPACE,
|
||||||
|
LANGUAGE]
|
||||||
|
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue