epugh commented on PR #1999:
URL: https://github.com/apache/solr/pull/1999#issuecomment-2679572157

   Yep, need to wait for Lucene 10, otherwise we get some unit test failures:
   
   ```
   gradlew test --tests 
TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory.testExtractFieldRegexReplaceAll
 -Dtests.seed=F5DD0B40AC590A66 -Dtests.locale=pt-GW -Dtests.timezone=PRT 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   ```
   
   ```
   >     java.lang.NoSuchMethodError: 'opennlp.tools.util.Span[] 
opennlp.tools.sentdetect.SentenceDetectorME.sentPosDetect(java.lang.String)'
      >         at 
__randomizedtesting.SeedInfo.seed([F5DD0B40AC590A66:4351D7F53AC9F7A4]: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)
   
   ```


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to