Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/385#discussion_r192000457
--- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java
---
@@ -146,17 +146,14 @@ public String getPrintableId() {
return "(null)";
}
- /**
- * @return String id to hash
- */
- public String getHashableId() {
+ public String getHashableId(SolrInputDocument doc) {
--- End diff --
I changed it for something else that was scraped.
I'll revert the changes
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]