Hi,
Would like to find out, is there a way to check the performance of
the queryParser and things like edismax in Solr?
I have tried on the debug=true, but it only show general information like
the time taken for query, highlight, etc.
"process":{
"time":6397.0,
"query":{
"time":5938.0},
"facet":{
"time":0.0},
"facet_module":{
"time":39.0},
"mlt":{
"time":0.0},
"highlight":{
"time":386.0},
"stats":{
"time":0.0},
"expand":{
"time":0.0},
"debug":{
"time":32.0}}}}}
I'm trying to find out what is causing the query to slowdown. I have
included things like SynonymExpandingExtendedDismaxQParserPlugin, and would
like to find out the time it takes to process the plugin and other things
like edismax?
I'm using Solr 6.0.1.
Regards,
Edwin