Customized Indexing date specific

We have a huge database of more than 10 years. How can I index just some of
the records - say for last 30 days. One of the fields in the database is
*date_upload* which contains the date when the record was uploaded.

Currently using Cron to index -
curl -q
http://loaclhost:8983/solr/newsdata/dataimport?command=full-import&clean=true&commit=true
>/dev/null 2>&1

Reply via email to