Also, see 
https://groups.google.com/d/topic/elasticsearch/1152jRW_rQg/discussion for 
how easy it is to issue an index request in Java. Hardly any code at all. 
(Keep in mind the method name mismatch between the actual code and the 
on-line docs, but those issues are clearly shown in this post).

And 
http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/index_.html#beanscontains
 an example of how easy it is to write the code to covert between a 
Java object and a JSON string.

Then Google for the annotations you'll need to customize Jackson data 
binding for your document class. And if you run into any data binding 
questions related to this, feel free to ask me.

Brian

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/2ed979e7-cb01-4f48-a670-68288d36d06d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to