I checked highlighter works(DefaultSolrHighlighter). Can this API re-parse the search terms("q parameter") of Edismax Queries?
If it can do, I would like to reuse API of Solr. Regards. 2012/9/14 Fumio Takayama <tryout...@gmail.com> > Hi, Jack > > >Are you trying to re-parse the queries that you extract from the log to > determine the query terms? > > Yes, I try to re-prase queries from the log. > > > You might look at how the highlighter works since it accesses the query > terms. > > Thanks for your help. I check the highlighter works. > > Regards > > Fumio Takayama > > > 2012/9/14 Jack Krupansky <j...@basetechnology.com> > >> Are you trying to re-parse the queries that you extract from the log to >> determine the query terms? >> >> You might look at how the highlighter works since it accesses the query >> terms. >> >> -- Jack Krupansky >> >> -----Original Message----- From: Fumio Takayama >> Sent: Friday, September 14, 2012 4:39 AM >> To: solr-user@lucene.apache.org >> Subject: How to approach to analyze Solr Edismax Query log >> >> >> 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 >> > >