Constructor and Description |
---|
org.apache.lucene.analysis.util.ClasspathResourceLoader()
You should not use this ctor, because it uses the thread's context
class loader, which is bad programming style. Please specify a reference class or
a
ClassLoader instead. |
org.apache.lucene.analysis.util.FilesystemResourceLoader(Path)
You should not use this ctor, because it uses the thread's context
class loader as fallback for resource lookups, which is bad programming style.
Please specify a
ClassLoader instead. |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.