Re: How to approach to analyze Solr Edismax Query log

2012-09-16 Thread Fumio Takayama
hitespace to get the list of terms. You need to > decide > > whether to lowercase the terms. This should give you a semi-reasonable > > approximation of the terms in a query - for English or other Roman/Latin > > languages. You can tweak the logic to accommodate other languages

Re: How to approach to analyze Solr Edismax Query log

2012-09-16 Thread Fumio Takayama
e terms. This should give you a > semi-reasonable approximation of the terms in a query - for English or > other Roman/Latin languages. You can tweak the logic to accommodate other > languages. > > > -- Jack Krupansky > > -Original Message- From: Fumio Takayama &

Re: How to approach to analyze Solr Edismax Query log

2012-09-15 Thread Fumio Takayama
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 > Hi, Jack > > >Are you trying to re-parse the queries tha

Re: How to approach to analyze Solr Edismax Query log

2012-09-14 Thread Fumio Takayama
works. Regards Fumio Takayama 2012/9/14 Jack Krupansky > 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 > > -

How to approach to analyze Solr Edismax Query log

2012-09-14 Thread Fumio Takayama
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