Norconex / committer-solr

Solr implementation of Norconex Committer. Should also work with any Solr-based products, such as LucidWorks.
https://opensource.norconex.com/committers/solr/
Apache License 2.0
3 stars 5 forks source link

Update Documents #12

Closed angelo337 closed 6 years ago

angelo337 commented 6 years ago

hi there: I have a question please, is it possible to update a document that is on solr index but not delete all current information that is store in there? I mean, i have around 8K URL but just some change 1 field or 2 and I would like to update just that fields and keep all current information indexed, is it possible? thanks a lot

essiembre commented 6 years ago

If your schema supports it, Solr supports partial document updates. Have a look here: https://lucene.apache.org/solr/guide/6_6/updating-parts-of-documents.html

angelo337 commented 6 years ago

thanks a lot that's what I am looking for