Re: Solr MultiValue Fields and adding values

2011-10-19 Thread Tiernan OToole
updating lots of documents. > > > > James Dyer > > E-Commerce Systems > > Ingram Content Group > > (615) 213-4311 > > > > From: Tiernan OToole [mailto:lsmart...@gmail.com] > Sent: Wednesday, October 19, 2011 10:01 AM > To: solr-user@lucene.apache.org

Re: Solr MultiValue Fields and adding values

2011-10-19 Thread Tiernan OToole
tems > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: Tiernan OToole [mailto:lsmart...@gmail.com] > Sent: Wednesday, October 19, 2011 5:11 AM > To: solr-user@lucene.apache.org > Cc: Otis Gospodnetic > Subject: Re: Solr MultiValue Fields and addin

RE: Solr MultiValue Fields and adding values

2011-10-19 Thread Dyer, James
lto:lsmart...@gmail.com] Sent: Wednesday, October 19, 2011 5:11 AM To: solr-user@lucene.apache.org Cc: Otis Gospodnetic Subject: Re: Solr MultiValue Fields and adding values -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was hoping that wasent going to be the case... I ended up querying for all unique

Re: Solr MultiValue Fields and adding values

2011-10-19 Thread Tiernan OToole
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was hoping that wasent going to be the case... I ended up querying for all unique IDs in the DB, and then querying for each unique ID and getting all names, and then inserting them that way... Seems a lot slower than in theory it really should be..