Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: Java-User

Warmup queries

 

 

Lucene java-user RSS feed   Index | Next | Previous | View Threaded


emailgane at yahoo

Jul 2, 2009, 10:26 PM

Post #1 of 2 (401 views)
Permalink
Warmup queries

When ever i reopen my index, I do some warm up queries.

I have few fields which will be used as filter and few others using BooleanQuery. Currently I am executing warm up queries for those fields which are part of Query and not part of Filter.

My question is whether Warmup queries should include filter fields? Whether it will give any benifit?

In case of query field, I could give any text, I don't need to worry whether it is available or not. If filter fields to be included, then i have to choose the search criteria which is available in the index. Is that correct.

Regards
Ganesh
Send instant messages to your online friends http://in.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
For additional commands, e-mail: java-user-help [at] lucene


ian.lea at gmail

Jul 3, 2009, 2:28 AM

Post #2 of 2 (362 views)
Permalink
Re: Warmup queries [In reply to]

I think you should warm as much as possible: queries, filters, sorts,
whatever. And I think that the warmup searches should match stuff
that is available in the index. You'll get warming of internal lucene
structures and also OS disk IO cache. Taking the last n queries
executed on the previous searcher can work well.


--
Ian.


On Fri, Jul 3, 2009 at 6:26 AM, Ganesh<emailgane [at] yahoo> wrote:
> When ever i reopen my index, I do some warm up queries.
>
> I have few fields which will be used as filter and few others using BooleanQuery. Currently I am executing warm up queries for those fields which are part of Query and not part of Filter.
>
> My question is whether Warmup queries should include filter fields? Whether it will give any benifit?
>
> In case of query field, I could give any text, I don't need to worry whether it is available or not. If filter fields to be included, then i have to choose the search criteria which is available in the index. Is that correct.
>
> Regards
> Ganesh
> Send instant messages to your online friends http://in.messenger.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
> For additional commands, e-mail: java-user-help [at] lucene
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
For additional commands, e-mail: java-user-help [at] lucene

Lucene java-user RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.