RE: autowarming queries

2014-05-29 Thread Joshi, Shital
day, May 15, 2014 6:56 AM To: solr-user@lucene.apache.org Subject: Re: autowarming queries Are you talking about static warming queries, which you define as newSearcher and firstSearcher events? If so, you should see all three queries in the log. If you're still having the issue, can you pos

RE: autowarming queries

2014-05-22 Thread Joshi, Shital
Erickson [mailto:erickerick...@gmail.com] Sent: Monday, May 12, 2014 7:25 PM To: solr-user@lucene.apache.org Subject: Re: autowarming queries First define an auto-warming query :)... firstSearcher queries are fired when the server is started newSearcher queries are fired when a new searcher i

Re: autowarming queries

2014-05-16 Thread Joel Bernstein
Are you talking about static warming queries, which you define as newSearcher and firstSearcher events? If so, you should see all three queries in the log. If you're still having the issue, can you post your warming query configuration? Joel Bernstein Search Engineer at Heliosearch On Wed, May 7

Re: autowarming queries

2014-05-12 Thread Erick Erickson
First define an auto-warming query :)... firstSearcher queries are fired when the server is started newSearcher queries are fired when a new searcher is opened, i.e. when a commit (hard when openSeracher=true or soft) happens. Let's see your configuration too where you think you're setting up th

RE: autowarming queries

2014-05-12 Thread Joshi, Shital
We added an id (searcher3) in each searcher but it never gets printed in log file. Does Solr internally massages the searcher queries? _ From: Joshi, Shital [Tech] Sent: Monday, May 12, 2014 11:27 AM To: 'solr-user@lucene.apache.org' Subject: autowarmin