I have a need for updateable documents and starting to tinker with
SOLR-139, but having issues with the latest patches applying:
$ curl https://issues.apache.org/jira/secure/attachment/12362787/
getStoredFields.patch | patch -p0 --dry-run
% Total % Received % Xferd Average Speed Time Time
Time Current
Dload Upload Total Spent
Left Speed
100 25385 100 25385 0 0 29876 0 --:--:-- --:--:--
--:--:-- 91312
patching file src/test/org/apache/solr/update/TestUpdateStress.java
patching file src/java/org/apache/solr/update/UpdateHandler.java
patching file src/java/org/apache/solr/update/DirectUpdateHandler.java
patching file src/java/org/apache/solr/update/DirectUpdateHandler2.java
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
15 out of 15 hunks ignored -- saving rejects to file src/java/org/
apache/solr/update/DirectUpdateHandler2.java.rej
What's the step-by-step way to get these patches applied successfully
to trunk?
Thanks,
Erik