[jira] [Commented] (LUCENE-10312) Add PersianStemmer

2022-05-20 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17540341#comment-17540341
 ] 

ASF subversion and git services commented on LUCENE-10312:
--

Commit 71a9acb2e2aa55257021eefce1e5d8d390bc7048 in lucene's branch 
refs/heads/main from Tomoko Uchida
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=71a9acb2e2a ]

LUCENE-10312: MIGRATE entry and small follow-ups (#908)



> Add PersianStemmer
> --
>
> Key: LUCENE-10312
> URL: https://issues.apache.org/jira/browse/LUCENE-10312
> Project: Lucene - Core
>  Issue Type: Wish
>  Components: modules/analysis
>Affects Versions: 9.0
>Reporter: Ramin Alirezaee
>Priority: Major
> Fix For: 10.0 (main), 9.2
>
> Attachments: image.png
>
>  Time Spent: 10h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (LUCENE-10312) Add PersianStemmer

2022-05-19 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539528#comment-17539528
 ] 

ASF subversion and git services commented on LUCENE-10312:
--

Commit ba8c3a806ada3d7b3c34d408e449a92376a8481b in lucene's branch 
refs/heads/branch_9_2 from Tomoko Uchida
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=ba8c3a806ad ]

LUCENE-10312: Revert changes in PersianAnalyzer from 9x (#904)



> Add PersianStemmer
> --
>
> Key: LUCENE-10312
> URL: https://issues.apache.org/jira/browse/LUCENE-10312
> Project: Lucene - Core
>  Issue Type: Wish
>  Components: modules/analysis
>Affects Versions: 9.0
>Reporter: Ramin Alirezaee
>Priority: Major
> Fix For: 10.0 (main), 9.2
>
> Attachments: image.png
>
>  Time Spent: 10h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (LUCENE-10312) Add PersianStemmer

2022-05-19 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539526#comment-17539526
 ] 

ASF subversion and git services commented on LUCENE-10312:
--

Commit 212fd3a74829268800e39623df1adcfbaf93f8e8 in lucene's branch 
refs/heads/branch_9x from Tomoko Uchida
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=212fd3a7482 ]

