epugh commented on PR #1999: URL: https://github.com/apache/solr/pull/1999#issuecomment-3193665540
> @jzonthemtn I just did some more updating to dependencies. However, I think we still have some inconsistencies by not being on Lucene 10 that cause some tests to fail. For example: `./gradlew test --tests TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory.testExtractFieldRegexReplaceAll` produces: > > ``` > > java.lang.NoSuchMethodError: 'opennlp.tools.util.Span[] opennlp.tools.sentdetect.SentenceDetectorME.sentPosDetect(java.lang.String)' > > at __randomizedtesting.SeedInfo.seed([5E06D84F7820115D:AFA47BD30AF8C6DB]:0) > > at org.apache.lucene.analysis.opennlp.tools.NLPSentenceDetectorOp.splitSentences(NLPSentenceDetectorOp.java:41) > > at org.apache.lucene.analysis.opennlp.OpenNLPSentenceBreakIterator.setText(OpenNLPSentenceBreakIterator.java:199) > > at org.apache.lucene.analysis.util.SegmentingTokenizerBase.reset(SegmentingTokenizerBase.java:89) > > at org.apache.lucene.analysis.opennlp.OpenNLPTokenizer.reset(OpenNLPTokenizer.java:94) > > at org.apache.solr.update.processor.OpenNLPExtractNamedEntitiesUpdateProcessorFactory$1.extractTypedNamedEntities(OpenNLPExtractNamedEntitiesUpdateProcessorFactory.java:635) > > at org.apache.solr.update.processor.OpenNLPExtractNamedEntitiesUpdateProcessorFactory$1.processAdd(OpenNLPExtractNamedEntitiesU > ``` > > Any thoughts on how to fix it? Hooray! Now that we are on Lucene 10.2 this passed!!!!!!!!!!!!!!!! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
