-
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 aClassLoaderinstead.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 aClassLoaderinstead.org.apache.lucene.search.SynonymQuery(Term...) Please use aSynonymQuery.Builderinstead.