I am newbie in Elastic Search.
When I create the instance Client for the Elastic Search using java, it creates no of threads(around 16 threads).
How I can put limit on number of threads created by Client?
What will be the pros and cons of changing default settings?
I got some information from this link.
6092 次