Hello, 

What is the best way to index an entire JSON file? Say i have a file called
"widgets.json" with structure

{"widgets": {
{"name":"foo","properties":{"status":"green", "type": "fooWidget"}}, 
{"name": "ayy", "properties":{"status":"lmao"}}
}
}

I am currently using a splitter, but the actual file is quite large, and
makes thousands of messages to send to the server. Is there a way where I
could just send the file or string, and ES will use the default analyzer to
split it?



--
View this message in context: 
http://camel.465427.n5.nabble.com/ElasticSearch-Best-practice-for-indexing-entire-JSON-Files-tp5767123.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to