Solr does not index random XML documents, (but see Martin's comments
about DIH). Solr will index XML documents that have a specific format,
however. The general form is:
value to index
value for this field
So you can either try DIH or parse the raw XML yourself and
-user@lucene.apache.org
Betreff: Newbie wants to index XML content.
Hello,
I've been reading up on how to index XML content but have a few questions.
How is data in element attributes handled or defined? How are nested elements
handled?
In the following XML structure, I want to index the co
Hello,
I've been reading up on how to index XML content but have a few questions.
How is data in element attributes handled or defined? How are nested
elements handled?
In the following XML structure, I want to index the content of what is
between the tags.
In one XML document, there can be up t