You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Thomas Peuss (JIRA)" <ji...@apache.org> on 2007/10/02 15:32:55 UTC

[jira] Created: (SOLR-370) Add a STX stream transform update handler

Add a STX stream transform update handler
-----------------------------------------

                 Key: SOLR-370
                 URL: https://issues.apache.org/jira/browse/SOLR-370
             Project: Solr
          Issue Type: New Feature
          Components: update
    Affects Versions: 1.3
            Reporter: Thomas Peuss
            Priority: Minor
         Attachments: StxUpdateRequestHandler.patch

Here is a patch that adds a STX stream transform update handler. This allows to feed custom XML formats to Solr. It is based on the STX transformation engine Joost (http://joost.sourceforge.net/).

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


[jira] Commented: (SOLR-370) Add a STX stream transform update handler

Posted by "Thomas Peuss (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531798 ] 

Thomas Peuss commented on SOLR-370:
-----------------------------------

BTW: this is of course related to SOLR-285.

> Add a STX stream transform update handler
> -----------------------------------------
>
>                 Key: SOLR-370
>                 URL: https://issues.apache.org/jira/browse/SOLR-370
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>    Affects Versions: 1.3
>            Reporter: Thomas Peuss
>            Priority: Minor
>         Attachments: example-stx.zip, joost-20070718-bin.zip, StxUpdateRequestHandler.patch
>
>
> Here is a patch that adds a STX stream transform update handler. This allows to feed custom XML formats to Solr. It is based on the STX transformation engine Joost (http://joost.sourceforge.net/).

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


[jira] Updated: (SOLR-370) Add a STX stream transform update handler

Posted by "Thomas Peuss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Peuss updated SOLR-370:
------------------------------

    Attachment: StxUpdateRequestHandler.patch

Some minor fixes (I was using a deprecated class) and some extra logging.

> Add a STX stream transform update handler
> -----------------------------------------
>
>                 Key: SOLR-370
>                 URL: https://issues.apache.org/jira/browse/SOLR-370
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>    Affects Versions: 1.3
>            Reporter: Thomas Peuss
>            Priority: Minor
>         Attachments: example-stx.zip, joost-20070718-bin.zip, StxUpdateRequestHandler.patch, StxUpdateRequestHandler.patch
>
>
> Here is a patch that adds a STX stream transform update handler. This allows to feed custom XML formats to Solr. It is based on the STX transformation engine Joost (http://joost.sourceforge.net/).

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


[jira] Updated: (SOLR-370) Add a STX stream transform update handler

Posted by "Thomas Peuss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Peuss updated SOLR-370:
------------------------------

    Attachment: StxUpdateRequestHandler.patch

A patch for review of the idea...

> Add a STX stream transform update handler
> -----------------------------------------
>
>                 Key: SOLR-370
>                 URL: https://issues.apache.org/jira/browse/SOLR-370
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>    Affects Versions: 1.3
>            Reporter: Thomas Peuss
>            Priority: Minor
>         Attachments: StxUpdateRequestHandler.patch
>
>
> Here is a patch that adds a STX stream transform update handler. This allows to feed custom XML formats to Solr. It is based on the STX transformation engine Joost (http://joost.sourceforge.net/).

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


[jira] Updated: (SOLR-370) Add a STX stream transform update handler

Posted by "Thomas Peuss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Peuss updated SOLR-370:
------------------------------

    Attachment: joost-20070718-bin.zip

The joost library binary distribution. Put joost.jar in Solr's lib directory before building...

> Add a STX stream transform update handler
> -----------------------------------------
>
>                 Key: SOLR-370
>                 URL: https://issues.apache.org/jira/browse/SOLR-370
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>    Affects Versions: 1.3
>            Reporter: Thomas Peuss
>            Priority: Minor
>         Attachments: joost-20070718-bin.zip, StxUpdateRequestHandler.patch
>
>
> Here is a patch that adds a STX stream transform update handler. This allows to feed custom XML formats to Solr. It is based on the STX transformation engine Joost (http://joost.sourceforge.net/).

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


[jira] Updated: (SOLR-370) Add a STX stream transform update handler

Posted by "Thomas Peuss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Peuss updated SOLR-370:
------------------------------

    Attachment: StxUpdateRequestHandler.patch

* Added a unit test
* Thread handling more robust: If the consumer thread dies the producing thread is interrupted as well now

> Add a STX stream transform update handler
> -----------------------------------------
>
>                 Key: SOLR-370
>                 URL: https://issues.apache.org/jira/browse/SOLR-370
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>    Affects Versions: 1.3
>            Reporter: Thomas Peuss
>            Priority: Minor
>         Attachments: example-stx.zip, joost-20070718-bin.zip, StxUpdateRequestHandler.patch, StxUpdateRequestHandler.patch, StxUpdateRequestHandler.patch
>
>
> Here is a patch that adds a STX stream transform update handler. This allows to feed custom XML formats to Solr. It is based on the STX transformation engine Joost (http://joost.sourceforge.net/).

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


[jira] Updated: (SOLR-370) Add a STX stream transform update handler

Posted by "Thomas Peuss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Peuss updated SOLR-370:
------------------------------

    Attachment: example-stx.zip

An example file and example STX stylesheet.

> Add a STX stream transform update handler
> -----------------------------------------
>
>                 Key: SOLR-370
>                 URL: https://issues.apache.org/jira/browse/SOLR-370
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>    Affects Versions: 1.3
>            Reporter: Thomas Peuss
>            Priority: Minor
>         Attachments: example-stx.zip, joost-20070718-bin.zip, StxUpdateRequestHandler.patch
>
>
> Here is a patch that adds a STX stream transform update handler. This allows to feed custom XML formats to Solr. It is based on the STX transformation engine Joost (http://joost.sourceforge.net/).

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