HI All I provide the search service using Solr.
When users used the service, I would like to analyze the search query log of Solr and to know to what kind of search word it is referring. It is searching to Solr using the Edismax query. Then, when analyzing, it is being examined whether analysis is made using ExtendedDismaxQParserPlugin of Solr. I have two question. - is this approach right? - How to use ExtendedDismaxQParserPlugin when my approach is right? (Initialization, the parameter of Method, etc.) Would you help someone? Regards, Fumio Takayama