Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/416#discussion_r209862802
--- 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="false"/>
+ <fieldType name="descendants_path" class="solr.SortableTextField">
+ <analyzer type="index">
+ <charFilter class="solr.PatternReplaceCharFilterFactory"
pattern="(^.*.*$)" replacement="$0/"/>
--- End diff --
Sure thing
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]