Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In solr, the org.apache.solr.handler.XMLLoader class allows to save xml documents in a solr index. In the same way, cocoon could provides a SAXConsumer that lets save documents in a solr index.
The input document should respect a structure as this one:
<docs>
<doc>
<field name="..." boost="...">...</field>
</doc>
...
</docs>
The input document should respect a structure as this one:
<docs>
<doc>
<field name="..." boost="...">...</field>
</doc>
...
</docs>