rmuir commented on PR #868:
URL: https://github.com/apache/lucene/pull/868#issuecomment-1118418901

   > Personally, I don't think we should allow users to load resources from 
anyware... It's not the sensible way to load the dictionary resources as far as 
I know. If you need external resources that do not on locally accessible paths, 
you should simply download or install them beforehand, then load them from the 
file - this is the convention I've seen so far.
   
   +1, this is how i feel. i don't think we should be supporting Path/URL apis. 
Sorry this is really wrong. e.g. for ConnnectionCosts, the only ctor that we 
need is `ConnectionCosts()`. load from jar.


-- 
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...@lucene.apache.org

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


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

Reply via email to