Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Solr ought to have the ability to index deeply nested objects, while storing the original document hierarchy.
Currently the client has to index the child document's full path and level to manually reconstruct the original document structure, since the children are flattened and returned in the reserved "_childDocuments_" key.
Ideally you could index a nested document, having Solr transparently add the required fields while providing a document transformer to rebuild the original document's hierarchy.
This issue is an umbrella issue for the particular tasks that will make it all happen – either subtasks or issue linking.
Attachments
Issue Links
1.
|
Return matching child documents' descendant documents using ChildDocTransformer |
|
Open | Unassigned |
2.
|
XML Loader: support parsing of atomic updates for labelled child documents |
|
Open | Unassigned |
3.
|
ChildDocTransformer should have sort and start param |
|
Open | Unassigned |
4.
|
Should Child Doc Ids be unique? |
|
Open | Unassigned |
5.
|
Introduce new nest path query parser |
|
Open | Unassigned |
6.
|
Make child/parent query parsers natively aware of _nest_path_ |
|
Open | Unassigned |