We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ebbcd commit caea069Copy full SHA for caea069
server/src/main/java/org/elasticsearch/search/lookup/ConcurrentSegmentSourceProvider.java
@@ -21,7 +21,7 @@
21
/**
22
* A {@link SourceProvider} that loads _source from a concurrent search.
23
*
24
- * @warning: This is written under the assumption that individual segments are accessed by a single
+ * NOTE: This is written under the assumption that individual segments are accessed by a single
25
* thread, even if separate segments may be searched concurrently. If we ever implement
26
* within-segment concurrency this will have to work entirely differently.
27
* **/
0 commit comments