Hi All,

I would like to know if anybody has done deeply nested searches.
I am currently sitting with the use case below:
Successfully Indexed Document:

Level1_Doc

Ø  ID

Ø  DocType

Ø  Level2_Doc

Ø  ID

Ø  DocType

Ø  Level3_Doc

Ø  ID

Ø  DocType

Ø  Level4_Doc

Ø  ID

Ø  DocType


What is the best approach to get the search result with the same structure?
Having a child structure seems quite easy for searching and retrieving a
nested structure using BJQ and ChildEntityProcessor, however, things seem
to get trickier once you go grandchild and beyond

Reply via email to