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

    https://github.com/apache/lucene-solr/pull/416#discussion_r204774918
  
    --- Diff: solr/core/src/test-files/solr/collection1/conf/schema15.xml ---
    @@ -567,7 +567,17 @@
       <field name="_root_" type="string" indexed="true" stored="true"/>
       <!-- required for NestedUpdateProcessor -->
       <field name="_nest_parent_" type="string" indexed="true" stored="true"/>
    -  <field name="_nest_path_" type="string" indexed="true" stored="true"/>
    +  <field name="_nest_path_" type="descendants_path" indexed="true" 
multiValued="false" docValues="true" stored="false" 
useDocValuesAsStored="true"/>
    --- End diff --
    
    Sure thing, will fix ASAP


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to