So I'm trying to update a single entity in my index using DataImportHandler.

http://solr:8983/solr/dataimport?command=full-import&entity=games

It ends near-instantaneously without hitting the database at all, apparently.

Status shows:

<str name="Total Requests made to DataSource">0</str>
<str name="Total Rows Fetched">0</str>
<str name="Total Documents Processed">0</str>
<str name="Total Documents Skipped">0</str>
<str name="">
Indexing completed. Added/Updated: 0 documents. Deleted 0 documents.
</str>
<str name="Committed">2011-02-02 16:24:13</str>
<str name="Optimized">2011-02-02 16:24:13</str>
<str name="Time taken ">0:0:0.20</str>

The query isn't that extreme.  It returns 8771 rows in about 3 seconds.

How can I debug this?

Reply via email to