Re: block join and atomic updates

2014-02-15 Thread mm
Any suggestions? Zitat von m...@preselect-media.com: Yonik Seeley : On Thu, Feb 13, 2014 at 8:25 AM, wrote: Is there any workaround to perform atomic updates on blocks or do I have to re-index the parent document and all its children always again if I want to update a field? The latter,

Re: DataImportHander in solr 4.6.1

2014-02-15 Thread Lianyi Han
Looks like a MySQL bug http://bugs.mysql.com/bug.php?id=36565 Perhaps update the MySQL lib will help.  -lianyi On Sat, Feb 15, 2014 at 8:57 AM, rajesh bantumilli wrote: > Hi, > When I'm trying to import data from mysql. I'm always getting the following > error. > Indexing failed. Rolled ba

Re: DIH

2014-02-15 Thread Shawn Heisey
On 2/14/2014 10:45 PM, William Bell wrote: > On virtual cores the DIH handler is really slow. On a 12 core box it only > uses 1 core while indexing. > > Does anyone know how to do Java threading from a SQL query into Solr? > Examples? > > I can use SolrJ to do it, or I might be able to modify DIH