Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/385#discussion_r192622147
--- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java
---
@@ -270,4 +275,8 @@ public String toString() {
public boolean isInPlaceUpdate() {
return (prevVersion >= 0);
}
+
+ public boolean hasUpdateTerm() {
--- End diff --
ehh; this method isn't helpful as it's just a simple field value (not
something expensive to figure out)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]