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

    https://github.com/apache/lucene-solr/pull/416#discussion_r211259141
  
    --- Diff: solr/core/src/test-files/solr/collection1/conf/schema-nest.xml ---
    @@ -20,6 +20,9 @@
     <schema name="nested-docs" version="1.6">
     
       <field name="id" type="string" indexed="true" stored="true" 
multiValued="false" required="true"/>
    +  <field name="idInt" type="int" indexed="true" multiValued="false" 
docValues="true" stored="false" useDocValuesAsStored="false" />
    --- End diff --
    
    minor: rename to `id_i` to follow typical naming conventions


---

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

Reply via email to