You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Bertil Chapuis (JIRA)" <ji...@apache.org> on 2009/10/07 12:25:31 UTC

[jira] Updated: (COCOON3-43) Provide a Consumer that interacts with solr

     [ https://issues.apache.org/jira/browse/COCOON3-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertil Chapuis updated COCOON3-43:
----------------------------------

    Attachment: SolrConsumer.patch

The patch contains the SolrConsumer and its unit tests. Thank you to Thorsten Scherler for his comments, feedbacks and changes.

> Provide a Consumer that interacts with solr
> -------------------------------------------
>
>                 Key: COCOON3-43
>                 URL: https://issues.apache.org/jira/browse/COCOON3-43
>             Project: Cocoon 3
>          Issue Type: New Feature
>          Components: cocoon-sax
>            Reporter: Bertil Chapuis
>            Assignee: Cocoon Developers Team
>         Attachments: SolrConsumer.patch
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.