Json to Java SearchRequestBuilder

Is there any handy way to convert a JSON string to a SearchRequestBuilder
http://www.thelastcitadel.com/lab/elasticsearch/javadoc/org/elasticsearch/client/action/search/SearchRequestBuilder.html
?

--

Hi Roman,

Have a look at: https://github.com/elasticsearchfr/hands-on/blob/answers/src/test/java/org/elasticsearchfr/handson/ex2/SearchTest.java

It should help.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 11 déc. 2012 à 10:20, Roman Kournjaev kournjaev@gmail.com a écrit :

Is there any handy way to convert a JSON string to a SearchRequestBuilder ?

--

Hmmm. Reading my answer again, I think I did not really answer.
But, you can perhaps find some clues.

:-/

Sorry.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 11 déc. 2012 à 10:35, David Pilato david@pilato.fr a écrit :

Hi Roman,

Have a look at: https://github.com/elasticsearchfr/hands-on/blob/answers/src/test/java/org/elasticsearchfr/handson/ex2/SearchTest.java

It should help.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 11 déc. 2012 à 10:20, Roman Kournjaev kournjaev@gmail.com a écrit :

Is there any handy way to convert a JSON string to a SearchRequestBuilder ?

--

--

Na , thats ok. The test helps a lot acutally

On Tuesday, December 11, 2012 11:41:07 AM UTC+2, David Pilato wrote:

Hmmm. Reading my answer again, I think I did not really answer.
But, you can perhaps find some clues.

:-/

Sorry.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 11 déc. 2012 à 10:35, David Pilato <da...@pilato.fr <javascript:>> a
écrit :

Hi Roman,

Have a look at:
https://github.com/elasticsearchfr/hands-on/blob/answers/src/test/java/org/elasticsearchfr/handson/ex2/SearchTest.java

It should help.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 11 déc. 2012 à 10:20, Roman Kournjaev <kour...@gmail.com <javascript:>>
a écrit :

Is there any handy way to convert a JSON string to a SearchRequestBuilder
http://www.thelastcitadel.com/lab/elasticsearch/javadoc/org/elasticsearch/client/action/search/SearchRequestBuilder.html?

--

--

--