I'm using elasticsearch to search massive data(twitter content).
I satisfied with it's speed.
But I'm why closing time is long.
Blew is code searching twitter data.
Client client = new TransportClient()
.addTransportAddress(new InetSocketTransportAddress("192.168.10.14", 9300));
...
client.close();
additional information
elasticsearch version : 0.16.1
hadoop version : 0.20.2
jdk : 1.6.0_25
You mean closing the transport client takes a lot of time? It should be pretty fast.
On Wednesday, June 22, 2011 at 3:55 AM, jasonInKorea wrote:
Hi, everyone
I'm using elasticsearch to search massive data(twitter content).
I satisfied with it's speed.
But I'm why closing time is long.
Blew is code searching twitter data.
Client client = new TransportClient()
.addTransportAddress(new InetSocketTransportAddress("192.168.10.14",
9300));
...
client.close();
additional information
elasticsearch version : 0.16.1
hadoop version : 0.20.2
jdk : 1.6.0_25
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.