Re: Lucene vs Solr design decision

2012-03-10 Thread William Bell
an wrote: >>> Solr has no limitation on the number of cores. It's limited by your >>> hardware, >>> inodes and how many files you could keep open. >>> >>> I think even if you went the Lucene route you would run into same hardware >>> limit

Re: Lucene vs Solr design decision

2012-03-09 Thread Alireza Salimi
n. >> >> >> >> I think even if you went the Lucene route you would run into same >> hardware >> >> limits. >> >> >> >> -- >> >> View this message in context: >> http://lucene.472066.n3.nabble.com/Lucene-vs-Solr-design-decision-tp3813457p3813511.html >> >> Sent from the Solr - User mailing list archive at Nabble.com. >> > >> > >> > >> > -- >> > - >> > http://zzzoot.blogspot.com/ >> > - >> >> > > > -- > Alireza Salimi > Java EE Developer > > > -- Alireza Salimi Java EE Developer

Re: Lucene vs Solr design decision

2012-03-09 Thread Alireza Salimi
think even if you went the Lucene route you would run into same > hardware > >> limits. > >> > >> -- > >> View this message in context: > http://lucene.472066.n3.nabble.com/Lucene-vs-Solr-design-decision-tp3813457p3813511.html > >> Sent from the Solr - User mailing list archive at Nabble.com. > > > > > > > > -- > > - > > http://zzzoot.blogspot.com/ > > - > > -- Alireza Salimi Java EE Developer

Re: Lucene vs Solr design decision

2012-03-09 Thread Robert Stewart
n. >> >> I think even if you went the Lucene route you would run into same hardware >> limits. >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Lucene-vs-Solr-design-decision-tp3813457p3813511.html >> Sent from the Solr - User mailing list archive at Nabble.com. > > > > -- > - > http://zzzoot.blogspot.com/ > -

Re: Lucene vs Solr design decision

2012-03-09 Thread Alireza Salimi
's limited by your > hardware, > > inodes and how many files you could keep open. > > > > I think even if you went the Lucene route you would run into same > hardware > > limits. > > > > -- > > View this message in context: > http://lucene.472

Re: Lucene vs Solr design decision

2012-03-09 Thread Glen Newton
uld run into same hardware > limits. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Lucene-vs-Solr-design-decision-tp3813457p3813511.html > Sent from the Solr - User mailing list archive at Nabble.com. -- - http://zzzoot.blogspot.com/ -

Re: Lucene vs Solr design decision

2012-03-09 Thread Lan
Solr has no limitation on the number of cores. It's limited by your hardware, inodes and how many files you could keep open. I think even if you went the Lucene route you would run into same hardware limits. -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-vs

Re: Lucene vs Solr design decision

2012-03-09 Thread Alireza Salimi
r user. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Lucene-vs-Solr-design-decision-tp3813457p3813489.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Alireza Salimi Java EE Developer

Re: Lucene vs Solr design decision

2012-03-09 Thread Lan
Solr has cores which are independent search indexes. You could create a separate core per user. -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-vs-Solr-design-decision-tp3813457p3813489.html Sent from the Solr - User mailing list archive at Nabble.com.

Lucene vs Solr design decision

2012-03-09 Thread Alireza Salimi
Hi everybody, Let's say we have a system with billions of small documents (average of 2-3 fields). and each document belongs to JUST ONE user and searches are user specific, meaning that when we search for something, we just look into documents of that user. On the other hand we need to see the n