I have a native script to score documents. I'm wondering for a search request, are the documents scored by one thread (if a threadpool is used for search) or it's configurable to do that in parallel? (I know that docs on different nodes in the cluster can be scored in parallel. Here I mean in the same node).
Thanks