I'm using the latest stable - I'm brand new to solr and I don't know
where to find all the docs yet.  I'm guessing I should be looking at
this page: 
http://wiki.apache.org/solr/SolrCaching#head-34647c63c38782b2fc93c919bb34f8c795a1ee65

I have an index of 1.5 million documents.  It's updated every few minutes.

On Fri, Feb 27, 2009 at 1:54 AM, Marc Sturlese <marc.sturl...@gmail.com> wrote:
>
> Hey,
> I am working with a nighlty and just had to apply the modifications in the
> code and add a couple of lines in solrconfig.xml (as it's shown in the
> patch). Didn't it work for you?
>
> Jonathan Haddad wrote:
>>
>> Does anyone have any good documentation that explains how to set up
>> the warming feature within the config?
>>
>> On Wed, Feb 25, 2009 at 11:58 AM, Marc Sturlese <marc.sturl...@gmail.com>
>> wrote:
>>>
>>> Shalin your patch worked perfect for my use case.
>>> Thank's both for the information!
>>>
>>>
>>>
>>> Amit Nithian wrote:
>>>>
>>>> I'm actually working on one for my company which parses our tomcat log
>>>> files
>>>> to obtain queries to feed as warming queries (since GET queries are the
>>>> dominant source of queries) to the firstSearcher. I am not sure what the
>>>> interface is in Solr 1.3, but in 1.2, I implemented the
>>>> SolrEventListener
>>>> interface and overrode the newSearcher method. If you look at the source
>>>> for
>>>> the default warmer, you should be able to construct a list of queries
>>>> from
>>>> a
>>>> different source without much trouble.
>>>> I might be able to send you some code if you need it.
>>>>
>>>> - Amit
>>>>
>>>> On Tue, Feb 24, 2009 at 10:15 AM, Marc Sturlese
>>>> <marc.sturl...@gmail.com>wrote:
>>>>
>>>>>
>>>>> Hey there,
>>>>> Is there any dynamic way to specify the queries to do the warming? I
>>>>> mean,
>>>>> not writing them hardcoded in solrconfig.xml but getting them from a
>>>>> database or from another file??
>>>>> Thanks in advance
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/warming-question-tp22187322p22187322.html
>>>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/warming-question-tp22187322p22210458.html
>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>>
>> --
>> Jonathan Haddad
>> http://www.rustyrazorblade.com
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/warming-question-tp22187322p22242609.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>



-- 
Jonathan Haddad
http://www.rustyrazorblade.com

Reply via email to