You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-dev@incubator.apache.org by "Bertil Chapuis (JIRA)" <ji...@apache.org> on 2009/09/09 08:27:57 UTC

[jira] Created: (DROIDS-62) Customizable solr handler

Customizable solr handler
-------------------------

                 Key: DROIDS-62
                 URL: https://issues.apache.org/jira/browse/DROIDS-62
             Project: Droids
          Issue Type: Improvement
            Reporter: Bertil Chapuis


In some use cases it could be useful to have a handler which allows to select parts of the document's content by specifying path selectors. 

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


[jira] Closed: (DROIDS-62) Customizable solr handler

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

Thorsten Scherler closed DROIDS-62.
-----------------------------------

    Resolution: Fixed

> Customizable solr handler
> -------------------------
>
>                 Key: DROIDS-62
>                 URL: https://issues.apache.org/jira/browse/DROIDS-62
>             Project: Droids
>          Issue Type: Improvement
>            Reporter: Bertil Chapuis
>         Attachments: CustomizableSolrHandler.diff
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> In some use cases it could be useful to have a handler which allows to select parts of the document's content by specifying path selectors. 

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


[jira] Commented: (DROIDS-62) Customizable solr handler

Posted by "Thorsten Scherler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DROIDS-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753582#action_12753582 ] 

Thorsten Scherler commented on DROIDS-62:
-----------------------------------------

Ok, I just tested the patch and had a small problem with a missing dependency. You are using nekoHtml but the droids-solr does not have a dependency on it.

I will fix that and apply the patch. Thanks Bertil for your contribution.

Committed revision 813386

> Customizable solr handler
> -------------------------
>
>                 Key: DROIDS-62
>                 URL: https://issues.apache.org/jira/browse/DROIDS-62
>             Project: Droids
>          Issue Type: Improvement
>            Reporter: Bertil Chapuis
>         Attachments: CustomizableSolrHandler.diff
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> In some use cases it could be useful to have a handler which allows to select parts of the document's content by specifying path selectors. 

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


[jira] Updated: (DROIDS-62) Customizable solr handler

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

Bertil Chapuis updated DROIDS-62:
---------------------------------

    Attachment: CustomizableSolrHandler.diff

This implementation supports basic element's path (/html[0]/body[0]/div[1]). The selector's key corresponds to the solr field. Basic examples are available in the unit tests. I didn't made lots of tests on this code but I'm interested in feedbacks before going further.

Best regards,

Bertil

> Customizable solr handler
> -------------------------
>
>                 Key: DROIDS-62
>                 URL: https://issues.apache.org/jira/browse/DROIDS-62
>             Project: Droids
>          Issue Type: Improvement
>            Reporter: Bertil Chapuis
>         Attachments: CustomizableSolrHandler.diff
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> In some use cases it could be useful to have a handler which allows to select parts of the document's content by specifying path selectors. 

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