Per-user results sets

2010-07-07 Thread Jean-Michel Philippon-Nadeau
Hi list, I am wondering if Solr/Lucene can help improve my existing search engine. I would like to have different results for each user - but still have relevant results. Each user would have different score multipliers for each searchable item. Is this something possible? Thanks, -- Jean-Mic

Re: java.lang.NullPointerException with MySQL DataImportHandler

2010-02-02 Thread Jean-Michel Philippon-Nadeau
Hi, Thanks for the reply. On Tue, 2010-02-02 at 16:57 +0100, Sascha Szott wrote: > * the output of MySQL's describe command for all tables/views referenced > in your DIH configuration mysql> describe products; ++--+--+-+-++ | Field

java.lang.NullPointerException with MySQL DataImportHandler

2010-02-02 Thread Jean-Michel Philippon-Nadeau
Hi, It is my first install of Solr. The setup has been pretty straightforward and yet, the performance is very impressive. I am running into an issue with my MySQL DataImportHandler. I've followed the quick-start in order to write the necessary config and so far everything seemed to work. Howeve