Re: [DIH] blocking import operation

2009-11-12 Thread Sascha Szott
Noble Paul wrote: > Yes , open an issue . This is a trivial change I've opened JIRA issue SOLR-1554. -Sascha > > On Thu, Nov 12, 2009 at 5:08 AM, Sascha Szott wrote: >> Noble, >> >> Noble Paul wrote: >>> DIH imports are really long running. There is a good chance that the >>> connection times ou

Re: [DIH] blocking import operation

2009-11-11 Thread Noble Paul നോബിള്‍ नोब्ळ्
Yes , open an issue . This is a trivial change On Thu, Nov 12, 2009 at 5:08 AM, Sascha Szott wrote: > Noble, > > Noble Paul wrote: >> DIH imports are really long running. There is a good chance that the >> connection times out or breaks in between. > Yes, you're right, I missed that point (in my

Re: [DIH] blocking import operation

2009-11-11 Thread Sascha Szott
Noble, Noble Paul wrote: > DIH imports are really long running. There is a good chance that the > connection times out or breaks in between. Yes, you're right, I missed that point (in my case imports take no longer than a minute). > how about a callback? Thanks for the hint. There was a discussio

Re: [DIH] blocking import operation

2009-11-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
DIH imports are really long running. There is a good chance that the connection times out or breaks in between. how about a callback? On Tue, Nov 10, 2009 at 12:12 AM, Sascha Szott wrote: > Hi all, > > currently, DIH's import operation(s) only works asynchronously. Therefore, > after submitting

[DIH] blocking import operation

2009-11-09 Thread Sascha Szott
Hi all, currently, DIH's import operation(s) only works asynchronously. Therefore, after submitting an import request, DIH returns immediately, while the import process (in case a large amount of data needs to be indexed) continues asynchronously behind the scenes. So, what is the recommende