You don't need a Lucene Parser (They don't exist). In stead use a Java
Parser (such as dom4j). I personally prefer DOM. It allows XPATH to extract
exactly what you need. SAX is an alternative to DOM. SAX isn't however
recommended by the W3C and lacks many of the extraction methods available
in DOM.

See http://www.evertwagenaar.com/index.php/2017/02/04/parsers-dom-or-sax/
for more.


Op di 28 mrt. 2017 om 15:27 schreef Karthikeyan P <karthivis...@gmail.com>

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.

-- 
Sent from Gmail IPad

Reply via email to