Hello, I have a list of xml files in a directory , I have to parse these xml using apache lucene and index it. Once indexing is done , I want to be able to search text inside xml files. How can I achieve this? I am able to search text files in a similar way, can someone help me with xml lucene search??
Regards, Karthik.