rmuir commented on issue #1262: LUCENE-9220: regenerate all stemmers/stopwords/test data from snowball 2.0 URL: https://github.com/apache/lucene-solr/pull/1262#issuecomment-587045242 @dweiss OK I got it working not downloading every time, and avoids relying on HTTP caching. instead things are named by commit hashes. I had to add an explicit input dependency on the patch file, so that it redownloads and patches if needed. Now you see on second run: {noformat} > Task :lucene:analysis:common:downloadSnowballData UP-TO-DATE > Task :lucene:analysis:common:downloadSnowballStemmers UP-TO-DATE > Task :lucene:analysis:common:downloadSnowballWebsite UP-TO-DATE {noformat}
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org