Dawid Weiss created SOLR-6100: --------------------------------- Summary: BlendedInfixSuggester and AnalyzingInfixSuggester are never closed on core shutdown (unremovable files on Windows) Key: SOLR-6100 URL: https://issues.apache.org/jira/browse/SOLR-6100 Project: Solr Issue Type: Bug Reporter: Dawid Weiss Assignee: Dawid Weiss Priority: Minor Fix For: 4.9, 5.0
In essense these classes are Closeable but neither SolrSuggester nor Suggester close them at the core shutdown time. I'm also not sure what the difference is between SolrSuggester and Suggester and whether both or them are needed. They seem awfully similar... I've fixed the problem with the attached patch on LUCENE-5650, but I'd appreciate if somebody with a deeper knowledge of Solr could chime in and confirm the patch is all right. -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org