RE: DIH - unable to ADD individual new documents

2012-07-03 Thread Klostermeyer, Michael
apache.org Subject: Re: DIH - unable to ADD individual new documents Mike: Have you considered using one (or several) SolrJ clients to do your indexing? That can give you a finer control granularity than DIH. Or even do your NRT with SolrJ or Here's an example program, you can take out

Re: DIH - unable to ADD individual new documents

2012-07-03 Thread Erick Erickson
; -Original Message- > From: Dyer, James [mailto:james.d...@ingrambook.com] > Sent: Tuesday, July 03, 2012 1:12 PM > To: solr-user@lucene.apache.org > Subject: RE: DIH - unable to ADD individual new documents > > A DIH request handler can only process one "run" at a time.

RE: DIH - unable to ADD individual new documents

2012-07-03 Thread Klostermeyer, Michael
03, 2012 1:12 PM To: solr-user@lucene.apache.org Subject: RE: DIH - unable to ADD individual new documents A DIH request handler can only process one "run" at a time. So if DIH is still in process and you kick off a new DIH "full-import" it will silently ignore the new command

RE: DIH - unable to ADD individual new documents

2012-07-03 Thread Dyer, James
olr handle these types of rapid requests, and even more important, how do I get the status of an individual DIH call vs simply the status of the "latest" call at /dataimport? Mike -Original Message- From: Gora Mohanty [mailto:g...@mimirtech.com] Sent: Monday, July 02, 2012 10

RE: DIH - unable to ADD individual new documents

2012-07-03 Thread Klostermeyer, Michael
f an individual DIH call vs simply the status of the "latest" call at /dataimport? Mike -Original Message- From: Gora Mohanty [mailto:g...@mimirtech.com] Sent: Monday, July 02, 2012 10:02 PM To: solr-user@lucene.apache.org Subject: Re: DIH - unable to ADD individual new docume

Re: DIH - unable to ADD individual new documents

2012-07-02 Thread Gora Mohanty
On 3 July 2012 07:54, Klostermeyer, Michael wrote: > I should add that I am using the full-import command in all cases, and > setting clean=false for the individual adds. What does the data-import page report at the end of the full-import, i.e., how many documents were indexed? Are there any err

RE: DIH - unable to ADD individual new documents

2012-07-02 Thread Klostermeyer, Michael
ta when I run the SP directly. Mike -Original Message- From: Klostermeyer, Michael [mailto:mklosterme...@riskexchange.com] Sent: Monday, July 02, 2012 8:24 PM To: solr-user@lucene.apache.org Subject: RE: DIH - unable to ADD individual new documents I should add that I am using the full-i

RE: DIH - unable to ADD individual new documents

2012-07-02 Thread Klostermeyer, Michael
I should add that I am using the full-import command in all cases, and setting clean=false for the individual adds. Mike -Original Message- From: Klostermeyer, Michael [mailto:mklosterme...@riskexchange.com] Sent: Monday, July 02, 2012 5:41 PM To: solr-user@lucene.apache.org Subject: D