Closed (fixed)
Project:
Solr
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2007 at 12:43 UTC
Updated:
23 Oct 2007 at 12:51 UTC
The $data is getting one extra <add> tag when posting.
| Comment | File | Size | Author |
|---|---|---|---|
| solr.patch | 710 bytes | robertdouglass |
Comments
Comment #1
hickory commentedIt's actaully a mistake in the example function: as Solr now adds a batch of 10 documents at a time to Solr, wrapped in one outer %lt;add> the XML block returned from the node type-handling module shouldn't have this wrapper. Corrected in the readme.txt.
Comment #2
(not verified) commented