Github user dsmiley commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/501#discussion_r234495484
  
    --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java 
---
    @@ -96,12 +96,21 @@ public SolrInputDocument getSolrInputDocument() {
        * Any changes made to the returned Document will not be reflected in 
the SolrInputDocument, or future calls to this
        * method.
        * Note that the behavior of this is sensitive to {@link 
#isInPlaceUpdate()}.
    +   * @param withBlockId If true, then block id is forcibly added to the doc
        */
    -   public Document getLuceneDocument() {
    +   Document getLuceneDocument(boolean withBlockId) {
    --- End diff --
    
    can we call this addRootField ?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to