Re: Search over XML data using xpath

2016-04-07 Thread Miguel Valencia Zurera
Thanks Alexandre I didn't knew theese projects, and they could be a solution to my problem. Thanks again. El 02/04/2016 a las 1:10, Alexandre Rafalovitch escribió: You may be interested in checking out: http://luxdb.org/ - seems to be still on Solr 4.x though http://siren.solutions/siren/overv

Re: Search over XML data using xpath

2016-04-01 Thread Alexandre Rafalovitch
You may be interested in checking out: http://luxdb.org/ - seems to be still on Solr 4.x though http://siren.solutions/siren/overview/ - I believe they indexed XML Regards, Alex. Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/ On 1 April 2016 at

Re: Search over XML data using xpath

2016-04-01 Thread Alessandro Benedetti
Let's try to make clarity in here : Lucene Query Syntax is not XPath. This means you can not search Lucene Documents as you do for xml nodes. You need to model your information according to the Lucene Document ( and children) structure. Then you can play with the Lucene Query language and the diff

Search over XML data using xpath

2016-04-01 Thread Miguel Valencia Zurera
Hi everybody I'm looking for the way to store XML file and keep on hierarchy of the data because I need show full xml and besides to search inside of nodes of xml. Only I have found XPathEntityProcessor for import xml but it does not keep on the hierarchy of the data. I have not found one ty