You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Carl Roberts <ca...@gmail.com> on 2015/01/28 15:09:31 UTC

What is the best way to update an index?

Hi,

What is the best way to update an index with new data or records? Via 
this command:

curl 
"http://127.0.0.1:8983/solr/nvd-rss/dataimport?command=full-import&clean=false&synchronous=true&entity=cve-2002"

or this command:

curl 
"http://127.0.0.1:8983/solr/nvd-rss/dataimport?command=delta-import&synchronous=true&entity=cve-2002"


Thanks,

Joe