You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/02/17 15:27:17 UTC

[GitHub] [lucene-solr] rmuir edited a comment on issue #1262: LUCENE-9220: regenerate all stemmers/stopwords/test data from snowball 2.0

rmuir edited a comment 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:
   ```
   > Task :lucene:analysis:common:downloadSnowballData UP-TO-DATE
   > Task :lucene:analysis:common:downloadSnowballStemmers UP-TO-DATE
   > Task :lucene:analysis:common:downloadSnowballWebsite UP-TO-DATE
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org