[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2017-03-26 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15942446#comment-15942446 ] Michael Braun commented on LUCENE-7525: --- Should a new utility Char-To-Int map be created in

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2017-01-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15842914#comment-15842914 ] Adrien Grand commented on LUCENE-7525: -- +1 [~steve_rowe] > ASCIIFoldingFilter.foldToASCII

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2017-01-27 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15842901#comment-15842901 ] Steve Rowe commented on LUCENE-7525: {quote} I think, we can for now replace the large switch

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2017-01-19 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15830662#comment-15830662 ] Michael Braun commented on LUCENE-7525: --- We are still experiencing this - is there someone actively

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-30 Thread Karl von Randow (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15620484#comment-15620484 ] Karl von Randow commented on LUCENE-7525: - It seemed to me that we could try to generalise the

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618179#comment-15618179 ] Uwe Schindler commented on LUCENE-7525: --- bq. I thought the ASCII Filter was basically a legacy

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-29 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618059#comment-15618059 ] Alexandre Rafalovitch commented on LUCENE-7525: --- I thought the ASCII Filter was basically a

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618031#comment-15618031 ] Uwe Schindler commented on LUCENE-7525: --- I think, we can for now replace the large switch statement

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618025#comment-15618025 ] Uwe Schindler commented on LUCENE-7525: --- I am not sure if an FST is not like to use a sledgehammer

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15618018#comment-15618018 ] Michael McCandless commented on LUCENE-7525: Maybe an FST, like {{MappingCharFilter}}? >

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15617679#comment-15617679 ] Uwe Schindler commented on LUCENE-7525: --- I'd suggest to use the simple binary search approach, but

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-28 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616922#comment-15616922 ] Ahmet Arslan commented on LUCENE-7525: -- Can workings of ICUFoldingFilter give any insight here? >

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-27 Thread Karl von Randow (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15613746#comment-15613746 ] Karl von Randow commented on LUCENE-7525: - I have created a version that uses static arrays and a

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15612234#comment-15612234 ] Uwe Schindler commented on LUCENE-7525: --- I'd make this huge switch statement a different lookup

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-27 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15612160#comment-15612160 ] Michael Braun commented on LUCENE-7525: --- Was just profiling indexing yesterday on our side and

[jira] [Commented] (LUCENE-7525) ASCIIFoldingFilter.foldToASCII performance issue due to large compiled method size

2016-10-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15612135#comment-15612135 ] Adrien Grand commented on LUCENE-7525: -- This is probably one of the most used token filters, so +1