I'm profiling some slow queries and several times have seen the build_scorer
time appearing to dominate the the profile breakdown.
Are there any actions I can take to lower the time spent in build_scorer
?
Does this mean that the cluster is busy or are there application level things I can do to lower the time spent in scoring?
Does this partially have to do with the number of fields present in the documents?