Solr Query Log - Need SQL Results

We use the 1.4.1 Dataimport handler to create our solr index. When the record in the table is updated (where the DIH queries are), we call DIH with a query that updates this solr record with new values. Currently, the problem is that sometimes the solr records are not updated, but we see in the logs that the solr request was called when the record was updated on the database side. In any case, we can enable solr to show us the following material on magazines:

  • Show SQL query executed
  • The results obtained (both the score and individual records).

Tried debugQuery = true, but that does not give us the No.2 (above) we are looking for.

Any help would be greatly appreciated.

Thank you

+5
source share
1
+1

All Articles