Re: Solr 7.3.0 loading OpenNLPExtractNamedEntitiesUpdateProcessorFactory

2018-04-16 Thread Ryan Yacyshyn
Hi, The readme found in '/contrib/analysis-extras' mentions: OpenNLP relies on lucene-libs/lucene-analyzers-opennlp-X.Y.jar and lib/opennlp-*.jar Make sure you are loading these as well as the 'solr-analysis-extras-7.3.0.jar' file in the /dist directory. Regards, Ryan On Mon, 16 Apr 2018 at 2

Re: Solr 7.3.0 loading OpenNLPExtractNamedEntitiesUpdateProcessorFactory

2018-04-16 Thread Erick Erickson
Have you tried starting Solr with the "-v" option? That will show you exactly (in the solr.log file) where every jar is loaded from. Make sure you are 1> loading the jar at all 2> loading the jar you think you are (i.e. not loading an old version from somewhere on your classpath). Copying jar file

Re: Solr 7.3.0 loading OpenNLPExtractNamedEntitiesUpdateProcessorFactory

2018-04-16 Thread Fatalityap
Hi, can you post final solution how you solve this problem? I have copied solr-analysis-extras-7.3.0.jar to /contrib/analysis-extras/lib folder and loaded it like this: / / but error have not gone... I still see: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Err

Re: Solr 7.3.0 loading OpenNLPExtractNamedEntitiesUpdateProcessorFactory

2018-04-10 Thread Ryan Yacyshyn
Hi, I found the problem: there was an additional jar file in the /dist folder that needed to be loaded as well (dist/solr-analysis-extras-7.3.0.jar). I didn't see this one. Thanks, Ryan On Mon, 9 Apr 2018 at 14:58 Ryan Yacyshyn wrote: > Hi Shawn, > > I'm pretty sure the paths to load the jar

Re: Solr 7.3.0 loading OpenNLPExtractNamedEntitiesUpdateProcessorFactory

2018-04-08 Thread Ryan Yacyshyn
Hi Shawn, I'm pretty sure the paths to load the jars in analysis-extras is correct, the jars in /contrib/analysis-extras/lib load fine. I verified this by changing the name of solr.OpenNLPTokenizerFactory to solr.OpenNLPTokenizerFactory2 and saw the new error. Changing it back to solr.OpenNLPToken

Re: Solr 7.3.0 loading OpenNLPExtractNamedEntitiesUpdateProcessorFactory

2018-04-08 Thread Shawn Heisey
On 4/8/2018 2:36 AM, Ryan Yacyshyn wrote: I'm running into a small problem loading the OpenNLPExtractNamedEntitiesUpdateProcessorFactory class, getting an error saying it's not found. I'm loading all the required jar files, according to the readme: You've got a element to load analysis-extras