Skip to content

Commit e00f9cd

Browse files
committed
Fix angle bracket encoding in Javadocs
1 parent 6691f23 commit e00f9cd

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

java-client/src/main/java/co/elastic/clients/elasticsearch/_core/DeleteByQueryRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ public Long slices() {
456456
}
457457

458458
/**
459-
* A comma-separated list of <field>:<direction> pairs
459+
* A comma-separated list of &lt;field&gt;:&lt;direction&gt; pairs
460460
* <p>
461461
* API name: {@code sort}
462462
*/
@@ -1017,7 +1017,7 @@ public Builder slices(@Nullable Long value) {
10171017
}
10181018

10191019
/**
1020-
* A comma-separated list of <field>:<direction> pairs
1020+
* A comma-separated list of &lt;field&gt;:&lt;direction&gt; pairs
10211021
* <p>
10221022
* API name: {@code sort}
10231023
*/
@@ -1027,7 +1027,7 @@ public Builder sort(@Nullable List<String> value) {
10271027
}
10281028

10291029
/**
1030-
* A comma-separated list of <field>:<direction> pairs
1030+
* A comma-separated list of &lt;field&gt;:&lt;direction&gt; pairs
10311031
* <p>
10321032
* API name: {@code sort}
10331033
*/

java-client/src/main/java/co/elastic/clients/elasticsearch/_core/SearchMvtRequest.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ public Map<String, Aggregation> aggs() {
192192
/**
193193
* If false, the meta layer’s feature is the bounding box of the tile. If true,
194194
* the meta layer’s feature is a bounding box resulting from a geo_bounds
195-
* aggregation. The aggregation runs on <field> values that intersect the
196-
* <zoom>/<x>/<y> tile with wrap_longitude set to false. The resulting bounding
197-
* box may be larger than the vector tile.
195+
* aggregation. The aggregation runs on &lt;field&gt; values that intersect the
196+
* &lt;zoom&gt;/&lt;x&gt;/&lt;y&gt; tile with wrap_longitude set to false. The
197+
* resulting bounding box may be larger than the vector tile.
198198
* <p>
199199
* API name: {@code exact_bounds}
200200
*/
@@ -228,8 +228,8 @@ public List<String> fields() {
228228

229229
/**
230230
* Additional zoom levels available through the aggs layer. For example, if
231-
* <zoom> is 7 and grid_precision is 8, you can zoom in up to level 15. Accepts
232-
* 0-8. If 0, results don’t include the aggs layer.
231+
* &lt;zoom&gt; is 7 and grid_precision is 8, you can zoom in up to level 15.
232+
* Accepts 0-8. If 0, results don’t include the aggs layer.
233233
* <p>
234234
* API name: {@code grid_precision}
235235
*/
@@ -554,9 +554,9 @@ public Builder putAggs(String key, Function<Aggregation.Builder, ObjectBuilder<A
554554
/**
555555
* If false, the meta layer’s feature is the bounding box of the tile. If true,
556556
* the meta layer’s feature is a bounding box resulting from a geo_bounds
557-
* aggregation. The aggregation runs on <field> values that intersect the
558-
* <zoom>/<x>/<y> tile with wrap_longitude set to false. The resulting bounding
559-
* box may be larger than the vector tile.
557+
* aggregation. The aggregation runs on &lt;field&gt; values that intersect the
558+
* &lt;zoom&gt;/&lt;x&gt;/&lt;y&gt; tile with wrap_longitude set to false. The
559+
* resulting bounding box may be larger than the vector tile.
560560
* <p>
561561
* API name: {@code exact_bounds}
562562
*/
@@ -613,8 +613,8 @@ public Builder addFields(String value) {
613613

614614
/**
615615
* Additional zoom levels available through the aggs layer. For example, if
616-
* <zoom> is 7 and grid_precision is 8, you can zoom in up to level 15. Accepts
617-
* 0-8. If 0, results don’t include the aggs layer.
616+
* &lt;zoom&gt; is 7 and grid_precision is 8, you can zoom in up to level 15.
617+
* Accepts 0-8. If 0, results don’t include the aggs layer.
618618
* <p>
619619
* API name: {@code grid_precision}
620620
*/

java-client/src/main/java/co/elastic/clients/elasticsearch/_core/SearchRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ public List<String> storedFields() {
935935

936936
/**
937937
* Limits the search to a point in time (PIT). If you provide a PIT, you cannot
938-
* specify an <index> in the request path.
938+
* specify an &lt;index&gt; in the request path.
939939
* <p>
940940
* API name: {@code pit}
941941
*/
@@ -2371,7 +2371,7 @@ public Builder addStoredFields(String value) {
23712371

23722372
/**
23732373
* Limits the search to a point in time (PIT). If you provide a PIT, you cannot
2374-
* specify an <index> in the request path.
2374+
* specify an &lt;index&gt; in the request path.
23752375
* <p>
23762376
* API name: {@code pit}
23772377
*/
@@ -2382,7 +2382,7 @@ public Builder pit(@Nullable PointInTimeReference value) {
23822382

23832383
/**
23842384
* Limits the search to a point in time (PIT). If you provide a PIT, you cannot
2385-
* specify an <index> in the request path.
2385+
* specify an &lt;index&gt; in the request path.
23862386
* <p>
23872387
* API name: {@code pit}
23882388
*/

java-client/src/main/java/co/elastic/clients/elasticsearch/_core/UpdateByQueryRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ public Long slices() {
454454
}
455455

456456
/**
457-
* A comma-separated list of <field>:<direction> pairs
457+
* A comma-separated list of &lt;field&gt;:&lt;direction&gt; pairs
458458
* <p>
459459
* API name: {@code sort}
460460
*/
@@ -1050,7 +1050,7 @@ public Builder slices(@Nullable Long value) {
10501050
}
10511051

10521052
/**
1053-
* A comma-separated list of <field>:<direction> pairs
1053+
* A comma-separated list of &lt;field&gt;:&lt;direction&gt; pairs
10541054
* <p>
10551055
* API name: {@code sort}
10561056
*/
@@ -1060,7 +1060,7 @@ public Builder sort(@Nullable List<String> value) {
10601060
}
10611061

10621062
/**
1063-
* A comma-separated list of <field>:<direction> pairs
1063+
* A comma-separated list of &lt;field&gt;:&lt;direction&gt; pairs
10641064
* <p>
10651065
* API name: {@code sort}
10661066
*/

java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorNGramEncoding.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public String _variantType() {
9191
}
9292

9393
/**
94-
* The feature name prefix. Defaults to ngram_<start>_<length>.
94+
* The feature name prefix. Defaults to ngram_&lt;start&gt;_&lt;length&gt;.
9595
* <p>
9696
* API name: {@code feature_prefix}
9797
*/
@@ -223,7 +223,7 @@ public static class Builder implements ObjectBuilder<DataframeAnalysisFeaturePro
223223
private Boolean custom;
224224

225225
/**
226-
* The feature name prefix. Defaults to ngram_<start>_<length>.
226+
* The feature name prefix. Defaults to ngram_&lt;start&gt;_&lt;length&gt;.
227227
* <p>
228228
* API name: {@code feature_prefix}
229229
*/

0 commit comments

Comments
 (0)