[jira] Created: (SOLR-1266) WordDelimiterFilter: option to disable english possessive stemming

View: New views
6 Messages — Rating Filter:   Alert me  

[jira] Created: (SOLR-1266) WordDelimiterFilter: option to disable english possessive stemming

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

WordDelimiterFilter: option to disable english possessive stemming
------------------------------------------------------------------

                 Key: SOLR-1266
                 URL: https://issues.apache.org/jira/browse/SOLR-1266
             Project: Solr
          Issue Type: Improvement
          Components: Analysis
            Reporter: Robert Muir
            Priority: Minor


WordDelimiterFilter documents that it removes "'s" from subwords but does not provide an option to disable this.
I would like to have an option to control this, so that in some cases (such as non-english), I can disable this behavior to treat single quote in all contexts like any other delimiter.


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


[jira] Updated: (SOLR-1266) WordDelimiterFilter: option to disable english possessive stemming

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Robert Muir updated SOLR-1266:
------------------------------

    Attachment: SOLR-1266.txt

patch that adds option, defaulting is existing behavior (true)

> WordDelimiterFilter: option to disable english possessive stemming
> ------------------------------------------------------------------
>
>                 Key: SOLR-1266
>                 URL: https://issues.apache.org/jira/browse/SOLR-1266
>             Project: Solr
>          Issue Type: Improvement
>          Components: Analysis
>            Reporter: Robert Muir
>            Priority: Minor
>         Attachments: SOLR-1266.txt
>
>
> WordDelimiterFilter documents that it removes "'s" from subwords but does not provide an option to disable this.
> I would like to have an option to control this, so that in some cases (such as non-english), I can disable this behavior to treat single quote in all contexts like any other delimiter.

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


[jira] Commented: (SOLR-1266) WordDelimiterFilter: option to disable english possessive stemming

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/SOLR-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729391#action_12729391 ]

Yonik Seeley commented on SOLR-1266:
------------------------------------

Seems reasonable, I plan on committing shortly.

> WordDelimiterFilter: option to disable english possessive stemming
> ------------------------------------------------------------------
>
>                 Key: SOLR-1266
>                 URL: https://issues.apache.org/jira/browse/SOLR-1266
>             Project: Solr
>          Issue Type: Improvement
>          Components: Analysis
>            Reporter: Robert Muir
>            Priority: Minor
>         Attachments: SOLR-1266.txt
>
>
> WordDelimiterFilter documents that it removes "'s" from subwords but does not provide an option to disable this.
> I would like to have an option to control this, so that in some cases (such as non-english), I can disable this behavior to treat single quote in all contexts like any other delimiter.

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


[jira] Commented: (SOLR-1266) WordDelimiterFilter: option to disable english possessive stemming

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/SOLR-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729450#action_12729450 ]

Robert Muir commented on SOLR-1266:
-----------------------------------

Yonik, thanks.

I wasn't sure about back-compat requirements (or when the current "non-deprecated" constructors were released if ever). I am using solr HEAD.

so, I apologize if the new compat constructors were unnecessary. let me know if this is the case and I will fix.


> WordDelimiterFilter: option to disable english possessive stemming
> ------------------------------------------------------------------
>
>                 Key: SOLR-1266
>                 URL: https://issues.apache.org/jira/browse/SOLR-1266
>             Project: Solr
>          Issue Type: Improvement
>          Components: Analysis
>            Reporter: Robert Muir
>            Priority: Minor
>         Attachments: SOLR-1266.txt
>
>
> WordDelimiterFilter documents that it removes "'s" from subwords but does not provide an option to disable this.
> I would like to have an option to control this, so that in some cases (such as non-english), I can disable this behavior to treat single quote in all contexts like any other delimiter.

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


[jira] Resolved: (SOLR-1266) WordDelimiterFilter: option to disable english possessive stemming

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Yonik Seeley resolved SOLR-1266.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Robert - back compatibility is always appreciated :-)
I just committed this.  Could you update the docs in the wiki?

> WordDelimiterFilter: option to disable english possessive stemming
> ------------------------------------------------------------------
>
>                 Key: SOLR-1266
>                 URL: https://issues.apache.org/jira/browse/SOLR-1266
>             Project: Solr
>          Issue Type: Improvement
>          Components: Analysis
>            Reporter: Robert Muir
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1266.txt
>
>
> WordDelimiterFilter documents that it removes "'s" from subwords but does not provide an option to disable this.
> I would like to have an option to control this, so that in some cases (such as non-english), I can disable this behavior to treat single quote in all contexts like any other delimiter.

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


[jira] Commented: (SOLR-1266) WordDelimiterFilter: option to disable english possessive stemming

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/SOLR-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729865#action_12729865 ]

Robert Muir commented on SOLR-1266:
-----------------------------------

Yonik, sure. I'll update AnalyzersTokenizersTokenFilters (looks like the right spot) as soon as I can!

> WordDelimiterFilter: option to disable english possessive stemming
> ------------------------------------------------------------------
>
>                 Key: SOLR-1266
>                 URL: https://issues.apache.org/jira/browse/SOLR-1266
>             Project: Solr
>          Issue Type: Improvement
>          Components: Analysis
>            Reporter: Robert Muir
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1266.txt
>
>
> WordDelimiterFilter documents that it removes "'s" from subwords but does not provide an option to disable this.
> I would like to have an option to control this, so that in some cases (such as non-english), I can disable this behavior to treat single quote in all contexts like any other delimiter.

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