Re: lucene vs Solr Indexing on Sample data

2015-06-15 Thread Erick Erickson
eers > > 2015-06-15 13:16 GMT+01:00 Argho Chatterjee < > joy.chatterjee.crazyc...@gmail.com>: > >> Hello Everyone, >> >> I had posted a question on stackoverflow.com after performing a few POCs >> >> My hadrware consist of a single i-3 intel processor (4

Re: lucene vs Solr Indexing on Sample data

2015-06-15 Thread Alessandro Benedetti
GB Ram, Laptop machine. > > My Question Link : > > http://stackoverflow.com/questions/30823314/lucene-vs-solr-indexning-speed-for-sampe-data > > but no one could solve it as of now.. > I hope the question I posted is undertandable. > > Please if anyone could help me out with the

lucene vs Solr Indexing on Sample data

2015-06-15 Thread Argho Chatterjee
Hello Everyone, I had posted a question on stackoverflow.com after performing a few POCs My hadrware consist of a single i-3 intel processor (4 CPU as per "dxdiag" on run ), 8GB Ram, Laptop machine. My Question Link : http://stackoverflow.com/questions/30823314/lucene-vs-solr-index

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
>> > ...yet. >> > >> > -glen >> > >> > On Fri, Mar 9, 2012 at 1:46 PM, Lan wrote: >> >> Solr has no limitation on the number of cores. It's limited by your >> hardware, >> >> inodes and how many files you could keep ope

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

Re: Lucene vs Solr

2010-10-19 Thread Pradeep Singh
Is that right? On Tue, Oct 19, 2010 at 11:08 PM, findbestopensource < findbestopensou...@gmail.com> wrote: > Hello all, > > I have posted an article Lucene vs Solr > http://www.findbestopensource.com/article-detail/lucene-vs-solr > > Please feel free to add your commen