[GitHub] lucene-solr pull request #96: SOLR-6246 - Fix core reload if suggester has b...

2016-10-14 Thread Peter-LaComb
Github user Peter-LaComb closed the pull request at: https://github.com/apache/lucene-solr/pull/96 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] lucene-solr pull request #96: SOLR-6246 - Fix core reload if suggester has b...

2016-10-13 Thread Peter-LaComb
GitHub user Peter-LaComb opened a pull request: https://github.com/apache/lucene-solr/pull/96 SOLR-6246 - Fix core reload if suggester has been built. In my testing, it is not required to keep the writer open for the suggester to keep working. Add and Update call ensureOpen,