Re: Replication lag after cache optimizations

2012-09-05 Thread Damien Dudognon
Thanks for all the information. > I'm not sure how exactly you are measuring/defining "replication lag" but > if you mean "lag in how long until the newly replicated documents are > visible in searches" That is exactly what I wanted to say. I've attached the cache statistics. If you are inter

Re: Replication lag after cache optimizations

2012-09-02 Thread Damien DUDOGNON
ntion > issues. > > A more reasonable interval is on the order of several > minutes. If you really need near real time > searching, consider 4.0 which supports NRT > > Best > Erick > > On Fri, Aug 31, 2012 at 10:02 AM, Damien Dudognon > wrote: > > Hi, > &

Re: Analyser depending on field's value

2010-08-16 Thread Damien Dudognon
Thank you for your reply. I'll apply your patch and try this new feature to see if it meets my needs. If I understand correctly, your solution is to have a field by type and to select the field to use depending on the value of another field. Ideally, I would apply a different pre-treatment to my

Analyser depending on field's value

2010-08-16 Thread Damien Dudognon
Hi all, I want to use a specific stopword list depending on a field's value. For example, if type == 1 then I use stopwords1.txt to index "text" field, else I use stopwords2.txt. I thought of several solutions but no one really satisfied me: 1) use one Solr instance by type, and therefore a di