ElasticSearch JAVA API

Hi,
I am in doubt choosing between ElasticSearch Java HttpServer
(org.elasticsearch.http.*) or other JAVA Servers like Vert.x Java Server?

--

Are you able to provide more information about what you're looking for? Are
you wanting to integrate with Elasticsearch via Java?

On Wednesday, November 7, 2012 7:00:20 PM UTC+11, Vinay Gurram wrote:

Hi,
I am in doubt choosing between Elasticsearch Java HttpServer
(org.elasticsearch.http.*) or other JAVA Servers like Vert.x Java Server?

--

I am trying to create Java API for Elastic Search to use in our application
. When trying to connect Elasticsearch with a httpserver, I can choose
other Java Servers such as Vert.x or Elastic Search httpserver library .
Elastic Search internally provides an httpserver library in the jar file.
Which will be best for performance?

On Wednesday, November 7, 2012 1:30:20 PM UTC+5:30, Vinay Gurram wrote:

Hi,
I am in doubt choosing between Elasticsearch Java HttpServer
(org.elasticsearch.http.*) or other JAVA Servers like Vert.x Java Server?

--

Have you considered Elasticsearch's own Java
API? Elasticsearch Platform — Find real-time answers at scale | Elastic

On Thursday, November 8, 2012 1:33:23 AM UTC+11, Vinay Gurram wrote:

I am trying to create Java API for Elastic Search to use in our
application . When trying to connect Elasticsearch with a httpserver, I
can choose other Java Servers such as Vert.x or Elastic Search httpserver
library . Elastic Search internally provides an httpserver library in the
jar file. Which will be best for performance?

On Wednesday, November 7, 2012 1:30:20 PM UTC+5:30, Vinay Gurram wrote:

Hi,
I am in doubt choosing between Elasticsearch Java HttpServer
(org.elasticsearch.http.*) or other JAVA Servers like Vert.x Java Server?

--

Yes, I use Elastic Search Java API for querying, update and delete
operations. I want to use Elastic Search as an embedded application, so I
have to create a web-server that calls Elasticsearch client which do the
query/update/delete operations. Which web-server should I use?
Elasticsearch own http-server or other java servers in my case Vert.x. I am
trying to create a web-server (like "localhost:radomport") that passes url
like "http://somename.com/thisquery?param1=someParameter" and from the uri
I can extract the "/thisquery?param1=something" and use them for searching
purposes and display the result in the webserever page (
localhost:radomport ).

On Thursday, November 8, 2012 9:22:55 AM UTC+5:30, Chris Male wrote:

Have you considered Elasticsearch's own Java API?
Elasticsearch Platform — Find real-time answers at scale | Elastic

On Thursday, November 8, 2012 1:33:23 AM UTC+11, Vinay Gurram wrote:

I am trying to create Java API for Elastic Search to use in our
application . When trying to connect Elasticsearch with a httpserver, I
can choose other Java Servers such as Vert.x or Elastic Search httpserver
library . Elastic Search internally provides an httpserver library in the
jar file. Which will be best for performance?

On Wednesday, November 7, 2012 1:30:20 PM UTC+5:30, Vinay Gurram wrote:

Hi,
I am in doubt choosing between Elasticsearch Java HttpServer
(org.elasticsearch.http.*) or other JAVA Servers like Vert.x Java Server?

--

Have a look at http://www.scutmydocs.org/ project.
It's a webapp that runs in a container (tomcat or whatever you want), that exposes its own REST URL and call ES for indexing, searching, ...

Does it help?

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

Le 8 nov. 2012 à 05:59, Vinay Gurram gvinay06l@gmail.com a écrit :

Yes, I use Elastic Search Java API for querying, update and delete operations. I want to use Elastic Search as an embedded application, so I have to create a web-server that calls Elasticsearch client which do the query/update/delete operations. Which web-server should I use? Elasticsearch own http-server or other java servers in my case Vert.x. I am trying to create a web-server (like "localhost:radomport") that passes url like "http://somename.com/thisquery?param1=someParameter" and from the uri I can extract the "/thisquery?param1=something" and use them for searching purposes and display the result in the webserever page ( localhost:radomport ).

On Thursday, November 8, 2012 9:22:55 AM UTC+5:30, Chris Male wrote:

Have you considered Elasticsearch's own Java API? Elasticsearch Platform — Find real-time answers at scale | Elastic

On Thursday, November 8, 2012 1:33:23 AM UTC+11, Vinay Gurram wrote:

I am trying to create Java API for Elastic Search to use in our application . When trying to connect Elasticsearch with a httpserver, I can choose other Java Servers such as Vert.x or Elastic Search httpserver library . Elastic Search internally provides an httpserver library in the jar file. Which will be best for performance?

On Wednesday, November 7, 2012 1:30:20 PM UTC+5:30, Vinay Gurram wrote:

Hi,
I am in doubt choosing between Elasticsearch Java HttpServer (org.elasticsearch.http.*) or other JAVA Servers like Vert.x Java Server?

--

--

Hi,
I can't open the link (http://www.scutmydocs.org). Is the link correct?

On Thursday, November 8, 2012 11:39:41 AM UTC+5:30, David Pilato wrote:

Have a look at http://www.scutmydocs.org/ project.
It's a webapp that runs in a container (tomcat or whatever you want), that
exposes its own REST URL and call ES for indexing, searching, ...

Does it help?

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

Le 8 nov. 2012 à 05:59, Vinay Gurram <gvin...@gmail.com <javascript:>> a
écrit :

