Re: Solr "optimize" operation slows my MySQL serveur

2010-11-10 Thread Jay Ess
On 2010-11-10 18:08, Skreo wrote: Hello, I've a Solr index with few millions of entries, so an "optimize" usually takes several minutes (or at least tens of seconds). During the optimize process, there is free RAM and the load average stays under 1. But... the machine also hosts a MySQL server,

Boost with wildcard.

2009-10-19 Thread Jay Ess
The boost (index time) does not work when i am searching for a word with a wildcard appended to the end. I stumbled on to this "feature" and its pretty much a show stopper for me. I am implementing a live search feature where i always have an wildcard in the last word that is currently being wri

Re: Boost with wildcard.

2009-10-20 Thread Jay Ess
AHMET ARSLAN wrote: I do not know how to solve your problem without writing custom code. Aaargh. So now i stand between sticking my head into the source OR writing my own engine (which is not a big deal becouse my requirements arent that big but it will anyway set me back a week or so). Ho

Re: Boost with wildcard. (Implement this in main release!!!!!)

2009-10-21 Thread Jay Ess
AHMET ARSLAN wrote: Aaargh. So now i stand between sticking my head into the source OR writing my own engine (which is not a big deal becouse my requirements arent that big but it will anyway set me back a week or so). There is another way, although it is not a good thing to chance source

Re: Incremental Backup of Indexes

2010-02-17 Thread Jay Ess
abhishes wrote: Hello All, If we have very large index size, how can I back up incrementally. (one full backup followed by multiple incremental backups). How do I take compressed backups? http://rsnapshot.org/