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
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
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