On Saturday 10 March 2007 21:39, Bertrand Delacretaz wrote: > On 3/10/07, Morten Fangel <[EMAIL PROTECTED]> wrote: > > ...I send a document like the following: > > > > --- > > <?xml version="1.0" encoding="UTF-8"?>... > > I assume you're using your own code to "send" the document? Indeed. Solr will be integrated (almost) transparently into my framework.. ;)
It'll work pretty much like the act_as_solr RoR implementation, if I'm not totally mistaken about that particular implementation.. > > Currently you need to include a "Content-type: text/xml; > charset=UTF-8" header in your HTTP POST request, and (as you're doing) > the XML needs to be encoded in UTF-8. Super. Indeed that fixed it, yes... -fangel