Re: DataImportHandler problem - reading XML from a file

2010-01-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
It clear that the xpaths provided won't fetch anything. because there is no data in those paths. what do you really wish to be indexed ? On Sun, Jan 31, 2010 at 10:30 AM, Lance Norskog goks...@gmail.com wrote: This DataImportHandler script does not find any documents in this HTML file. The

Re: DataImportHandler problem - reading XML from a file

2010-01-31 Thread Lance Norskog
I would like to create a text string from the complete node tree, expressed in XML. So, /html/body would supply a string which starts: 'div id=header'. This this possible? In general, I'm attempting to take the HTML body node, and index it as a text string. Then, I can fetch that text body and

DataImportHandler problem - reading XML from a file

2010-01-30 Thread Lance Norskog
This DataImportHandler script does not find any documents in this HTML file. The DIH definitely opens the file, but the either the xpathprocessor gets no data or it does not recognize the xpaths described. Any hints? (I'm using Solr 1.5-dev, sometime recent.) Thanks! Lance