File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
libs/core/src/main/java/org/elasticsearch/core
server/src/main/java/org/elasticsearch/common Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ enum Owner {
2525 CORE_INFRA ,
2626 DATA_MANAGEMENT ,
2727 DISTRIBUTED_INDEXING ,
28+ DOCS ,
2829 ENTERPRISE_SEARCH ,
2930 MACHINE_LEARNING ,
3031 PROFILING ,
Original file line number Diff line number Diff line change 1111
1212import org .elasticsearch .Build ;
1313import org .elasticsearch .core .SuppressForbidden ;
14+ import org .elasticsearch .core .UpdateForV9 ;
1415
1516import java .io .BufferedReader ;
1617import java .io .FileNotFoundException ;
2728 * {@link #toString()} yields (a string representation of) a URL for the relevant docs. Links are defined in the resource file
2829 * {@code reference-docs-links.txt} which must include definitions for exactly the set of values of this enum.
2930 */
31+ @ UpdateForV9 (owner = UpdateForV9 .Owner .DOCS ) // the docs are completely different in v9 so these links all need fixing
3032public enum ReferenceDocs {
3133 /*
3234 * Note that the docs subsystem parses {@code reference-docs-links.txt} differently. See {@code sub check_elasticsearch_links} in
You can’t perform that action at this time.
0 commit comments