Re: Hierarchical xml

2009-12-02 Thread Sascha Szott
Pooja, have a look at Solr's DataImportHandler. XPathEntityProcessor [1] should suit your needs. Best, Sascha [1] http://wiki.apache.org/solr/DataImportHandler#XPathEntityProcessor Pooja Verlani schrieb: Hi, I want to index an xml like following: officer nameJohn/name

Re: Hierarchical xml

2009-12-02 Thread Age Jan Kuperus
Pooja Verlani wrote: Hi, I want to index an xml like following: officer nameJohn/name dob1979-29-17T28:14:48Z/dob collegeGroup college nameABC College/name year1998/year /college college namePQRS College/name

Hierarchical xml

2009-12-01 Thread Pooja Verlani
Hi, I want to index an xml like following: officer nameJohn/name dob1979-29-17T28:14:48Z/dob collegeGroup college nameABC College/name year1998/year /college college namePQRS College/name year2001/year