LUCENE-10312: Revert changes in PersianAnalyzer from 9x (#904)



> Add PersianStemmer
> --
>
> Key: LUCENE-10312
> URL: https://issues.apache.org/jira/browse/LUCENE-10312
> Project: Lucene - Core
>  Issue Type: Wish
>  Components: modules/analysis
>Affects Versions: 9.0
>Reporter: Ramin Alirezaee
>Priority: Major
> Fix For: 10.0 (main), 9.2
>
> Attachments: image.png
>
>  Time Spent: 9h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (LUCENE-10312) Add PersianStemmer

2022-05-19 Thread Robert Muir (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539517#comment-17539517
 ] 

Robert Muir commented on LUCENE-10312:
--

There need not be backwards compatibility issues: Just add the stemmer to 
PersianAnalyzer in 10.x only. That's what major releases are for.

You can add to MIGRATE.txt, if you really want, how to build a CustomAnalyzer 
that looks like the old one, for people that are stuck in the past.

Please, do not add crazy configuration options like this.

> Add PersianStemmer
> --
>
> Key: LUCENE-10312
> URL: https://issues.apache.org/jira/browse/LUCENE-10312
> Project: Lucene - Core
>  Issue Type: Wish
>  Components: modules/analysis
>Affects Versions: 9.0
>Reporter: Ramin Alirezaee
>Priority: Major
> Fix For: 10.0 (main), 9.2
>
> Attachments: image.png
>
>  Time Spent: 8h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (LUCENE-10312) Add PersianStemmer

2022-05-19 Thread Alan Woodward (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539468#comment-17539468
 ] 

Alan Woodward commented on LUCENE-10312:


No problem [~tomoko] - I think we can add a simple boolean parameter to 
PersianAnalyzer to configure stemming.  It would be a shame to just drop this 
out of 9.2 entirely as it's a nice addition to our analysis module.  I'll raise 
a PR to add configurability.

> Add PersianStemmer
> --
>
> Key: LUCENE-10312
> URL: https://issues.apache.org/jira/browse/LUCENE-10312
> Project: Lucene - Core
>  Issue Type: Wish
>  Components: modules/analysis
>Affects Versions: 9.0
>Reporter: Ramin Alirezaee
>Priority: Major
> Fix For: 10.0 (main), 9.2
>
> Attachments: image.png
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (LUCENE-10312) Add PersianStemmer

2022-05-18 Thread Tomoko Uchida (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539169#comment-17539169
 ] 

Tomoko Uchida commented on LUCENE-10312:


[~romseygeek] thanks for noticing this! I was careless when backporting.
We could make {{PersianAnalyzer}} configurable so that users can opt in the new 
stemmer though, I simply reverted the changes to the Analyzer from 9x branch 
(I'd assume users who have the knowledge to configure the off-the-shelf 
Analyzers can also easily create custom analyzers on their own).
https://github.com/apache/lucene/pull/904

Would you please review it?

> Add PersianStemmer
> --
>
> Key: LUCENE-10312
> URL: https://issues.apache.org/jira/browse/LUCENE-10312
> Project: Lucene - Core
>  Issue Type: Wish
>  Components: modules/analysis
>Affects Versions: 9.0
>Reporter: Ramin Alirezaee
>Priority: Major
> Fix For: 10.0 (main), 9.2
>
> Attachments: image.png
>
>  Time Spent: 7h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (LUCENE-10312) Add PersianStemmer

2022-05-18 Thread Alan Woodward (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539092#comment-17539092
 ] 

Alan Woodward commented on LUCENE-10312:


Hi, it looks like this adds the new PersianStemmer to all PersianAnalyzer 
instances, but that will cause compatibility issues as somebody who indexed 
using a PersianAnalyzer in 9.1 may find that they don't get hits any more when 
searching using 9.2 because the results of their analysis chain would be 
different.  I think we need to add stemming as a configuration option that is 
disabled by default, so that you can opt in to the new stemmer but we don't 
break backwards compatibility.

> Add PersianStemmer
> --
>
> Key: LUCENE-10312
> URL: https://issues.apache.org/jira/browse/LUCENE-10312
> Project: Lucene - Core
>  Issue Type: Wish
>  Components: modules/analysis
>Affects Versions: 9.0
>Reporter: Ramin Alirezaee
>Priority: Major
> Fix For: 10.0 (main), 9.2
>
> Attachments: image.png
>
>  Time Spent: 7h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (LUCENE-10312) Add PersianStemmer

2022-05-07 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533225#comment-17533225
 ] 

ASF subversion and git services commented on LUCENE-10312:
--

Commit 9f04771f3110ddb52ebceb7265e41717c24fef7b in lucene's branch 
refs/heads/branch_9x from Ramin ALirezaee
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=9f04771f311 ]

LUCENE-10312: Add PersianStemmer (#540)

Co-authored-by: Tomoko Uchida 

> Add PersianStemmer
> --
>
> Key: LUCENE-10312
> URL: https://issues.apache.org/jira/browse/LUCENE-10312
> Project: Lucene - Core
>  Issue Type: Wish
>  Components: modules/analysis
>Affects Versions: 9.0
>Reporter: Ramin Alirezaee
>Priority: Major
>  Time Spent: 6h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (LUCENE-10312) Add PersianStemmer

2022-05-07 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17533222#comment-17533222
 ] 

ASF subversion and git services commented on LUCENE-10312:
--

Commit 111d6b186e7826c6e64a44c3982248a0b7b0efe3 in lucene's branch 
refs/heads/main from Ramin ALirezaee
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=111d6b186e7 ]

LUCENE-10312: Add PersianStemmer (#540)

Co-authored-by: Tomoko Uchida 

> Add PersianStemmer
> --
>
> Key: LUCENE-10312
> URL: https://issues.apache.org/jira/browse/LUCENE-10312
> Project: Lucene - Core
>  Issue Type: Wish
>  Components: modules/analysis
>Affects Versions: 9.0
>Reporter: Ramin Alirezaee
>Priority: Major
>  Time Spent: 6h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org