Re: Using Multiple Cores for Multiple Users

2010-11-10 Thread Jan Høydahl / Cominvent
. From: Markus Jelsma [markus.jel...@openindex.io] Sent: Tuesday, November 09, 2010 6:57 PM To: solr-user@lucene.apache.org Cc: Adam Estrada Subject: Re: Using Multiple Cores for Multiple Users Hi, All, I have a web application that requires the user

Re: Using Multiple Cores for Multiple Users

2010-11-10 Thread Shalin Shekhar Mangar
On Tue, Nov 9, 2010 at 6:00 PM, Adam Estrada estrada.adam.gro...@gmail.comwrote: Thanks a lot for all the tips, guys! I think that we may explore both options just to see what happens. I'm sure that scalability will be a huge mess with the core-per-user scenario. I like the idea of creating a

Using Multiple Cores for Multiple Users

2010-11-09 Thread Adam Estrada
All, I have a web application that requires the user to register and then login to gain access to the site. Pretty standard stuff...Now I would like to know what the best approach would be to implement a customized search experience for each user. Would this mean creating a separate core per

Re: Using Multiple Cores for Multiple Users

2010-11-09 Thread Markus Jelsma
Hi, All, I have a web application that requires the user to register and then login to gain access to the site. Pretty standard stuff...Now I would like to know what the best approach would be to implement a customized search experience for each user. Would this mean creating a separate

Re: Using Multiple Cores for Multiple Users

2010-11-09 Thread Dennis Gearon
' EARTH has a Right To Life, otherwise we all die. - Original Message From: Markus Jelsma markus.jel...@openindex.io To: solr-user@lucene.apache.org Cc: Adam Estrada estrada.adam.gro...@gmail.com Sent: Tue, November 9, 2010 3:57:34 PM Subject: Re: Using Multiple Cores for Multiple Users Hi

RE: Using Multiple Cores for Multiple Users

2010-11-09 Thread Jonathan Rochkind
Cores for Multiple Users Hi, All, I have a web application that requires the user to register and then login to gain access to the site. Pretty standard stuff...Now I would like to know what the best approach would be to implement a customized search experience for each user. Would this mean

Re: Using Multiple Cores for Multiple Users

2010-11-09 Thread Adam Estrada
. From: Markus Jelsma [markus.jel...@openindex.io] Sent: Tuesday, November 09, 2010 6:57 PM To: solr-user@lucene.apache.org Cc: Adam Estrada Subject: Re: Using Multiple Cores for Multiple Users Hi, All, I have a web application that requires

Re: Using Multiple Cores for Multiple Users

2010-11-09 Thread Lance Norskog
not a Solr developer or expert. From: Markus Jelsma [markus.jel...@openindex.io] Sent: Tuesday, November 09, 2010 6:57 PM To: solr-user@lucene.apache.org Cc: Adam Estrada Subject: Re: Using Multiple Cores for Multiple Users Hi, All, I have a web

Re: Using Multiple Cores for Multiple Users

2010-11-09 Thread Dennis Gearon
://blogs.techrepublic.com.com/security/?p=4501tag=nl.e036' EARTH has a Right To Life, otherwise we all die. - Original Message From: Lance Norskog goks...@gmail.com To: solr-user@lucene.apache.org Sent: Tue, November 9, 2010 7:07:45 PM Subject: Re: Using Multiple Cores for Multiple Users

Re: Using Multiple Cores for Multiple Users

2010-11-09 Thread Lance Norskog
Multiple Cores for Multiple Users There is a standard problem with this: relevance is determined from all of the words in a field of all documents, not just the documents that match the query. That is, when user A searches for 'monkeys' and one of his feeds has a document with this word

Re: Using Multiple Cores for Multiple Users

2010-11-09 Thread Dennis Gearon
://blogs.techrepublic.com.com/security/?p=4501tag=nl.e036' EARTH has a Right To Life, otherwise we all die. - Original Message From: Lance Norskog goks...@gmail.com To: solr-user@lucene.apache.org Sent: Tue, November 9, 2010 8:00:09 PM Subject: Re: Using Multiple Cores for Multiple Users Relevance is TF/DF