Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/416#discussion_r204769700
--- 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 --
I think useDocValuesAsStored=false. This is internal and shouldn't be
returned when someone does `fl=*`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]