Details
Description
I am trying in place update , for first doc the whole document is getting indexed. so in place update is not working for first time. After that it works for remaining docs. I am using solrj for inplace update.
First Doc For in place update
2017-08-24 21:59:14,603 DEBUG org.apache.solr.update.DirectUpdateHandler2 ? updateDocument(add{version=1576617435037958144,id=US9668251B2})
After First In place update
2017-08-24 22:01:33,109 DEBUG org.apache.solr.update.DirectUpdateHandler2 ? updateDocValues(add{version=1576617580281462784,id=US2014029560A1})
Attachments
Issue Links
- breaks
-
SOLR-11677 Add ability to "enforce" in-place updates
- Open
- relates to
-
SOLR-12368 in-place DV updates should no longer have to jump through hoops if field does not yet exist
- Resolved