Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/455#discussion_r224306195
--- Diff:
solr/core/src/java/org/apache/solr/handler/component/RealTimeGetComponent.java
---
@@ -661,6 +690,21 @@ public static SolrInputDocument
getInputDocument(SolrCore core, BytesRef idBytes
return sid;
}
+ private static void ensureDocDecorated(Set<String>
onlyTheseNonStoredDVs, SolrDocumentBase doc, int docid, SolrDocumentFetcher
docFetcher) throws IOException {
--- End diff --
I suggest renaming these methods `ensureDocDecorated` since it's what it
calls.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]