Yes, I use Elastic Search Java API for querying, update and delete
operations. I want to use Elastic Search as an embedded application, so I
have to create a web-server that calls Elasticsearch client which do the
query/update/delete operations. Which web-server should I use?
Elasticsearch own http-server or other java servers in my case Vert.x. I am
trying to create a web-server (like "localhost:radomport") that passes url
like "http://somename.com/thisquery?param1=someParameter" and from the
uri I can extract the "/thisquery?param1=something" and use them for
searching purposes and display the result in the webserever page (
localhost:radomport ).

On Thursday, November 8, 2012 9:22:55 AM UTC+5:30, Chris Male wrote:

Have you considered Elasticsearch's own Java API?
Elasticsearch Platform — Find real-time answers at scale | Elastic

On Thursday, November 8, 2012 1:33:23 AM UTC+11, Vinay Gurram wrote:

I am trying to create Java API for Elastic Search to use in our
application . When trying to connect Elasticsearch with a httpserver, I
can choose other Java Servers such as Vert.x or Elastic Search httpserver
library . Elastic Search internally provides an httpserver library in the
jar file. Which will be best for performance?

On Wednesday, November 7, 2012 1:30:20 PM UTC+5:30, Vinay Gurram wrote:

Hi,
I am in doubt choosing between Elasticsearch Java HttpServer
(org.elasticsearch.http.*) or other JAVA Servers like Vert.x Java Server?

--

--

Sorry. www.scrutmydocs.org :-/

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

Le 8 nov. 2012 à 07:50, Vinay Gurram gvinay06l@gmail.com a écrit :

Hi,
I can't open the link (http://www.scutmydocs.org). Is the link correct?

On Thursday, November 8, 2012 11:39:41 AM UTC+5:30, David Pilato wrote:
Have a look at http://www.scutmydocs.org/ project.
It's a webapp that runs in a container (tomcat or whatever you want), that exposes its own REST URL and call ES for indexing, searching, ...

Does it help?

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

Le 8 nov. 2012 à 05:59, Vinay Gurram gvin...@gmail.com a écrit :

Yes, I use Elastic Search Java API for querying, update and delete operations. I want to use Elastic Search as an embedded application, so I have to create a web-server that calls Elasticsearch client which do the query/update/delete operations. Which web-server should I use? Elasticsearch own http-server or other java servers in my case Vert.x. I am trying to create a web-server (like "localhost:radomport") that passes url like "http://somename.com/thisquery?param1=someParameter" and from the uri I can extract the "/thisquery?param1=something" and use them for searching purposes and display the result in the webserever page ( localhost:radomport ).

On Thursday, November 8, 2012 9:22:55 AM UTC+5:30, Chris Male wrote:
Have you considered Elasticsearch's own Java API? Elasticsearch Platform — Find real-time answers at scale | Elastic

On Thursday, November 8, 2012 1:33:23 AM UTC+11, Vinay Gurram wrote:
I am trying to create Java API for Elastic Search to use in our application . When trying to connect Elasticsearch with a httpserver, I can choose other Java Servers such as Vert.x or Elastic Search httpserver library . Elastic Search internally provides an httpserver library in the jar file. Which will be best for performance?

On Wednesday, November 7, 2012 1:30:20 PM UTC+5:30, Vinay Gurram wrote:
Hi,
I am in doubt choosing between Elasticsearch Java HttpServer (org.elasticsearch.http.*) or other JAVA Servers like Vert.x Java Server?

--

--

--

Thank you for the help. It's very useful.

On Thursday, November 8, 2012 12:33:53 PM UTC+5:30, David Pilato wrote:

Sorry. www.scrutmydocs.org :-/

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

Le 8 nov. 2012 à 07:50, Vinay Gurram <gvin...@gmail.com <javascript:>> a
écrit :

Hi,
I can't open the link (http://www.scutmydocs.org). Is the link correct?

On Thursday, November 8, 2012 11:39:41 AM UTC+5:30, David Pilato wrote:

Have a look at http://www.scutmydocs.org/ project.
It's a webapp that runs in a container (tomcat or whatever you want),
that exposes its own REST URL and call ES for indexing, searching, ...

Does it help?

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

Le 8 nov. 2012 à 05:59, Vinay Gurram gvin...@gmail.com a écrit :

Yes, I use Elastic Search Java API for querying, update and delete
operations. I want to use Elastic Search as an embedded application, so I
have to create a web-server that calls Elasticsearch client which do the
query/update/delete operations. Which web-server should I use?
Elasticsearch own http-server or other java servers in my case Vert.x. I am
trying to create a web-server (like "localhost:radomport") that passes url
like "http://somename.com/thisquery?param1=someParameter" and from the
uri I can extract the "/thisquery?param1=something" and use them for
searching purposes and display the result in the webserever page (
localhost:radomport ).

On Thursday, November 8, 2012 9:22:55 AM UTC+5:30, Chris Male wrote:

Have you considered Elasticsearch's own Java API?
Elasticsearch Platform — Find real-time answers at scale | Elastic

On Thursday, November 8, 2012 1:33:23 AM UTC+11, Vinay Gurram wrote:

I am trying to create Java API for Elastic Search to use in our
application . When trying to connect Elasticsearch with a httpserver, I
can choose other Java Servers such as Vert.x or Elastic Search httpserver
library . Elastic Search internally provides an httpserver library in the
jar file. Which will be best for performance?

On Wednesday, November 7, 2012 1:30:20 PM UTC+5:30, Vinay Gurram wrote:

Hi,
I am in doubt choosing between Elasticsearch Java HttpServer
(org.elasticsearch.http.*) or other JAVA Servers like Vert.x Java Server?

--

--

--