Re: How to approach to analyze Solr Edismax Query log

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

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
gt;> -- 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 >> >&

Re: How to approach to analyze Solr Edismax Query log

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

Re: How to approach to analyze Solr Edismax Query log

2012-09-14 Thread Jack Krupansky
: 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

How to approach to analyze Solr Edismax Query log

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

[commercial] soleami - The Solr Query Log Visualization Tool Launched

2012-02-13 Thread Koji Sekiguchi
We are excited to announce the launch of soleami - a free visualization service for Apache Solr query log. soleami - Visualize the needs of your visitors. http://soleami.com/ Soleami summarizes Solr query logs of past 12 months by search keyword. It is a very useful tool for you to see various

Re: Search query log using solr

2010-01-11 Thread Chris Hostetter
: application. I am planning to add a search query log that will capture all : the search queries (and more information like IP,user info,date time,etc). : I understand I can easily do this on the application side capturing all the : search request, logging them in a DB/File before sending them

Search query log using solr

2010-01-06 Thread Ravi Gidwani
Hi All: I am currently using solr 1.4 as the search engine for my application. I am planning to add a search query log that will capture all the search queries (and more information like IP,user info,date time,etc). I understand I can easily do this on the application side capturing all

Re: query log

2009-12-21 Thread Chris Hostetter
: Subject: query log : References: <83ec2c9c0912201238he4c9sf23b03e750de2...@mail.gmail.com> : In-Reply-To: <83ec2c9c0912201238he4c9sf23b03e750de2...@mail.gmail.com> http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new dis

Re: query log

2009-12-20 Thread Erik Hatcher
On Dec 20, 2009, at 7:24 PM, Peter A. Kirk wrote: Where is the "HTTP 304" feature enabled and disabled? Or how can I at least ensure that my logger always gets the request, however Solr responds? It's configured in solrconfig.xml - I generally recommend turning it off during development,

RE: query log

2009-12-20 Thread Peter A. Kirk
ger always gets the request, however Solr responds? Med venlig hilsen / Best regards Peter Kirk E-mail: mailto:p...@alpha-solutions.dk -Original Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: 21. december 2009 12:26 To: solr-user@lucene.apache.org Subject: Re: query

Re: query log

2009-12-20 Thread Erik Hatcher
Where are the queries coming from? A browser? I bet you've got the HTTP 304 feature enabled and your client is sending etag/last-modified headers, causing Solr to respond with a 304 response and short circuit. Erik On Dec 20, 2009, at 5:46 PM, Peter A. Kirk wrote: Hi, I'd like to

query log

2009-12-20 Thread Peter A. Kirk
Hi, I'd like to write a "Component" that can write to a simple log with query data for every submitted query. So far I have written a simple Component and configured it to be called in the "standard" requestHandler. However, I have noticed that it is not always called. It's as if some queries a