SOLRNET/SOLR Logging: Need to log specific information on whether a document is added or updated.
Posted
by user356125
on Stack Overflow
See other posts from Stack Overflow
or by user356125
Published on 2010-06-02T06:17:58Z
Indexed on
2010/06/02
6:23 UTC
Read the original article
Hit count: 390
Hi guys,
I am having a big problem trying to find a logging option for our SOLR integration.
Recently I have started using SOLRNET to add documents from the database in batches as previously we were just renewing the entire index every morning. So far this solution is working very well and is exactly what we wanted.
However, I am in need of a solution that will log every document being added and can also differentiate between an "add" or an "update". It seems posting to solr handles it in a way where "if the document exists, overwrite it; If not then add" but in the catalina logfile this operations looks identical no matter what the scenario.
My question is; Are there any logging solutions out there that can accomplish this, the current default logging options in solr that log to catalina are insufficient.
Many thanks for any help.
© Stack Overflow or respective owner