[jira] Updated: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2008-12-15 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1491: -- Attachment: LUCENE-1491.patch Patch includes test to highlight broken EgdeNGramTokenFilter and NGramT

[jira] Commented: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2008-12-15 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656783#action_12656783 ] Todd Feak commented on LUCENE-1491: --- The NGramTokenFilter is affected by the same bug.

[jira] Updated: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2008-12-15 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1491: -- Affects Version/s: 3.0 2.9 2.4.1 > EdgeNGramTokenFilter

[jira] Created: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2008-12-12 Thread Todd Feak (JIRA)
EdgeNGramTokenFilter stops on tokens smaller then minimum gram size. Key: LUCENE-1491 URL: https://issues.apache.org/jira/browse/LUCENE-1491 Project: Lucene - Java Issue Ty

[jira] Commented: (LUCENE-1224) NGramTokenFilter creates bad TokenStream

2008-10-09 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638423#action_12638423 ] Todd Feak commented on LUCENE-1224: --- This bug caused me *major* headaches trying to figu

[jira] Updated: (LUCENE-1415) MultiPhraseQuery has incorrect hashCode() implementation - Leads to Solr Cache misses

2008-10-09 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1415: -- Attachment: MultiPhraseQuery.java Attached a copy of what I did to MultiPhraseQuery to fix the issue.

[jira] Issue Comment Edited: (LUCENE-1415) MultiPhraseQuery has incorrect hashCode() implementation - Leads to Solr Cache misses

2008-10-09 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638319#action_12638319 ] tfeak edited comment on LUCENE-1415 at 10/9/08 9:31 AM: I've a

[jira] Updated: (LUCENE-1415) MultiPhraseQuery has incorrect hashCode() implementation - Leads to Solr Cache misses

2008-10-09 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1415: -- Attachment: MultiPhraseQueryTest.java TestCase demonstrating the broken functionality. I realize that

[jira] Created: (LUCENE-1415) MultiPhraseQuery has incorrect hashCode() implementation - Leads to Solr Cache misses

2008-10-08 Thread Todd Feak (JIRA)
MultiPhraseQuery has incorrect hashCode() implementation - Leads to Solr Cache misses - Key: LUCENE-1415 URL: https://issues.apache.org/jira/browse/LUCENE-1415 Projec

[jira] Updated: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2008-06-27 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1316: -- I applied the patch to the 2.3.0 file. I ran against an optimized and non-optimized (12 segment) index wi

[jira] Updated: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2008-06-27 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1316: -- I don't think that patch provides correct functionality. I went to run the load tests this morning agains

[jira] Updated: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2008-06-26 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1316: -- I applied that patch locally to a 2.3.0 build. Test results show this solution performs equally as the ot

[jira] Updated: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2008-06-26 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1316: -- 10 threads in JMeter throwing load at the Tomcat as fast as possible. The Tomcat was on a separate machin

[jira] Updated: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2008-06-26 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1316: -- I wanted to share my micro load test results with you, to make sure you all understand scale of the bottl

[jira] Updated: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2008-06-25 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1316: -- I like Hoss' suggestion better. I'll try that fix locally and if it provides the same improvement, I will

[jira] Updated: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2008-06-25 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1316: -- Further investigation indicates that the ValueSourceQuery$ValueSourceScorer may suffer from the same issu

[jira] Updated: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2008-06-25 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1316: -- Attachment: MatchAllDocsQuery.java My version of MatchAlldocsQuery.java which has the modification in

[jira] Created: (LUCENE-1316) Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer

2008-06-25 Thread Todd Feak (JIRA)
Avoidable synchronization bottleneck in MatchAlldocsQuery$MatchAllScorer Key: LUCENE-1316 URL: https://issues.apache.org/jira/browse/LUCENE-1316 Project: Lucene - Java