Extra <add> in posting
robertDouglass - October 6, 2007 - 12:43
| Project: | Solr |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The $data is getting one extra <add> tag when posting.
| Attachment | Size |
|---|---|
| solr.patch | 710 bytes |

#1
It'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.
#2