Hi Team,

We are using Lucene Java library in our organization to store JSON files data 
into to Lucene indexes.

Our JSON file are structured in below format.


  1.  Testcase has several Testcase steps
  2.  Testcase has several Tasks
  3.  Tasks has task step
  4.  Task step has Actions and objects

Testcase
TCSteps
               - Actions
               - Objects
TASK
                TaskSteps
                                - Actions
                                - Objects


How should I store this tree like data where I can get any parent document or 
child document using Lucene query

for eg: I want to get all the Testcases in which particular action is mapped.

Thanks & Regards
Amol A. Suryawanshi

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

Reply via email to