uschindler commented on pull request #470:
URL: https://github.com/apache/lucene/pull/470#issuecomment-984789671


   I checked all usages:
   
   NamedSPILoader: 
https://github.com/apache/lucene/search?q=%22new+NamedSPILoader%22:
   - KnnVectorsFormat
   - SortFieldProvider
   - DocValuesFormat
   - PostingsFormat
   - Codec
   
   AnalysisSPILoader: 
https://github.com/apache/lucene/search?q=%22new+AnalysisSPILoader%22
   - CharFilterFactory
   - TokenizerFactory
   - TokenFilterFactory
   
   We have no other uses of ServiceLoader class (e.g., ServiceLoader.load).


-- 
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