Re: Newbie wants to index XML content.

2011-03-25 Thread Erick Erickson
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

AW: Newbie wants to index XML content.

2011-03-25 Thread Martin Rödig
-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

Newbie wants to index XML content.

2011-03-24 Thread Marcelo Iturbe
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