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

    https://github.com/apache/lucene-solr/pull/410#discussion_r200230779
  
    --- Diff: solr/core/src/java/org/apache/solr/schema/IndexSchema.java ---
    @@ -107,6 +107,8 @@
       public static final String LUCENE_MATCH_VERSION_PARAM = 
"luceneMatchVersion";
       public static final String MAX_CHARS = "maxChars";
       public static final String NAME = "name";
    +  public static final String PARENT_FIELD_NAME = "_NEST_PARENT_";
    --- End diff --
    
    In one of my earliest review comments I suggested renaming both constants 
to start with `_NEST_` so that they are more clearly grouped together in their 
purpose.  WDYT?


---

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

Reply via email to