hi all,

i'm new to elastic search and would like to ask some basic questions.

we are developing a system based on the play framework (non blocking io, 
event loop, scala)

we are currently working with elastic search through the rest api which is 
working ok in dev. we are concerned about performance once we move to 
production environment. here are some questions:

1. can i point the rest api end point to a load balancer configured in 
front of the ES cluster? is that a common best practice?

2. is there any performance boost if we switch from rest api calls to 
native java client? if so - is it lagging behind with features?

3. java client - is this a smart client? meaning - can the client direct 
the queries  to the relevant shard / shards for faster result retrieval?

4. any other advice / suggestion in regards to native client vs REST API 
for using ES?

thanks!
CB

-- 
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/3ca59232-8462-4e66-8400-8a5aca18fe0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to