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
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
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
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