Hello Lucene Community, I am looking for some guidance to understand when & how often the org.apache.lucene.analysis.Analyzer.close() is invoked and who invokes it.
Is the invocation happening within Lucene itself by Lucene or is the close() exists there to be invoked by a consumer of Lucene, Solr and/or Elasticsearch? Thank you