DIH status: successful zero-document delta-import missing "" field
------------------------------------------------------------------
Key: SOLR-2729
URL: https://issues.apache.org/jira/browse/SOLR-2729
Project: Solr
Issue Type: Bug
Components: contrib - DataImportHandler
Affects Versions: 3.2
Environment: Linux idxst0-a 2.6.18-238.12.1.el5.centos.plusxen #1 SMP
Wed Jun 1 11:57:54 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
Reporter: Shawn Heisey
Priority: Minor
Fix For: 3.4, 4.0
If you have a successful delta-import that happens to process zero documents,
the <str name=""> field is not present in the status. I've run into this
situation when the SQL query results in an empty set. A workaround for the
problem is to instead look for the "Time taken " field ... but if you don't
happen to notice that this field has an extraneous space in the name, that
won't work either.
A full-import that processes zero documents has the field present as expected:
<str name="">Indexing completed. Added/Updated: 0 documents. Deleted 0
documents.</str>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]