Hi, I'm wondering if theres a way to change a single field of a document
without re-indexing every field.  I'd like to do something like this:

<add><doc><field name="id">1</field><field
name="field1">val1</field></doc></add>

Then later:

<add><doc><field name="id">1</field><field
name="field2">val2</field></doc></add>

After the second statement, the document is overwritten, so the value of
field1 is lost.  Is there a way I can do something like this so that
documents are only updated, as opposed to overwritten? I've looked through
the docs but couldn't find anything.

Thanks, 
- Galen Pahlke 
-- 
View this message in context: 
http://www.nabble.com/Update-a-field-without-reindexing-the-entire-document--tp16287718p16287718.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to