Check if solr is finished with indexing in java

cancel
Showing results for 
Search instead for 
Did you mean: 
kaffi
Partner

Check if solr is finished with indexing in java

Hi guys!

I have to write a deletionTool for Alfresco with CMIS. After the deletion of the files, I need to know when Solr is finished with indexing.

Is there cmis query or a REST service which I can use for that?

Best regards

Kaffi

1 Reply
cesarista
Customer

Re: Check if solr is finished with indexing in java

Hi:

Maybe you can check directly this information from SOLR summary report. In addition, if you are using Enterprise Edition you have available this info via JMX too. 

- How to track SOLR indexation process in Alfresco - zylk 

Regards.

--C.