I'm joining an existing cluster as a node via the Java API.  I generate a 
relatively complicated multi-index "indices" query that combines the 
results of two different queries on two modestly sized indexes (150M 
records combined).  Execution of actionGet() on this query takes 
approximately 1-2 seconds.  On the other hand, if I dump the same query to 
JSON via the XContent jsonBuilder() and execute it with curl, it takes only 
14 ms.  Results are identical in both cases.

Has anyone else had similar problems like this?  Any thoughts on what might 
be the source of the problem?  My next thought was to try connecting to the 
cluster via a TransportClient.  Not sure if it will help or not...

Thanks!

- Elliott

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/fa4fb57e-3beb-4e80-8672-1981bcb8c35c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to