jag created SOLR-14490: -------------------------- Summary: DIH fails to create _nest_path_ fields Key: SOLR-14490 URL: https://issues.apache.org/jira/browse/SOLR-14490 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Components: contrib - DataImportHandler Affects Versions: 8.4 Reporter: jag
The issue may affect earlier versions as well. I've tried a dozen times using various "docs" and partial examples (there isn't a single clear example in the solr support docs) to get _nest_path_ working with DIH. My parent/child documents are indexed as expected and using the DIH debugger I am able to see the child entities get mapped underneath a _childDocuments_ property. However when i go to query the documents I am unable to retrieve child documents nested under the parent. I've tried using various forms of '[child]' and '[child childFilter=\{filters}]'. No documents are returned when trying to query on the _nest_path_ field itself via q=_nest_path_:* -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org