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
gt; Sent: Saturday, September 15, 2012 5:22 AM > To: solr-user@lucene.apache.org > Subject: Re: How to approach to analyze Solr Edismax Query log > > > I checked highlighter works(DefaultSolrHighlighter). > > Can this API re-parse the search terms("q parameter") of Edisma

Re: How to approach to analyze Solr Edismax Query log

2012-09-15 Thread Otis Gospodnetic
t; Sent: Saturday, September 15, 2012 5:22 AM > To: solr-user@lucene.apache.org > Subject: Re: How to approach to analyze Solr Edismax Query log > > I checked highlighter works(DefaultSolrHighlighter). > > Can this API re-parse the search terms("q parameter") of Edismax Qu

Re: How to approach to analyze Solr Edismax Query log

2012-09-15 Thread Jack Krupansky
tweak the logic to accommodate other languages. -- Jack Krupansky -Original Message- From: Fumio Takayama Sent: Saturday, September 15, 2012 5:22 AM To: solr-user@lucene.apache.org Subject: Re: How to approach to analyze Solr Edismax Query log I checked highlighter works(DefaultSolrHighli

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 that you extract from the lo

Re: How to approach to analyze Solr Edismax Query log

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

Re: How to approach to analyze Solr Edismax Query log

2012-09-14 Thread 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 -Original Message- From: Fumio Takayama Sent: Friday, September 14, 2012 4:39 AM To: s