-
Constructors Constructor 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 aClassLoader
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 aClassLoader
instead.org.apache.lucene.search.SynonymQuery(Term...) Please use aSynonymQuery.Builder
instead.