Re: Index xml files with variable structure stored in tree hierarchy

2011-03-04 Thread Walter Underwood
This is very difficult to do with Solr, since it does not support hierarchial data directly. I would recommend a database that handles XML natively. You can try eXist (open source) or MarkLogic (commercial, I work there). wunder Walter Underwood Lead Engineer, MarkLogic On Mar 4, 2011, at 10:2

Index xml files with variable structure stored in tree hierarchy

2011-03-04 Thread Andriy Kurochenko
Hello, I need to index plenty of xml files in tree directory structure with preservation of elements names, elements attributes and values. So i can for example search for occurrence of value of element or presence of element with given name whose attribute with given name has given value. I also