Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/410#discussion_r197869098
--- Diff: solr/core/src/java/org/apache/solr/schema/IndexSchema.java ---
@@ -104,9 +104,12 @@
public static final String FIELD_TYPE = "fieldType";
public static final String FIELD_TYPES = FIELD_TYPE + "s";
public static final String INTERNAL_POLY_FIELD_PREFIX = "*" +
FieldType.POLY_FIELD_SEPARATOR;
+ public static final String LEVEL_FIELD_NAME = "_nestLevel_";
--- End diff --
I think these should nest ones should start with "NEST_"
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]