jbampton commented on a change in pull request #2142: URL: https://github.com/apache/lucene-solr/pull/2142#discussion_r543234918
########## File path: solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java ########## @@ -618,6 +626,16 @@ public static SolrInputDocument getInputDocument(SolrCore core, BytesRef idBytes return getInputDocument (core, idBytes, null, null, lookupStrategy); } + /** + * Marks the {@link RealTimeGetComponent} of the corresponding {@link SolrCore} to reload it's realtime searcher before the next access. Review comment: ```suggestion * Marks the {@link RealTimeGetComponent} of the corresponding {@link SolrCore} to reload its realtime searcher before the next access. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org