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
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
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
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
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
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
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