RE: loading XML docbook files into solr

2011-02-26 Thread Derek Werthmuller
Thank you this clearifies a lot. -Original Message- From: Gora Mohanty [mailto:g...@mimirtech.com] Sent: Saturday, February 26, 2011 11:49 AM To: solr-user@lucene.apache.org Subject: Re: loading XML docbook files into solr On Sat, Feb 26, 2011 at 9:10 PM, Derek Werthmuller wrote

Re: loading XML docbook files into solr

2011-02-26 Thread Sujit Pal
Hi Derek, The XML files you post to Solr needs to be in the correct Solr specific XML format. One way to "preserve" the original structure would be to "flatten" the document into field names indicating the position of the text, for example: book_titleabbrev: Advancing Return on Investment Analys

Re: loading XML docbook files into solr

2011-02-26 Thread Gora Mohanty
On Sat, Feb 26, 2011 at 9:10 PM, Derek Werthmuller wrote: > I've been working on this for a while an seem to hit a wall.  The error > messages aren't complete enought to give guidance why importing a sample > docbook document > into solr is not working. > I'm using the curl tool to post the xml fi

loading XML docbook files into solr

2011-02-26 Thread Derek Werthmuller
I've been working on this for a while an seem to hit a wall. The error messages aren't complete enought to give guidance why importing a sample docbook document into solr is not working. I'm using the curl tool to post the xml file and receive a non error message but the document count doesn't inc