Re: Bet you didn't know Lucene can...

2011-10-25 Thread Mikhail Garber
Solr as enterprise event warehouse. Multiple heterogeneous applications and log file sweepers posting stuff to centralized Solr index. On Sat, Oct 22, 2011 at 2:12 AM, Grant Ingersoll wrote: > Hi All,> > I'm giving a talk at ApacheCon titled "Bet you didn't know Lucene can..." > (http://na11.apa

Re: simple persistance layer on top of Solr

2011-11-01 Thread Mikhail Garber
This is very good idea and I used it several times over the years with great success. As long as you understand limitations (global transactions, not being able to "update" records, ...) On Tue, Nov 1, 2011 at 8:47 AM, Memory Makers wrote: > Greetings guys, > > I have been thinking of using Solr

Re: Huge Performance: Solr distributed search

2011-11-25 Thread Mikhail Garber
in general terms, when your Java heap is so large, it is beneficial to set mx and ms to the same size. On Wed, Nov 23, 2011 at 5:12 AM, Artem Lokotosh wrote: > Hi! > > * Data: > - Solr 3.4; > - 30 shards ~ 13GB, 27-29M docs each shard. > > * Machine parameters (Ubuntu 10.04 LTS): > user@Solr:~$ u