Format param for analyze API

This commit is contained in:
Honza Kral 2013-06-10 17:30:24 +02:00
parent eba4d9e59e
commit 0b747c1a11

View File

@ -39,6 +39,12 @@
"tokenizer": {
"type" : "string",
"description" : "The name of the tokenizer to use for the analysis"
},
"format": {
"type": "enum",
"options" : ["detailed","text"],
"default": "detailed",
"description": "Format of the output"
}
}
},