[jira] [Commented] (SOLR-7136) Add an AutoPhrasing TokenFilter

2015-11-20 Thread Koorosh Vakhshoori (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15018409#comment-15018409 ] Koorosh Vakhshoori commented on SOLR-7136: -- As far as the memory leaks issue, I looked at my

[jira] [Updated] (SOLR-7136) Add an AutoPhrasing TokenFilter

2015-11-19 Thread Koorosh Vakhshoori (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koorosh Vakhshoori updated SOLR-7136: - Attachment: SOLR-7136.patch AutoPhaseFiniteStateDiagram.pdf Here I am

Re: TestAllAnalyzersHaveFactories fails when looking for a new Factory class, is it class loader issue?

2015-11-17 Thread Koorosh Vakhshoori
.oracle.com/javase/tutorial/sound/SPI-intro.html). In order to > make your TokenFilter discoverable, you need to add the fully qualified > classname of your factory to the file > resources/META-INF/org.apache.lucene.analyzer.util.TokenFilterFactory > > Alan Woodward > www.flax.co.uk >

TestAllAnalyzersHaveFactories fails when looking for a new Factory class, is it class loader issue?

2015-11-16 Thread Koorosh Vakhshoori
Hi all, I am in process of creating a patch for Lucene. However, I can’t get the JUnit test TestAllAnalyzersHaveFactories pass. Hope this is the right forum for help. If not kindly direct me to the correct forum. Any help is greatly appreciated! First, some background. The patch is building