Reindex in solr from date

cancel
Showing results for 
Search instead for 
Did you mean: 
Lfranco85
Customer

Reindex in solr from date

Hi everyone,

I know that it is possible to reindex one transaction with

http://localhost:8080/solr/admin/cores?action=REINDEX&txid=1

But is it possible to reindex from specific day? Something like

http://localhost:8080/solr/admin/cores?action=REINDEX&LastIndextxTime=1675206000

The value is Feb 1st 2023 in Unix Timestamp

Thanks