diff --git a/build.gradle.kts b/build.gradle.kts index cdd54f89f2..c77132b138 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + allprojects { group = "org.opensearch.clients" // Release manager provides a $VERSION. If not present, it's a local or CI snapshot build. diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 521094f9fc..7884a5d23a 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + dependencies { implementation("org.ajoberstar.grgit:grgit-gradle:4.0.1") } diff --git a/config/checkstyle/header.java.txt b/config/checkstyle/header.java.txt index 7626298603..af13192762 100644 --- a/config/checkstyle/header.java.txt +++ b/config/checkstyle/header.java.txt @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -16,3 +24,8 @@ * specific language governing permissions and limitations * under the License. */ + +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index aa72ff356a..1ca2f7de2f 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + import com.github.jk1.license.ProjectData import com.github.jk1.license.render.ReportRenderer import java.io.FileWriter diff --git a/java-client/src/main/java/org/opensearch/clients/ApiClient.java b/java-client/src/main/java/org/opensearch/clients/ApiClient.java index 857141b14f..47929fe16b 100644 --- a/java-client/src/main/java/org/opensearch/clients/ApiClient.java +++ b/java-client/src/main/java/org/opensearch/clients/ApiClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients; import org.opensearch.clients.transport.TransportOptions; diff --git a/java-client/src/main/java/org/opensearch/clients/json/AttributedJsonpMapper.java b/java-client/src/main/java/org/opensearch/clients/json/AttributedJsonpMapper.java index 4e9cca9141..2d1684888a 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/AttributedJsonpMapper.java +++ b/java-client/src/main/java/org/opensearch/clients/json/AttributedJsonpMapper.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.spi.JsonProvider; diff --git a/java-client/src/main/java/org/opensearch/clients/json/BuildFunctionDeserializer.java b/java-client/src/main/java/org/opensearch/clients/json/BuildFunctionDeserializer.java index 75efdd02ed..cd08b983ed 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/BuildFunctionDeserializer.java +++ b/java-client/src/main/java/org/opensearch/clients/json/BuildFunctionDeserializer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.stream.JsonParser; diff --git a/java-client/src/main/java/org/opensearch/clients/json/DelegatingDeserializer.java b/java-client/src/main/java/org/opensearch/clients/json/DelegatingDeserializer.java index 5ba04a3543..511222ca3e 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/DelegatingDeserializer.java +++ b/java-client/src/main/java/org/opensearch/clients/json/DelegatingDeserializer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.stream.JsonParser; diff --git a/java-client/src/main/java/org/opensearch/clients/json/ExternallyTaggedUnion.java b/java-client/src/main/java/org/opensearch/clients/json/ExternallyTaggedUnion.java index 60141ce95e..1e45a93048 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/ExternallyTaggedUnion.java +++ b/java-client/src/main/java/org/opensearch/clients/json/ExternallyTaggedUnion.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import org.opensearch.clients.util.TaggedUnion; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonData.java b/java-client/src/main/java/org/opensearch/clients/json/JsonData.java index 80d44b1b1a..3196f1b406 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonData.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonData.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.JsonValue; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonDataImpl.java b/java-client/src/main/java/org/opensearch/clients/json/JsonDataImpl.java index 758f1c414a..664d8e1815 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonDataImpl.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonDataImpl.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.JsonValue; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonEnum.java b/java-client/src/main/java/org/opensearch/clients/json/JsonEnum.java index b82252c7b1..39d8229f14 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonEnum.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonEnum.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.stream.JsonGenerator; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializable.java b/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializable.java index 54717af69a..3e00cf676c 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializable.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializable.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import java.lang.annotation.Documented; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializer.java b/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializer.java index 4ea12e735f..9ee46b55ed 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializer.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import org.opensearch.clients.util.TriFunction; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializerBase.java b/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializerBase.java index 5ab51dd5c9..c60d39951a 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializerBase.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonpDeserializerBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.JsonNumber; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonpMapper.java b/java-client/src/main/java/org/opensearch/clients/json/JsonpMapper.java index 25795f8e38..d7a713ac13 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonpMapper.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonpMapper.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.spi.JsonProvider; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonpMapperBase.java b/java-client/src/main/java/org/opensearch/clients/json/JsonpMapperBase.java index 9b35dd099e..dfe3585855 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonpMapperBase.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonpMapperBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.JsonValue; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonpSerializable.java b/java-client/src/main/java/org/opensearch/clients/json/JsonpSerializable.java index 58f7e36a0a..7a5bc100ac 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonpSerializable.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonpSerializable.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.stream.JsonGenerator; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonpSerializer.java b/java-client/src/main/java/org/opensearch/clients/json/JsonpSerializer.java index 3c2719f27c..51a9301169 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonpSerializer.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonpSerializer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.stream.JsonGenerator; diff --git a/java-client/src/main/java/org/opensearch/clients/json/JsonpUtils.java b/java-client/src/main/java/org/opensearch/clients/json/JsonpUtils.java index 37371ffe2f..6a846a66af 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/JsonpUtils.java +++ b/java-client/src/main/java/org/opensearch/clients/json/JsonpUtils.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import org.opensearch.clients.util.ObjectBuilder; diff --git a/java-client/src/main/java/org/opensearch/clients/json/LazyDeserializer.java b/java-client/src/main/java/org/opensearch/clients/json/LazyDeserializer.java index f3756b2436..6786e73214 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/LazyDeserializer.java +++ b/java-client/src/main/java/org/opensearch/clients/json/LazyDeserializer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import java.util.function.Supplier; diff --git a/java-client/src/main/java/org/opensearch/clients/json/NamedDeserializer.java b/java-client/src/main/java/org/opensearch/clients/json/NamedDeserializer.java index 4d5f360916..ebc1a0ad01 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/NamedDeserializer.java +++ b/java-client/src/main/java/org/opensearch/clients/json/NamedDeserializer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.stream.JsonParser; diff --git a/java-client/src/main/java/org/opensearch/clients/json/NdJsonpSerializable.java b/java-client/src/main/java/org/opensearch/clients/json/NdJsonpSerializable.java index 6464beb3d4..8fbcefce29 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/NdJsonpSerializable.java +++ b/java-client/src/main/java/org/opensearch/clients/json/NdJsonpSerializable.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import java.util.Iterator; diff --git a/java-client/src/main/java/org/opensearch/clients/json/ObjectBuilderDeserializer.java b/java-client/src/main/java/org/opensearch/clients/json/ObjectBuilderDeserializer.java index fd5cb94d46..2404b7d702 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/ObjectBuilderDeserializer.java +++ b/java-client/src/main/java/org/opensearch/clients/json/ObjectBuilderDeserializer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import org.opensearch.clients.util.ObjectBuilder; diff --git a/java-client/src/main/java/org/opensearch/clients/json/ObjectDeserializer.java b/java-client/src/main/java/org/opensearch/clients/json/ObjectDeserializer.java index b850da6ac0..47141cab67 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/ObjectDeserializer.java +++ b/java-client/src/main/java/org/opensearch/clients/json/ObjectDeserializer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import org.opensearch.clients.util.QuadConsumer; diff --git a/java-client/src/main/java/org/opensearch/clients/json/UnexpectedJsonEventException.java b/java-client/src/main/java/org/opensearch/clients/json/UnexpectedJsonEventException.java index b4dcecae81..635fc53cff 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/UnexpectedJsonEventException.java +++ b/java-client/src/main/java/org/opensearch/clients/json/UnexpectedJsonEventException.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import jakarta.json.stream.JsonParser; diff --git a/java-client/src/main/java/org/opensearch/clients/json/UnionDeserializer.java b/java-client/src/main/java/org/opensearch/clients/json/UnionDeserializer.java index 1d0133a414..97f16f6ab9 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/UnionDeserializer.java +++ b/java-client/src/main/java/org/opensearch/clients/json/UnionDeserializer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json; import org.opensearch.clients.util.ObjectBuilder; diff --git a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonProvider.java b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonProvider.java index 0158a37d4d..776567225d 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonProvider.java +++ b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonProvider.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json.jackson; import com.fasterxml.jackson.core.JsonFactory; diff --git a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpGenerator.java b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpGenerator.java index e84732bffb..33beee1376 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpGenerator.java +++ b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpGenerator.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json.jackson; import com.fasterxml.jackson.core.JsonStreamContext; diff --git a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpLocation.java b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpLocation.java index f435ae9f20..bc0376cfc3 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpLocation.java +++ b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpLocation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json.jackson; import jakarta.json.stream.JsonLocation; diff --git a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpMapper.java b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpMapper.java index 1353fb93b6..1faac19d0f 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpMapper.java +++ b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpMapper.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json.jackson; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpParser.java b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpParser.java index ff33fa8cf8..f6c3a6e052 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpParser.java +++ b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonJsonpParser.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json.jackson; import com.fasterxml.jackson.core.JsonToken; diff --git a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonUtils.java b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonUtils.java index 134104d490..890a662c2f 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonUtils.java +++ b/java-client/src/main/java/org/opensearch/clients/json/jackson/JacksonUtils.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json.jackson; import com.fasterxml.jackson.core.JsonParseException; diff --git a/java-client/src/main/java/org/opensearch/clients/json/jackson/JsonValueParser.java b/java-client/src/main/java/org/opensearch/clients/json/jackson/JsonValueParser.java index 0f9966eaff..aacf31f01e 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/jackson/JsonValueParser.java +++ b/java-client/src/main/java/org/opensearch/clients/json/jackson/JsonValueParser.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json.jackson; import com.fasterxml.jackson.core.JsonParser; diff --git a/java-client/src/main/java/org/opensearch/clients/json/jsonb/JsonbJsonpMapper.java b/java-client/src/main/java/org/opensearch/clients/json/jsonb/JsonbJsonpMapper.java index 07a0556535..6f3bb84529 100644 --- a/java-client/src/main/java/org/opensearch/clients/json/jsonb/JsonbJsonpMapper.java +++ b/java-client/src/main/java/org/opensearch/clients/json/jsonb/JsonbJsonpMapper.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.json.jsonb; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/OpenSearchAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/OpenSearchAsyncClient.java index 11385966e6..bb40baac44 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/OpenSearchAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/OpenSearchAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/OpenSearchClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/OpenSearchClient.java index b54883f5e6..086fe7fe79 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/OpenSearchClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/OpenSearchClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/AcknowledgedResponseBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/AcknowledgedResponseBase.java index 0a95e2ac73..a92013799b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/AcknowledgedResponseBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/AcknowledgedResponseBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BaseNode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BaseNode.java index 6daeafe0f2..2f14991ea2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BaseNode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BaseNode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BulkIndexByScrollFailure.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BulkIndexByScrollFailure.java index 9aac2313a8..8c9ce2e3ee 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BulkIndexByScrollFailure.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BulkIndexByScrollFailure.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BulkStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BulkStats.java index b75771c439..96b0747ef4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BulkStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/BulkStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Bytes.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Bytes.java index 9f4eaac22c..d99ad274c0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Bytes.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Bytes.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ClusterStatistics.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ClusterStatistics.java index 7781d86520..21922ed918 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ClusterStatistics.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ClusterStatistics.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/CompletionStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/CompletionStats.java index 6596f09db4..24a0e510d3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/CompletionStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/CompletionStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Conflicts.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Conflicts.java index 0c4945c7b7..90e636a49b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Conflicts.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Conflicts.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/CoordsGeoBounds.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/CoordsGeoBounds.java index 8b0f000175..adfa440cb9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/CoordsGeoBounds.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/CoordsGeoBounds.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/DistanceUnit.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/DistanceUnit.java index 531071de1e..9a9ffcd780 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/DistanceUnit.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/DistanceUnit.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/DocStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/DocStats.java index 23a0b52d83..c37a16eba8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/DocStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/DocStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ElasticsearchException.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ElasticsearchException.java index 3e2aab94f5..553adea143 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ElasticsearchException.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ElasticsearchException.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch._types; /** diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/EmptyObject.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/EmptyObject.java index 5624e52323..01eccf799c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/EmptyObject.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/EmptyObject.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/EmptyTransform.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/EmptyTransform.java index 7455ac96be..ff373f8d33 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/EmptyTransform.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/EmptyTransform.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ErrorCause.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ErrorCause.java index 646715ea6a..c25a38fba4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ErrorCause.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ErrorCause.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ErrorResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ErrorResponse.java index c47c56936c..bc565b8f0b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ErrorResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ErrorResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ExpandWildcard.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ExpandWildcard.java index 70703fc268..f35128a0d2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ExpandWildcard.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ExpandWildcard.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldMemoryUsage.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldMemoryUsage.java index 28bcf9366d..255f1f5fe8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldMemoryUsage.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldMemoryUsage.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSizeUsage.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSizeUsage.java index 0717e196e3..624985d35d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSizeUsage.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSizeUsage.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSort.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSort.java index d72636d4fd..923d29505c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSort.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSort.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSortNumericType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSortNumericType.java index 75d2945054..4fa6f66b87 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSortNumericType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldSortNumericType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldValue.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldValue.java index d85bda4c76..93953396fc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldValue.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FieldValue.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FielddataStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FielddataStats.java index 1651ae084c..725e519404 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FielddataStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FielddataStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FlushStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FlushStats.java index 3ea535535d..3de9fa19c8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FlushStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/FlushStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoBounds.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoBounds.java index 8118699b19..0c8b17db81 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoBounds.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoBounds.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoBoundsBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoBoundsBuilders.java index b800ae3c0a..940855d407 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoBoundsBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoBoundsBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoDistanceSort.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoDistanceSort.java index 2f3f2d42ca..cfe89da529 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoDistanceSort.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoDistanceSort.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoDistanceType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoDistanceType.java index 5029178307..deb4bee5a0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoDistanceType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoDistanceType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashLocation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashLocation.java index 5934a802f0..f336131beb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashLocation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashLocation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashPrecision.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashPrecision.java index 17d8a33f6a..d83f0d95ce 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashPrecision.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashPrecision.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashPrecisionBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashPrecisionBuilders.java index 0b06a4bbef..cc3e4afaa6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashPrecisionBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoHashPrecisionBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLine.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLine.java index 8fd35c223f..e348df08b7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLine.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLine.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLocation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLocation.java index 2eb9c283f7..d71a47eaf7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLocation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLocation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLocationBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLocationBuilders.java index 29e3768b19..8fe15d771e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLocationBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoLocationBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoShapeRelation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoShapeRelation.java index a52aa50cf5..1b0361d1b7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoShapeRelation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GeoShapeRelation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GetStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GetStats.java index a27ab92fff..8c57fbf2ee 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GetStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/GetStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/HealthStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/HealthStatus.java index a7b50f52b8..6106360c25 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/HealthStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/HealthStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/IndexingStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/IndexingStats.java index 1898172927..bc8eed60e6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/IndexingStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/IndexingStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/IndicesResponseBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/IndicesResponseBase.java index 7a466506da..0e3506c9d2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/IndicesResponseBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/IndicesResponseBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/InlineGet.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/InlineGet.java index f6b663e143..406b77a936 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/InlineGet.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/InlineGet.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/InlineScript.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/InlineScript.java index 1616bbbbf3..04805296d7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/InlineScript.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/InlineScript.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/LatLonGeoLocation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/LatLonGeoLocation.java index 07b6b3b05b..c05aa9e890 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/LatLonGeoLocation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/LatLonGeoLocation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Level.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Level.java index f6149b0667..b3d1581d38 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Level.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Level.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/LifecycleOperationMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/LifecycleOperationMode.java index f21ad26d5f..bcffe28e9e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/LifecycleOperationMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/LifecycleOperationMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/MergesStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/MergesStats.java index 4f89c9cff5..222fca2ba9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/MergesStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/MergesStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NestedSortValue.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NestedSortValue.java index 82912dbf11..6a2f3cafbb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NestedSortValue.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NestedSortValue.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeAttributes.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeAttributes.java index 0caeead2a6..2ae2325e21 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeAttributes.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeAttributes.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeRole.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeRole.java index c05a071141..9023bf7e5b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeRole.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeRole.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeShard.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeShard.java index 9536ee796a..bc2f0b0722 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeShard.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeShard.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeStatistics.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeStatistics.java index 1dd084f370..0f0f113e1a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeStatistics.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/NodeStatistics.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/OpType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/OpType.java index 996e25f1ff..3c336b49db 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/OpType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/OpType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/OpenSearchVersionInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/OpenSearchVersionInfo.java index 31472b753d..eb519fe61a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/OpenSearchVersionInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/OpenSearchVersionInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/PluginStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/PluginStats.java index 90f895e001..79f2bbdb81 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/PluginStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/PluginStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/QueryCacheStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/QueryCacheStats.java index eef112db97..9996191d3a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/QueryCacheStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/QueryCacheStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RecoveryStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RecoveryStats.java index 3ba5bdb69e..3309bf627b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RecoveryStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RecoveryStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Refresh.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Refresh.java index c7edeb7c0f..1c331a045a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Refresh.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Refresh.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RefreshStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RefreshStats.java index c6b425d194..f38b1dbe36 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RefreshStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RefreshStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RequestBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RequestBase.java index 4b5683a5f9..d3772cb1c6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RequestBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RequestBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RequestCacheStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RequestCacheStats.java index ac2b771a36..3f4d51c212 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RequestCacheStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/RequestCacheStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Result.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Result.java index 799e759287..f58904d662 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Result.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Result.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Retries.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Retries.java index 47acfe173b..b4bf3dd053 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Retries.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Retries.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScoreSort.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScoreSort.java index 1c384532a2..a9a65f4b56 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScoreSort.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScoreSort.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Script.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Script.java index 14e979c764..ff1dc73d53 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Script.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Script.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptBase.java index 065febcce4..29d7ff4aac 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptBuilders.java index e9176d6323..4cfea61e78 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptField.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptField.java index 18e5e40de7..fa6f702a05 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptField.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptField.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptSort.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptSort.java index cdc25d51d1..aed287fbc3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptSort.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptSort.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptSortType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptSortType.java index 2d0f2a56c0..21d4178f33 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptSortType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ScriptSortType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SearchStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SearchStats.java index 8c367987fc..b1b2bb6ad4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SearchStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SearchStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SearchType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SearchType.java index b3a54bc7d5..ad0faa367d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SearchType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SearchType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SegmentsStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SegmentsStats.java index b90ba18d54..3d24dc53fa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SegmentsStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SegmentsStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardFailure.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardFailure.java index f62908c21a..9ef101bc7f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardFailure.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardFailure.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardStatistics.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardStatistics.java index 62dfe1c03e..5653dd99be 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardStatistics.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardStatistics.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardsOperationResponseBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardsOperationResponseBase.java index b128b5f422..d913a806bd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardsOperationResponseBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ShardsOperationResponseBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SlicedScroll.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SlicedScroll.java index 0d5f9612f9..be294c6245 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SlicedScroll.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SlicedScroll.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortMode.java index 6a49ccf134..8bb9d6ed0d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptions.java index e35d8711c1..2c0265e864 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptionsBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptionsBuilders.java index 4c5a4ac435..bb6af51d3b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptionsBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptionsBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptionsVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptionsVariant.java index ba61e87fec..bebe0f8a52 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptionsVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOptionsVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOrder.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOrder.java index 142bd9f6b2..d0ab4180e5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOrder.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SortOrder.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoreStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoreStats.java index 612a3df190..493a0fff4c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoreStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoreStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoredScript.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoredScript.java index 967432844b..6cbc6a587d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoredScript.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoredScript.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoredScriptId.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoredScriptId.java index f05796393a..1ef4f63be8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoredScriptId.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/StoredScriptId.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SuggestMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SuggestMode.java index 2214a02c5b..9f0e55bd5e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SuggestMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/SuggestMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ThreadType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ThreadType.java index 1b81cccd3e..1c7eff55bd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ThreadType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/ThreadType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Time.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Time.java index e7f433819b..d133739b08 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Time.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/Time.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TimeBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TimeBuilders.java index 081cf59228..4ead51598b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TimeBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TimeBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TimeUnit.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TimeUnit.java index 77de96f1c4..8ede8ce785 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TimeUnit.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TimeUnit.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TopLeftBottomRightGeoBounds.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TopLeftBottomRightGeoBounds.java index 0a3ddb9b0b..4538a4d39d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TopLeftBottomRightGeoBounds.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TopLeftBottomRightGeoBounds.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TopRightBottomLeftGeoBounds.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TopRightBottomLeftGeoBounds.java index 1819afd8ce..1dc43913f1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TopRightBottomLeftGeoBounds.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TopRightBottomLeftGeoBounds.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TranslogStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TranslogStats.java index 2391e33be2..c6f8d254bb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TranslogStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/TranslogStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/VersionType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/VersionType.java index c73b12e0b1..811d85cf5b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/VersionType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/VersionType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShardOptions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShardOptions.java index 8040231d26..5e1023f6c4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShardOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShardOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShards.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShards.java index 50a4634c79..1a54e7a978 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShards.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShards.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShardsBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShardsBuilders.java index fb36ba6671..27d073e9cd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShardsBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForActiveShardsBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForEvents.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForEvents.java index 1358e17986..45fa201fc7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForEvents.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WaitForEvents.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WarmerStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WarmerStats.java index d356075243..02fb086f3e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WarmerStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WarmerStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WktGeoBounds.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WktGeoBounds.java index bcb327d602..06d1cc87cd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WktGeoBounds.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WktGeoBounds.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WriteResponseBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WriteResponseBase.java index 3247981fb5..56bb566280 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WriteResponseBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/WriteResponseBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixAggregate.java index 805cce81a1..b0d6a24acf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixAggregation.java index 36c95a950a..a817931c38 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixBucket.java index 702705bb63..d5bc8c2a47 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AdjacencyMatrixBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Aggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Aggregate.java index bc88c4e0fe..2488c3cc16 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Aggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Aggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateBase.java index e744a51826..4cc1f76dc8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateBuilders.java index 7747fe4b43..a28d4e3ba7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateVariant.java index 516f691b67..2218ce6a28 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregateVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Aggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Aggregation.java index eedcdf0cde..847d25ea69 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Aggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Aggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationBase.java index 51f25d93df..0f49fd1623 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationBuilders.java index b8886045cb..5d40ee51af 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationRange.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationRange.java index 396beaa007..c10de4b9f2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationRange.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationRange.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationVariant.java index 80674c4bae..92227f14df 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AggregationVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ArrayPercentilesItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ArrayPercentilesItem.java index 5a66492b20..ce71247364 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ArrayPercentilesItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ArrayPercentilesItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AutoDateHistogramAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AutoDateHistogramAggregate.java index 85294c74fa..00ea3ec28c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AutoDateHistogramAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AutoDateHistogramAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AutoDateHistogramAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AutoDateHistogramAggregation.java index d807cbcb7b..1759c9b9b8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AutoDateHistogramAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AutoDateHistogramAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AverageAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AverageAggregation.java index bb48fb77d2..6954af99dd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AverageAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AverageAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AverageBucketAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AverageBucketAggregation.java index d62782192d..24930d327d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AverageBucketAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AverageBucketAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AvgAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AvgAggregate.java index 4379391917..b8cb001320 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AvgAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/AvgAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BoxPlotAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BoxPlotAggregate.java index c13b995cbe..f06eb479c6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BoxPlotAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BoxPlotAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BoxplotAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BoxplotAggregation.java index eb30929c90..f5065284be 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BoxplotAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BoxplotAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketAggregationBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketAggregationBase.java index ef4dbd37a3..0df2e4ddff 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketAggregationBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketAggregationBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketMetricValueAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketMetricValueAggregate.java index 38dd9e2bed..870906c21b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketMetricValueAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketMetricValueAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketScriptAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketScriptAggregation.java index 6529d1624c..fced4b9c32 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketScriptAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketScriptAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketSelectorAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketSelectorAggregation.java index 2d50080d0c..9e1aff0bd3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketSelectorAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketSelectorAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketSortAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketSortAggregation.java index 10441d6128..a643d51d70 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketSortAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketSortAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Buckets.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Buckets.java index 57cf19ee75..dd81962ff0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Buckets.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Buckets.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsBuilders.java index 08b403eeb3..0830d896bc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsPath.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsPath.java index 46f8a522f4..fc2e6d8c86 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsPath.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsPath.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsPathBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsPathBuilders.java index bcadf2387e..5e5f78c1f8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsPathBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/BucketsPathBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CalendarInterval.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CalendarInterval.java index b14fa5e68b..80a9e6a18c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CalendarInterval.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CalendarInterval.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CardinalityAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CardinalityAggregate.java index 1552d7b7f2..e9baf7cae9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CardinalityAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CardinalityAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CardinalityAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CardinalityAggregation.java index 0c63b01ae4..4034693220 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CardinalityAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CardinalityAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChiSquareHeuristic.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChiSquareHeuristic.java index 1fe6ad7321..fcdccf5f80 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChiSquareHeuristic.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChiSquareHeuristic.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregate.java index a4b7687b0c..f1b2a03035 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregateBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregateBucket.java index fc6c4bb4c1..207b861af7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregateBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregateBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregation.java index c683a97cf7..8fc17cf098 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ChildrenAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ClassificationInferenceOptions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ClassificationInferenceOptions.java index 12b9639274..68944c46b2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ClassificationInferenceOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ClassificationInferenceOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregate.java index 4a9c529d70..ca057e9fe7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregation.java index cc4675b397..6e2dfec5ac 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregationSource.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregationSource.java index 09e67f5cfe..87ea1f6336 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregationSource.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeAggregationSource.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeBucket.java index 3eef6e3f85..35cfcc93af 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CompositeBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeCardinalityAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeCardinalityAggregate.java index 3210dbcdd7..c2366509dc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeCardinalityAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeCardinalityAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeCardinalityAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeCardinalityAggregation.java index ca2ab25c1d..2f050e9d3f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeCardinalityAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeCardinalityAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeSumAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeSumAggregation.java index 7c4e7c0c43..9c05f3a2ee 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeSumAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/CumulativeSumAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramAggregate.java index d80741c498..8e319eeef5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramAggregation.java index 826f6ec3cc..b8e7a84471 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramBucket.java index 0330e04348..ccf7ecad2b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateHistogramBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeAggregate.java index 83987e492d..b253594d7a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeAggregation.java index a32da30600..54e75a7845 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeExpression.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeExpression.java index e289a72120..e0f31ab006 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeExpression.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DateRangeExpression.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DerivativeAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DerivativeAggregate.java index 06885da841..a4713c0239 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DerivativeAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DerivativeAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DerivativeAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DerivativeAggregation.java index 54b1faffa5..cc24df8044 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DerivativeAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DerivativeAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DiversifiedSamplerAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DiversifiedSamplerAggregation.java index 34d061571a..dbd99d3f08 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DiversifiedSamplerAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DiversifiedSamplerAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DoubleTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DoubleTermsAggregate.java index 9e507e09cb..d35ad74419 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DoubleTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DoubleTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DoubleTermsBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DoubleTermsBucket.java index c9404b40ed..c5a683f7a9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DoubleTermsBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/DoubleTermsBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/EwmaModelSettings.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/EwmaModelSettings.java index 5bed937efe..38eda36bc1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/EwmaModelSettings.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/EwmaModelSettings.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/EwmaMovingAverageAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/EwmaMovingAverageAggregation.java index 4194bfa9b9..e4b0c1c510 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/EwmaMovingAverageAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/EwmaMovingAverageAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedBounds.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedBounds.java index e9d5bf1820..e0a26dc43d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedBounds.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedBounds.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsAggregate.java index 18cc80c73c..d3b5c6cdd4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsAggregation.java index d23e96b813..4353fb3957 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsBucketAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsBucketAggregate.java index fc225a8ab6..8dda5ca412 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsBucketAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsBucketAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsBucketAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsBucketAggregation.java index 5bd728c12e..a17317eaf0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsBucketAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ExtendedStatsBucketAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FieldDateMath.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FieldDateMath.java index 0044cbc2f9..323f6689e4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FieldDateMath.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FieldDateMath.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FieldDateMathBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FieldDateMathBuilders.java index fdf6001c2b..1b2d51e742 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FieldDateMathBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FieldDateMathBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FilterAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FilterAggregate.java index e5f8b05f95..bbf115c56d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FilterAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FilterAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersAggregate.java index f3db0cf241..51c5881319 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersAggregation.java index e2ab79c730..79f3913fbc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersBucket.java index dfb04636af..e3860c3962 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FiltersBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FormatMetricAggregationBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FormatMetricAggregationBase.java index d8dced2621..f136a6c92f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FormatMetricAggregationBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FormatMetricAggregationBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FormattableMetricAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FormattableMetricAggregation.java index 952ce8e3b1..f1c4d348e4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FormattableMetricAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/FormattableMetricAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GapPolicy.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GapPolicy.java index f0fcce3994..03e3cf32d6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GapPolicy.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GapPolicy.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoBoundsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoBoundsAggregate.java index 8b5ef16d39..2b465b8e37 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoBoundsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoBoundsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoBoundsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoBoundsAggregation.java index 01a1e2911d..e2d6ee5840 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoBoundsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoBoundsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoCentroidAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoCentroidAggregate.java index 650419f1e8..31171a624a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoCentroidAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoCentroidAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoCentroidAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoCentroidAggregation.java index f99d7b777a..fbb68634f0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoCentroidAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoCentroidAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoDistanceAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoDistanceAggregate.java index d52afddc8e..82a88241a1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoDistanceAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoDistanceAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoDistanceAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoDistanceAggregation.java index 27cd71bcc6..dbac89ab99 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoDistanceAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoDistanceAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridAggregate.java index 84369c1c0a..ac82cdfea9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridAggregation.java index 426df33803..95b284fe15 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridBucket.java index dab75f373a..7c1532dcd2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoHashGridBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineAggregate.java index 3e55e86d12..27f7a5d3cd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineAggregation.java index d549aefb9c..1a7811827e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLinePoint.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLinePoint.java index 47bfcf18aa..25cb50f0d3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLinePoint.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLinePoint.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineSort.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineSort.java index cd46c6152f..af03d6060b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineSort.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoLineSort.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridAggregate.java index 14fb4ce44c..ca47f49ffc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridAggregation.java index e1c369c2b6..748a26f2a7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridBucket.java index 2883c8dbbe..b40b612f06 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GeoTileGridBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GlobalAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GlobalAggregate.java index 77b105feb8..010a98d066 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GlobalAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GlobalAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GlobalAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GlobalAggregation.java index 1695662365..d73dd11b67 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GlobalAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GlobalAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GoogleNormalizedDistanceHeuristic.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GoogleNormalizedDistanceHeuristic.java index bf8928c7b5..3381d765bc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GoogleNormalizedDistanceHeuristic.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/GoogleNormalizedDistanceHeuristic.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrMethod.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrMethod.java index 75c4eb34f4..fc4122a21d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrMethod.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrMethod.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrPercentileRanksAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrPercentileRanksAggregate.java index b50822feda..9368a92ac4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrPercentileRanksAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrPercentileRanksAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrPercentilesAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrPercentilesAggregate.java index 052c51f9ca..6466076a9d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrPercentilesAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HdrPercentilesAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramAggregate.java index aed6de8d79..7e9731abc4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramAggregation.java index b0ce1974ab..61e1baff03 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramBucket.java index 10c3bf472c..562de17618 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramOrder.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramOrder.java index d5fc4b8b42..f5aeceb408 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramOrder.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HistogramOrder.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltLinearModelSettings.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltLinearModelSettings.java index 7ef0f83625..bb0bb66e17 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltLinearModelSettings.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltLinearModelSettings.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltMovingAverageAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltMovingAverageAggregation.java index 0c10e94e7b..7ab10cd9d4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltMovingAverageAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltMovingAverageAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersModelSettings.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersModelSettings.java index 494ede60aa..4a6d563458 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersModelSettings.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersModelSettings.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersMovingAverageAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersMovingAverageAggregation.java index f794875a4b..0542532628 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersMovingAverageAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersMovingAverageAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersType.java index b796dbd799..7de6ad49f1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/HoltWintersType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceAggregate.java index 3828906968..2cb11e190c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceAggregation.java index 955f7ca3e4..be73ae436b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceClassImportance.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceClassImportance.java index 67e48c8432..e1a8f6edf0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceClassImportance.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceClassImportance.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceConfig.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceConfig.java index 1e3e73395c..9fa5da6a3c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceConfig.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceConfig.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceFeatureImportance.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceFeatureImportance.java index 2d0b7f92b6..d62782ec4c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceFeatureImportance.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceFeatureImportance.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceTopClassEntry.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceTopClassEntry.java index f52366e441..533a5be925 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceTopClassEntry.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/InferenceTopClassEntry.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregate.java index e642a25973..1d0956a511 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregation.java index 2b4969ec3a..e9746ca4fd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregationRange.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregationRange.java index 86604c956d..21e8f57be3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregationRange.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeAggregationRange.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeBucket.java index 7d2bf016c6..76a98c88a9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/IpRangeBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LinearMovingAverageAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LinearMovingAverageAggregation.java index bd71f70543..50f1c260a2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LinearMovingAverageAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LinearMovingAverageAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongRareTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongRareTermsAggregate.java index 3b2f83bdfa..aff667540a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongRareTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongRareTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongRareTermsBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongRareTermsBucket.java index 55d50189bd..8d5614bae9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongRareTermsBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongRareTermsBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongTermsAggregate.java index ea268d43a8..eff6fd711d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongTermsBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongTermsBucket.java index 9060845027..53e1e4724e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongTermsBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/LongTermsBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixAggregation.java index 85c1aabcb5..e642574445 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsAggregate.java index 8aae492388..c66e0657de 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsAggregation.java index 3008a840e2..12783f84eb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsFields.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsFields.java index f0294f363f..2474ec2fb4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsFields.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MatrixStatsFields.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxAggregate.java index b156ac6108..6a8fdb4a50 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxAggregation.java index 40744db420..ce2c2a041a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxBucketAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxBucketAggregation.java index e57ac1917d..19b3cf0799 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxBucketAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MaxBucketAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MedianAbsoluteDeviationAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MedianAbsoluteDeviationAggregate.java index 87e2d85bd6..6c546edb4b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MedianAbsoluteDeviationAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MedianAbsoluteDeviationAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MedianAbsoluteDeviationAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MedianAbsoluteDeviationAggregation.java index 73594c2a87..150602ba6f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MedianAbsoluteDeviationAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MedianAbsoluteDeviationAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MetricAggregationBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MetricAggregationBase.java index dc6289d55b..2900bf34fb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MetricAggregationBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MetricAggregationBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinAggregate.java index f44db7b21a..ee073281db 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinAggregation.java index 168f4f093b..39dc0f599d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinBucketAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinBucketAggregation.java index ff02a6e8ff..41f2dff3c8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinBucketAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinBucketAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinimumInterval.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinimumInterval.java index d4a7eed2d6..3edad0d8b9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinimumInterval.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MinimumInterval.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingAggregate.java index e9a2df6a31..65f9f52a15 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingAggregation.java index 2bce73fafd..c722149122 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingOrder.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingOrder.java index 69f8dc9ee2..2098bddbcc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingOrder.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MissingOrder.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregation.java index 3b9fc2f97b..7f101a0989 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationBase.java index 5b11e3992c..d1d7fc61f9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationBuilders.java index 6e83c00a75..b35e27be32 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationVariant.java index 6d95c02a96..86b1de705b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingAverageAggregationVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingFunctionAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingFunctionAggregation.java index 2494d5d35f..e7149266ed 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingFunctionAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingFunctionAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingPercentilesAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingPercentilesAggregation.java index 4a3180f3be..6d4ef4966e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingPercentilesAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MovingPercentilesAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiBucketAggregateBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiBucketAggregateBase.java index 7d305f4a01..59aa7bd834 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiBucketAggregateBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiBucketAggregateBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiBucketBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiBucketBase.java index 1c41bbedb1..02dfe0024e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiBucketBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiBucketBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermLookup.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermLookup.java index 1ee9f71858..8000319cac 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermLookup.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermLookup.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsAggregate.java index 521484992d..91ef6f1732 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsAggregation.java index 5275e82096..90b866afbc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsBucket.java index 98ec26fd43..34c09014f7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MultiTermsBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MutualInformationHeuristic.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MutualInformationHeuristic.java index 05cec5ad27..50bdb16f29 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MutualInformationHeuristic.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/MutualInformationHeuristic.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NestedAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NestedAggregate.java index b1b6dd7c6f..a35f0adef0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NestedAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NestedAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NestedAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NestedAggregation.java index deeb7c260c..e76689e558 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NestedAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NestedAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NormalizeAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NormalizeAggregation.java index efa99265c2..94d24621a5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NormalizeAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NormalizeAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NormalizeMethod.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NormalizeMethod.java index ef2d95d809..09276c1691 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NormalizeMethod.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/NormalizeMethod.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ParentAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ParentAggregation.java index 234d029a04..43595bfac2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ParentAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ParentAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentageScoreHeuristic.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentageScoreHeuristic.java index ea08e9558f..8734d4c3a4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentageScoreHeuristic.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentageScoreHeuristic.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentileRanksAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentileRanksAggregation.java index 7485a93001..e6b2df15b2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentileRanksAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentileRanksAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Percentiles.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Percentiles.java index 1fc329d971..ea6bb3d4ab 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Percentiles.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/Percentiles.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesAggregateBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesAggregateBase.java index 7f0a37c268..3f778e4ea4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesAggregateBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesAggregateBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesAggregation.java index e6e54bb16e..eae535f125 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBucketAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBucketAggregate.java index 55ac24bd15..f37cf6ac55 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBucketAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBucketAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBucketAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBucketAggregation.java index 924928d414..2520359b3f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBucketAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBucketAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBuilders.java index 8642ed3573..06357770f4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PercentilesBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PipelineAggregationBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PipelineAggregationBase.java index f49a8642cd..04af94a879 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PipelineAggregationBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/PipelineAggregationBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeAggregate.java index 1a422a5be0..a7025c381d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeAggregation.java index 2d6297130e..67950d3dd5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeBucket.java index 14f7ca392c..268a22c886 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RangeBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RareTermsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RareTermsAggregation.java index a3377cbda4..cbcaa14453 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RareTermsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RareTermsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateAggregate.java index 7c0c592411..242c94e1fa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateAggregation.java index ddf4f3adb1..bb665a9466 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateMode.java index b66446ff95..e5abc5aff8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RateMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RegressionInferenceOptions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RegressionInferenceOptions.java index 414bd5fe73..913b7d57c5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RegressionInferenceOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/RegressionInferenceOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ReverseNestedAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ReverseNestedAggregate.java index 6d8adcecf2..a148e6e111 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ReverseNestedAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ReverseNestedAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ReverseNestedAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ReverseNestedAggregation.java index 1dc30e2df4..5479a212c8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ReverseNestedAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ReverseNestedAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregate.java index 9e4d63f73b..362a4404dc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregation.java index d71d0a01a7..f69a77bd14 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregationExecutionHint.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregationExecutionHint.java index 062dc68eb3..8a4a0d08d6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregationExecutionHint.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SamplerAggregationExecutionHint.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedHeuristic.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedHeuristic.java index e366fd5fcd..e5944d9493 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedHeuristic.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedHeuristic.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedMetricAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedMetricAggregate.java index 449b9ad77d..0b3986d1a6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedMetricAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedMetricAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedMetricAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedMetricAggregation.java index 08f7b67dd2..874ef95927 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedMetricAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ScriptedMetricAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SerialDifferencingAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SerialDifferencingAggregation.java index 9b3ae9e73d..a949e45566 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SerialDifferencingAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SerialDifferencingAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantLongTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantLongTermsAggregate.java index 2822ec45ac..f1bc7d820d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantLongTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantLongTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantLongTermsBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantLongTermsBucket.java index 59369df4bd..52daa51817 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantLongTermsBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantLongTermsBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantStringTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantStringTermsAggregate.java index bb1eaffa11..478f5703e5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantStringTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantStringTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantStringTermsBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantStringTermsBucket.java index 9f3fea90be..9af1c3090b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantStringTermsBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantStringTermsBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTermsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTermsAggregation.java index 50b420ac05..6efa968980 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTermsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTermsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTermsBucketBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTermsBucketBase.java index 9b89ead6a1..a148a435e4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTermsBucketBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTermsBucketBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTextAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTextAggregation.java index 80c259962e..0c88f26179 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTextAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SignificantTextAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SimpleMovingAverageAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SimpleMovingAverageAggregation.java index 9ee3b1c027..25576043d9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SimpleMovingAverageAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SimpleMovingAverageAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SimpleValueAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SimpleValueAggregate.java index 6030c5df5d..c39cc57877 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SimpleValueAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SimpleValueAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SingleBucketAggregateBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SingleBucketAggregateBase.java index 7f9db1a002..8afd8fd5d8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SingleBucketAggregateBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SingleBucketAggregateBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SingleMetricAggregateBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SingleMetricAggregateBase.java index a79c0d4721..3ce29bfe09 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SingleMetricAggregateBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SingleMetricAggregateBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StandardDeviationBounds.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StandardDeviationBounds.java index f7c4f05248..25d0dda385 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StandardDeviationBounds.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StandardDeviationBounds.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StandardDeviationBoundsAsString.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StandardDeviationBoundsAsString.java index ce08e1242b..21f1b638bd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StandardDeviationBoundsAsString.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StandardDeviationBoundsAsString.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsAggregate.java index ead3ee619f..bd3ec92684 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsAggregation.java index cc7a6115d0..e5e3d80932 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsBucketAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsBucketAggregate.java index c29a039d1d..2f8bfc9b3c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsBucketAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsBucketAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsBucketAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsBucketAggregation.java index e5796d2fc2..c44b6ba198 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsBucketAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StatsBucketAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringRareTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringRareTermsAggregate.java index b98f39ef48..cae493087b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringRareTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringRareTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringRareTermsBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringRareTermsBucket.java index e465c8d3a7..4e11844b9f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringRareTermsBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringRareTermsBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringStatsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringStatsAggregate.java index 1671127ff6..46504fc6e3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringStatsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringStatsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringStatsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringStatsAggregation.java index 92ef8452d1..376951123b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringStatsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringStatsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringTermsAggregate.java index f464760247..2fc7c94e28 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringTermsBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringTermsBucket.java index e52601d9cf..9265e83009 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringTermsBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/StringTermsBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumAggregate.java index 6e3be4f172..057ddbdc0b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumAggregation.java index bad61928c0..dde9042718 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumBucketAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumBucketAggregation.java index 6a9866079e..d46fdd0d0f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumBucketAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/SumBucketAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigest.java index 6efc8f0d77..3df58d5fa7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigestPercentileRanksAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigestPercentileRanksAggregate.java index 197cb2882b..b37097ae9e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigestPercentileRanksAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigestPercentileRanksAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigestPercentilesAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigestPercentilesAggregate.java index cf0325c8f3..2a0322d480 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigestPercentilesAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TDigestPercentilesAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestAggregate.java index 3e8e532685..1276edbeb7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestAggregation.java index b1b034ff84..3f381c2ef9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestType.java index eca720f67a..8d2685c39b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TTestType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregateBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregateBase.java index ffc579cccc..dff2a4692f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregateBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregateBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregation.java index 527a84bade..cff31da0fa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregationCollectMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregationCollectMode.java index 58b2c48a2b..383bbeae44 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregationCollectMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregationCollectMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregationExecutionHint.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregationExecutionHint.java index 9591935cd4..3ce85682a9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregationExecutionHint.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsAggregationExecutionHint.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsBucketBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsBucketBase.java index 558aa35f2a..7e55a9f2f7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsBucketBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsBucketBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsExclude.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsExclude.java index 7dc96aa235..8d9bcd454f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsExclude.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsExclude.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsExcludeBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsExcludeBuilders.java index f93e81f2a6..64af9b054c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsExcludeBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsExcludeBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsInclude.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsInclude.java index 39b9360589..e3114ba23d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsInclude.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsInclude.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsIncludeBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsIncludeBuilders.java index eddaa6ae9e..76051ff2b5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsIncludeBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsIncludeBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsPartition.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsPartition.java index dc8e07327c..2f5006582f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsPartition.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TermsPartition.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TestPopulation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TestPopulation.java index 0e74617820..140c4f3348 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TestPopulation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TestPopulation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopHitsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopHitsAggregate.java index 3f17d0c58c..83ecdd2e3f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopHitsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopHitsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopHitsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopHitsAggregation.java index d42e0b8e02..2449c54e5f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopHitsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopHitsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetrics.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetrics.java index f1ba9e05dc..5f0c456182 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetrics.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetrics.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsAggregate.java index 2f5116c344..24366478a9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsAggregation.java index 3c32cc1ffa..39a5e90352 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsBucket.java index a21494a162..75ffe273ac 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsValue.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsValue.java index 996c4d22c5..2180b7ff80 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsValue.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/TopMetricsValue.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedRareTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedRareTermsAggregate.java index abc347c21c..0b821c10e1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedRareTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedRareTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedSignificantTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedSignificantTermsAggregate.java index 54c6b15afe..bf103bc413 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedSignificantTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedSignificantTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedTermsAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedTermsAggregate.java index d7fee069e5..7cb9a417c4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedTermsAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/UnmappedTermsAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueCountAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueCountAggregate.java index f91a48bbe0..c99f58dd6e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueCountAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueCountAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueCountAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueCountAggregation.java index 1cc9071458..63ffe1cc6f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueCountAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueCountAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueType.java index 97dae321fb..c367c066de 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/ValueType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramAggregate.java index 8200219f91..64fcc4f5de 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramAggregation.java index 54d6745cf3..16d2c9e96b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramBucket.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramBucket.java index ea65037a08..a19247bada 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramBucket.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/VariableWidthHistogramBucket.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAverageAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAverageAggregation.java index b31c35a1c6..5467b2542a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAverageAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAverageAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAverageValue.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAverageValue.java index 491a4ef724..4ae902320c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAverageValue.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAverageValue.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAvgAggregate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAvgAggregate.java index a9948c4388..ab0b8fbefa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAvgAggregate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/aggregations/WeightedAvgAggregate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Analyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Analyzer.java index 4bff6332eb..eb74c3f14d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Analyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Analyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AnalyzerBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AnalyzerBuilders.java index 16103aa74c..95d2e680a6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AnalyzerBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AnalyzerBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AnalyzerVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AnalyzerVariant.java index 8a319c36ca..6247cfdb41 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AnalyzerVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AnalyzerVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AsciiFoldingTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AsciiFoldingTokenFilter.java index 1d067e054d..f55d2d8863 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AsciiFoldingTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/AsciiFoldingTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilter.java index 594a4f500b..47ba76b5c3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterBase.java index b5045cbb6e..dbcb88e0a7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterBuilders.java index a3936a9d15..15857100a4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinition.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinition.java index 6158305715..54f457e8b5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinition.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinition.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinitionBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinitionBuilders.java index 20cc92eff5..a15deaaf6f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinitionBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinitionBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinitionVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinitionVariant.java index 4a11dfc648..fbde34a99c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinitionVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharFilterDefinitionVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharGroupTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharGroupTokenizer.java index d0adebcd92..80432fb064 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharGroupTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CharGroupTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CommonGramsTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CommonGramsTokenFilter.java index 62419edcf0..1a013fa58b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CommonGramsTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CommonGramsTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CompoundWordTokenFilterBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CompoundWordTokenFilterBase.java index 3f28cbe582..d242ecae2c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CompoundWordTokenFilterBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CompoundWordTokenFilterBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ConditionTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ConditionTokenFilter.java index 79df77c3a3..6350458c98 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ConditionTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ConditionTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CustomAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CustomAnalyzer.java index da1fd3178d..f615bf2fc5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CustomAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CustomAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CustomNormalizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CustomNormalizer.java index b02077fb37..47bc45b2a5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CustomNormalizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/CustomNormalizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DelimitedPayloadEncoding.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DelimitedPayloadEncoding.java index f4fb215205..9fec21ed1f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DelimitedPayloadEncoding.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DelimitedPayloadEncoding.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DelimitedPayloadTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DelimitedPayloadTokenFilter.java index 753cb76640..16efebc876 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DelimitedPayloadTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DelimitedPayloadTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DictionaryDecompounderTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DictionaryDecompounderTokenFilter.java index b025e2ec71..7947ff9ff5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DictionaryDecompounderTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DictionaryDecompounderTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DutchAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DutchAnalyzer.java index c18ab75a01..2e0239f264 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DutchAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/DutchAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramSide.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramSide.java index acd3652ffc..d1ab9b9b44 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramSide.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramSide.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramTokenFilter.java index 380020b78a..90706360bd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramTokenizer.java index d130bba5c4..1cd02b18b9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/EdgeNGramTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ElisionTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ElisionTokenFilter.java index 3e968879d4..182a46fad5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ElisionTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ElisionTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/FingerprintAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/FingerprintAnalyzer.java index c8f583140b..9380b132ff 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/FingerprintAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/FingerprintAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/FingerprintTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/FingerprintTokenFilter.java index f3269556dd..16e754a849 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/FingerprintTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/FingerprintTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HtmlStripCharFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HtmlStripCharFilter.java index e9547e03b2..010d9747ce 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HtmlStripCharFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HtmlStripCharFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HunspellTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HunspellTokenFilter.java index 7092beca04..bcb1c06fd1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HunspellTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HunspellTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HyphenationDecompounderTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HyphenationDecompounderTokenFilter.java index b4ef30962d..9e48181bb3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HyphenationDecompounderTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/HyphenationDecompounderTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuAnalyzer.java index 662519e91f..5ea1897974 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationAlternate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationAlternate.java index d6b162c46a..dc742b6498 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationAlternate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationAlternate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationCaseFirst.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationCaseFirst.java index c6f5b7c866..4f14b5834e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationCaseFirst.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationCaseFirst.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationDecomposition.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationDecomposition.java index 4dea87fbe1..1090b73ee5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationDecomposition.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationDecomposition.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationStrength.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationStrength.java index 91c9fa29fe..8b030305b5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationStrength.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationStrength.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationTokenFilter.java index 2ba0621076..c94013229b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuCollationTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuFoldingTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuFoldingTokenFilter.java index b34fb31a48..2ee3d71f28 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuFoldingTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuFoldingTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationCharFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationCharFilter.java index e790aeeee9..82cc7637c3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationCharFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationCharFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationMode.java index bf2e3f132c..48d8c8573f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationTokenFilter.java index a76a78e7ec..eae74a8839 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationType.java index 74b3e643a3..db5a8068d2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuNormalizationType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTokenizer.java index 51f4e43da6..f505c0a38c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTransformDirection.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTransformDirection.java index 4be963ba25..ed3f94ba62 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTransformDirection.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTransformDirection.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTransformTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTransformTokenFilter.java index 915a9e5204..ad16b1f0fd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTransformTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/IcuTransformTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KStemTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KStemTokenFilter.java index f46ae574c1..5d65c8dd69 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KStemTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KStemTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepTypesMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepTypesMode.java index 8188a2db57..43a68c031c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepTypesMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepTypesMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepTypesTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepTypesTokenFilter.java index bed16ffb6b..a1365f5c54 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepTypesTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepTypesTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepWordsTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepWordsTokenFilter.java index 15ccf10d7d..444f6c27e4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepWordsTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeepWordsTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordAnalyzer.java index 2b592ed48a..5f6de5c9a4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordMarkerTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordMarkerTokenFilter.java index 0c4ca1c8ca..9e38013205 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordMarkerTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordMarkerTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordTokenizer.java index 551cb2d3df..d0d6f8c363 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KeywordTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiAnalyzer.java index 2c06ce5435..dd5abf6b1f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiIterationMarkCharFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiIterationMarkCharFilter.java index 5d7181da61..07121d3e7c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiIterationMarkCharFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiIterationMarkCharFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiPartOfSpeechTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiPartOfSpeechTokenFilter.java index 96d636439b..0a6c309814 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiPartOfSpeechTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiPartOfSpeechTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiReadingFormTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiReadingFormTokenFilter.java index bf1a549c04..f49b9c8b6e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiReadingFormTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiReadingFormTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiStemmerTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiStemmerTokenFilter.java index 992104f514..0366e33b7c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiStemmerTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiStemmerTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiTokenizationMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiTokenizationMode.java index 19bebdf1ec..85993b7bc7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiTokenizationMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiTokenizationMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiTokenizer.java index ba30091fdf..2d289a15d7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/KuromojiTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Language.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Language.java index b959fd96c9..17dd8856fd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Language.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Language.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LanguageAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LanguageAnalyzer.java index da53fe083f..e0361de4cc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LanguageAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LanguageAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LengthTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LengthTokenFilter.java index 19e6d0e23b..dc450510a5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LengthTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LengthTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LetterTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LetterTokenizer.java index 17048f86c7..bfac7a31d5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LetterTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LetterTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LimitTokenCountTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LimitTokenCountTokenFilter.java index 39845cc9c2..65d12e8b14 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LimitTokenCountTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LimitTokenCountTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseNormalizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseNormalizer.java index 8ee658e4f5..6358b25bd9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseNormalizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseNormalizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseTokenFilter.java index a04b176fe0..3f158c4252 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseTokenizer.java index 14219fa1db..1710cbc84d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/LowercaseTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/MappingCharFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/MappingCharFilter.java index 17b770359c..78c7337950 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/MappingCharFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/MappingCharFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/MultiplexerTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/MultiplexerTokenFilter.java index f1af8d5e81..88956d57c5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/MultiplexerTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/MultiplexerTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NGramTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NGramTokenFilter.java index 215a48c538..5e30080286 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NGramTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NGramTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NGramTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NGramTokenizer.java index dd27bf8019..d2b4f9bb34 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NGramTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NGramTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriAnalyzer.java index 40e9957b83..0aaaa5169e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriDecompoundMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriDecompoundMode.java index 25fa85ab5d..12da17bfd8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriDecompoundMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriDecompoundMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriPartOfSpeechTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriPartOfSpeechTokenFilter.java index b96f46bacd..32baa89599 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriPartOfSpeechTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriPartOfSpeechTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriTokenizer.java index 979ba83941..b5fccb6797 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NoriTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Normalizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Normalizer.java index bfcf35bd0e..6725431842 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Normalizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Normalizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NormalizerBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NormalizerBuilders.java index 40b0532bb7..704a58a39e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NormalizerBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NormalizerBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NormalizerVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NormalizerVariant.java index bf7f5db972..25b531813a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NormalizerVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/NormalizerVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PathHierarchyTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PathHierarchyTokenizer.java index 803cc8c6b7..a3bd4a0114 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PathHierarchyTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PathHierarchyTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternAnalyzer.java index beab4d4cd1..61df96d55a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternCaptureTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternCaptureTokenFilter.java index ad27152e07..e80f216ae1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternCaptureTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternCaptureTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternReplaceCharFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternReplaceCharFilter.java index c3683652e4..cb4073822d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternReplaceCharFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternReplaceCharFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternReplaceTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternReplaceTokenFilter.java index 380e5d72e0..4d0b1a80fb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternReplaceTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternReplaceTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternTokenizer.java index 2a010d1de1..f1e02149bb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PatternTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticEncoder.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticEncoder.java index ed5504b56f..1121d88bb0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticEncoder.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticEncoder.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticLanguage.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticLanguage.java index d8f3c3db31..a0261e6148 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticLanguage.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticLanguage.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticNameType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticNameType.java index 52ab95f984..a31d6873c1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticNameType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticNameType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticRuleType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticRuleType.java index 1d22599e0a..e601ebf80a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticRuleType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticRuleType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticTokenFilter.java index 86353a87d1..9abae003d5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PhoneticTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PorterStemTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PorterStemTokenFilter.java index e1b52c32b5..f28727c7b4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PorterStemTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PorterStemTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PredicateTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PredicateTokenFilter.java index d74c6b37a6..9e3a7c6da7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PredicateTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/PredicateTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/RemoveDuplicatesTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/RemoveDuplicatesTokenFilter.java index 5273c3f2bf..3ea5cc6f59 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/RemoveDuplicatesTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/RemoveDuplicatesTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ReverseTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ReverseTokenFilter.java index 41a5b08920..9401eca0e0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ReverseTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ReverseTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ShingleTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ShingleTokenFilter.java index c5ba05d33c..48a91beb1a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ShingleTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/ShingleTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SimpleAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SimpleAnalyzer.java index eded839307..85a859ac59 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SimpleAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SimpleAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballAnalyzer.java index 3042aded91..f55eed318a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballLanguage.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballLanguage.java index 3df804f6cd..7a0e7b9904 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballLanguage.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballLanguage.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballTokenFilter.java index dad977e9bc..b2cb5408f2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SnowballTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StandardAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StandardAnalyzer.java index 8a1fa9b9d5..46fe095ce8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StandardAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StandardAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StandardTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StandardTokenizer.java index 09218ba6b5..357450a127 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StandardTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StandardTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StemmerOverrideTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StemmerOverrideTokenFilter.java index 7d6fe868bf..a1fd405086 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StemmerOverrideTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StemmerOverrideTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StemmerTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StemmerTokenFilter.java index 145cea460a..2262ed2418 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StemmerTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StemmerTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StopAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StopAnalyzer.java index 13a32cedd0..3eca8c2367 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StopAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StopAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StopTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StopTokenFilter.java index 51e20c1b60..dbda42e503 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StopTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/StopTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymFormat.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymFormat.java index 37ae586606..22f41e4e6d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymFormat.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymFormat.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymGraphTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymGraphTokenFilter.java index 56e05e720d..e9f4ad59a8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymGraphTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymGraphTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymTokenFilter.java index fe65a1fe06..3b3c25edde 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/SynonymTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenChar.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenChar.java index 80f81de67f..436cf803ee 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenChar.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenChar.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilter.java index bd42912ec9..338c998331 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterBase.java index b0b585cd88..c40f8f111f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterBuilders.java index 73f3e849d9..7e19c930fa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinition.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinition.java index 07eb086f0f..46eb2e95ba 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinition.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinition.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinitionBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinitionBuilders.java index eff8c02a0c..1808a6f7d3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinitionBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinitionBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinitionVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinitionVariant.java index 68ab951b20..c8265e38e0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinitionVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenFilterDefinitionVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Tokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Tokenizer.java index 1d01e00178..89a45a306c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Tokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/Tokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerBase.java index e65e7a131c..cc18a75fb6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerBuilders.java index 5ac64c0a81..b6addb5dd2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinition.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinition.java index 2d12413c45..3f27688ee8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinition.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinition.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinitionBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinitionBuilders.java index bf0e19a7eb..90fb0b33f3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinitionBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinitionBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinitionVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinitionVariant.java index c27e468f34..a354bd6633 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinitionVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TokenizerDefinitionVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TrimTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TrimTokenFilter.java index ca8edfa1c8..f7660d6015 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TrimTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TrimTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TruncateTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TruncateTokenFilter.java index f4b9d8803b..0ad033bec8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TruncateTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/TruncateTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UaxEmailUrlTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UaxEmailUrlTokenizer.java index 163787b9b9..c3e3c2679a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UaxEmailUrlTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UaxEmailUrlTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UniqueTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UniqueTokenFilter.java index 47aa628208..4f95233d14 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UniqueTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UniqueTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UppercaseTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UppercaseTokenFilter.java index b96f7764d6..acbeb54929 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UppercaseTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/UppercaseTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WhitespaceAnalyzer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WhitespaceAnalyzer.java index 66a7103d45..c1dcbc6536 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WhitespaceAnalyzer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WhitespaceAnalyzer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WhitespaceTokenizer.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WhitespaceTokenizer.java index 294a64aa11..cf415660ec 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WhitespaceTokenizer.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WhitespaceTokenizer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WordDelimiterGraphTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WordDelimiterGraphTokenFilter.java index a6b96bd63b..0519615c46 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WordDelimiterGraphTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WordDelimiterGraphTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WordDelimiterTokenFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WordDelimiterTokenFilter.java index dd5aba57ea..933338ed3c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WordDelimiterTokenFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/analysis/WordDelimiterTokenFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/AggregateMetricDoubleProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/AggregateMetricDoubleProperty.java index 00e10f600c..9f4bf48162 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/AggregateMetricDoubleProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/AggregateMetricDoubleProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/AllField.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/AllField.java index bd1bf4c715..85a67356bb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/AllField.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/AllField.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/BinaryProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/BinaryProperty.java index fca8e6e662..343f265b5a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/BinaryProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/BinaryProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/BooleanProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/BooleanProperty.java index 5625ef8361..8075a90fea 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/BooleanProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/BooleanProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ByteNumberProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ByteNumberProperty.java index 606134137a..e73fbd012e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ByteNumberProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ByteNumberProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/CompletionProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/CompletionProperty.java index 78011b79ce..3e784d1831 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/CompletionProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/CompletionProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ConstantKeywordProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ConstantKeywordProperty.java index d8dbcea509..5a6ae3e0d0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ConstantKeywordProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ConstantKeywordProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/CorePropertyBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/CorePropertyBase.java index 625182fa1a..ccc260951e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/CorePropertyBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/CorePropertyBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateNanosProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateNanosProperty.java index 6e4ace4d87..17f84c2fd7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateNanosProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateNanosProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateProperty.java index 59e279c050..1862813083 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateRangeProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateRangeProperty.java index 4a0d276b65..6aa8198e82 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateRangeProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DateRangeProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DenseVectorIndexOptions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DenseVectorIndexOptions.java index 4f170b9a23..ff27c14097 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DenseVectorIndexOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DenseVectorIndexOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DenseVectorProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DenseVectorProperty.java index 2b7e40a5d3..0a5bda4618 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DenseVectorProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DenseVectorProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DocValuesPropertyBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DocValuesPropertyBase.java index f22646cee3..fe3a07186a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DocValuesPropertyBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DocValuesPropertyBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DoubleNumberProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DoubleNumberProperty.java index 66f11380ee..de87c5f140 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DoubleNumberProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DoubleNumberProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DoubleRangeProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DoubleRangeProperty.java index d21d92f027..12d62063c3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DoubleRangeProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DoubleRangeProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DynamicMapping.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DynamicMapping.java index 7131cdba4b..fa3871bef9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DynamicMapping.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DynamicMapping.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DynamicTemplate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DynamicTemplate.java index cdb4f81c9c..b193296d1d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DynamicTemplate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/DynamicTemplate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldAliasProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldAliasProperty.java index 45083c1120..8142791d47 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldAliasProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldAliasProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldMapping.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldMapping.java index eef4c7b5e8..76854f6742 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldMapping.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldMapping.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldNamesField.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldNamesField.java index f6571139a5..75e348667b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldNamesField.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldNamesField.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldType.java index 37469683ca..9ccc83ccb0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FieldType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FlattenedProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FlattenedProperty.java index ce7fc174cf..f768a6c2b7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FlattenedProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FlattenedProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FloatNumberProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FloatNumberProperty.java index a82cfcb3bd..eeae3fc817 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FloatNumberProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FloatNumberProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FloatRangeProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FloatRangeProperty.java index 0797367e36..e63452babb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FloatRangeProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/FloatRangeProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoOrientation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoOrientation.java index 001e0d166e..fba98f3cc3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoOrientation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoOrientation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoPointProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoPointProperty.java index c3f1b2de73..0faf9fc5c6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoPointProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoPointProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoShapeProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoShapeProperty.java index 9d11a7e43f..5d5ca6baed 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoShapeProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoShapeProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoStrategy.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoStrategy.java index daeb9b40fa..b4925a6692 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoStrategy.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/GeoStrategy.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/HalfFloatNumberProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/HalfFloatNumberProperty.java index 440ec1fb25..d930eb35e0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/HalfFloatNumberProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/HalfFloatNumberProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/HistogramProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/HistogramProperty.java index 47952d544c..9438ede93f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/HistogramProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/HistogramProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IndexField.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IndexField.java index fb6af73a6c..e210d00013 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IndexField.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IndexField.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IndexOptions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IndexOptions.java index 8ed89a7f65..f4f7bcec1f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IndexOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IndexOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IntegerNumberProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IntegerNumberProperty.java index 33de93b8f8..0096a33250 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IntegerNumberProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IntegerNumberProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IntegerRangeProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IntegerRangeProperty.java index 3730d3a113..b4905991da 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IntegerRangeProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IntegerRangeProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IpProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IpProperty.java index 3cceae9c6c..bb2ab4e276 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IpProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IpProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IpRangeProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IpRangeProperty.java index 28ec01de3b..225ada5703 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IpRangeProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/IpRangeProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/JoinProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/JoinProperty.java index 9d059e6f95..8a5de1f5e8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/JoinProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/JoinProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/KeywordProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/KeywordProperty.java index 5aea21c170..d4f8fab95d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/KeywordProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/KeywordProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/LongNumberProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/LongNumberProperty.java index 7139fbad92..7415ffd13b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/LongNumberProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/LongNumberProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/LongRangeProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/LongRangeProperty.java index 706b4dd722..a5a98e22e9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/LongRangeProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/LongRangeProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/MatchType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/MatchType.java index 1d8b6a61da..ccf15ca778 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/MatchType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/MatchType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/Murmur3HashProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/Murmur3HashProperty.java index d8b8aa94a8..36b4072426 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/Murmur3HashProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/Murmur3HashProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/NestedProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/NestedProperty.java index 485560b247..6afa964ec5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/NestedProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/NestedProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/NumberPropertyBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/NumberPropertyBase.java index d6e1dbcd10..73ce8057d6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/NumberPropertyBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/NumberPropertyBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ObjectProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ObjectProperty.java index 2e11d4501e..f7b4874f17 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ObjectProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ObjectProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/OnScriptError.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/OnScriptError.java index 480119896f..f3d7f65bd2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/OnScriptError.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/OnScriptError.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PercolatorProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PercolatorProperty.java index 1168471b70..75e080ed0a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PercolatorProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PercolatorProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PointProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PointProperty.java index cab5023ad3..c65d404e62 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PointProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PointProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/Property.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/Property.java index 4802238a1d..3d79fe2ad6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/Property.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/Property.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyBase.java index 114aec9ff7..1fb957ec0c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyBuilders.java index 9a34d7a0d3..ce26b2f7c5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyVariant.java index 701c5e116b..29b29f754b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/PropertyVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RangePropertyBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RangePropertyBase.java index 1f350b45a2..6527d88408 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RangePropertyBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RangePropertyBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RankFeatureProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RankFeatureProperty.java index 466075f119..340e4f2e5b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RankFeatureProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RankFeatureProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RankFeaturesProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RankFeaturesProperty.java index d21e1ed31e..3d8c9f60a8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RankFeaturesProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RankFeaturesProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RoutingField.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RoutingField.java index 80a5bc91bc..20d76c19fc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RoutingField.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RoutingField.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RuntimeField.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RuntimeField.java index fe2c2e0c7c..2707da2df3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RuntimeField.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RuntimeField.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RuntimeFieldType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RuntimeFieldType.java index 16f7f0ec1d..4017106fc4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RuntimeFieldType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/RuntimeFieldType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ScaledFloatNumberProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ScaledFloatNumberProperty.java index 4018133fc9..df282624b0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ScaledFloatNumberProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ScaledFloatNumberProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SearchAsYouTypeProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SearchAsYouTypeProperty.java index 73fb77dca2..8155f93964 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SearchAsYouTypeProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SearchAsYouTypeProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ShapeProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ShapeProperty.java index 21f904dae6..3c494f9f37 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ShapeProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ShapeProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ShortNumberProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ShortNumberProperty.java index 4bf202c2bc..16385ed682 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ShortNumberProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/ShortNumberProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SizeField.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SizeField.java index 60619cec31..4ea0125ed7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SizeField.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SizeField.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SourceField.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SourceField.java index 58907762a2..6874753375 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SourceField.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SourceField.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/StandardNumberProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/StandardNumberProperty.java index 4d7e3eb928..9622573694 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/StandardNumberProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/StandardNumberProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SuggestContext.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SuggestContext.java index de22c62e54..a5c291bb40 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SuggestContext.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/SuggestContext.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TermVectorOption.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TermVectorOption.java index acfc49c16c..3928fe4440 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TermVectorOption.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TermVectorOption.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TextIndexPrefixes.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TextIndexPrefixes.java index 26cbc39ef6..3f460e572e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TextIndexPrefixes.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TextIndexPrefixes.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TextProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TextProperty.java index c19f9e7c73..338561e88d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TextProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TextProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TokenCountProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TokenCountProperty.java index d98226fc5a..2f67c5cf34 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TokenCountProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TokenCountProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TypeMapping.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TypeMapping.java index c555cabc59..ec90d1eec3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TypeMapping.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/TypeMapping.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/UnsignedLongNumberProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/UnsignedLongNumberProperty.java index 09a05c9568..d2f6788062 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/UnsignedLongNumberProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/UnsignedLongNumberProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/VersionProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/VersionProperty.java index 719ba20e80..b0d907b273 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/VersionProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/VersionProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/WildcardProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/WildcardProperty.java index 59a40705ef..f7ef17393d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/WildcardProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/mapping/WildcardProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/BoolQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/BoolQuery.java index 2daaf2da06..8479d154b0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/BoolQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/BoolQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/BoostingQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/BoostingQuery.java index 90156df246..061327e4ae 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/BoostingQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/BoostingQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ChildScoreMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ChildScoreMode.java index 98f89db6f6..b1e223e299 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ChildScoreMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ChildScoreMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsOperator.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsOperator.java index a4cf21f64e..ed0e4ea943 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsOperator.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsOperator.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsQuery.java index d652b97951..b50eaf3206 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsZeroTerms.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsZeroTerms.java index 53b37bd1d5..a30fc90998 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsZeroTerms.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CombinedFieldsZeroTerms.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CommonTermsQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CommonTermsQuery.java index 247110b2a9..03a874c6b4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CommonTermsQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/CommonTermsQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ConstantScoreQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ConstantScoreQuery.java index 167ad586bf..c19f030cc1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ConstantScoreQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ConstantScoreQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayFunction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayFunction.java index d73679cd57..1eae406412 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayFunction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayFunction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayFunctionBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayFunctionBase.java index f5808a3fcd..2b5ab7b060 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayFunctionBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayFunctionBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayPlacement.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayPlacement.java index 1c4ad74d72..0e25979bbb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayPlacement.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DecayPlacement.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DisMaxQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DisMaxQuery.java index 0c7cadde50..0c7f28305d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DisMaxQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DisMaxQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DistanceFeatureQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DistanceFeatureQuery.java index c1ce164c37..d745bfac40 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DistanceFeatureQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/DistanceFeatureQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ExistsQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ExistsQuery.java index 572eb4491b..8cd1f577a6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ExistsQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ExistsQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldAndFormat.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldAndFormat.java index a972822f4d..e63c096d93 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldAndFormat.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldAndFormat.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldLookup.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldLookup.java index 8d072ca337..a885d144bc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldLookup.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldLookup.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldValueFactorModifier.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldValueFactorModifier.java index d9eb5f1ae7..5720567ddf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldValueFactorModifier.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldValueFactorModifier.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldValueFactorScoreFunction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldValueFactorScoreFunction.java index 2590e51ef1..21ab3b30be 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldValueFactorScoreFunction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FieldValueFactorScoreFunction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionBoostMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionBoostMode.java index 7690b6c914..0f989fdb08 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionBoostMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionBoostMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScore.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScore.java index bb77c99fc0..6e819a397d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScore.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScore.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreBuilders.java index f06bb9665a..c9b11af507 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreMode.java index 64963b5bfc..d8f6dc10bd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreQuery.java index 2ec5716987..5674d089ef 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreVariant.java index 01ae1ce905..0ecd2a278a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FunctionScoreVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FuzzyQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FuzzyQuery.java index 6e5e995d95..7a9b47198f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FuzzyQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/FuzzyQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoBoundingBoxQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoBoundingBoxQuery.java index 8ed3a8d7df..5d2b50bd67 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoBoundingBoxQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoBoundingBoxQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoDistanceQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoDistanceQuery.java index cdb35d4822..18c41e4bef 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoDistanceQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoDistanceQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoExecution.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoExecution.java index 169c78fbb6..bbc0ece0ec 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoExecution.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoExecution.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoPolygonPoints.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoPolygonPoints.java index b3445d64ad..0f81b113e0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoPolygonPoints.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoPolygonPoints.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoPolygonQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoPolygonQuery.java index f79c788e0a..6a6233af5f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoPolygonQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoPolygonQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoShapeFieldQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoShapeFieldQuery.java index 15e0612700..23924af5f2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoShapeFieldQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoShapeFieldQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoShapeQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoShapeQuery.java index 739f826adc..ac8af2341d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoShapeQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoShapeQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoValidationMethod.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoValidationMethod.java index 7247b3fc10..1689999c9d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoValidationMethod.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/GeoValidationMethod.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/HasChildQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/HasChildQuery.java index 75b4f04bf0..896834161a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/HasChildQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/HasChildQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/HasParentQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/HasParentQuery.java index 152e5be1f2..90ea27d21c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/HasParentQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/HasParentQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IdsQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IdsQuery.java index cde7d1a856..8743fc957e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IdsQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IdsQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Intervals.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Intervals.java index 3016fe3571..9c54e97ab4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Intervals.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Intervals.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsAllOf.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsAllOf.java index 745a84b7f1..234e3e4cf2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsAllOf.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsAllOf.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsAnyOf.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsAnyOf.java index 09806330ed..20a7c5ea96 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsAnyOf.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsAnyOf.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsBuilders.java index e473d3c3b7..7080cdf44c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilter.java index d28ccd1700..75c498688f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilterBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilterBuilders.java index 5f950c84e6..e9c56a4bfa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilterBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilterBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilterVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilterVariant.java index 8624f33e82..ecfc13d88f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilterVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFilterVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFuzzy.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFuzzy.java index ca539b8c05..f7958e13eb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFuzzy.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsFuzzy.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsMatch.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsMatch.java index cdea5b91f7..c06b3037d7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsMatch.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsMatch.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsPrefix.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsPrefix.java index b943369a82..45773d2ad2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsPrefix.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsPrefix.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQuery.java index 36abe2fe9f..cf1b12a45d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQueryBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQueryBuilders.java index 15a0d7d184..2fb38ba122 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQueryBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQueryBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQueryVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQueryVariant.java index 8c25e179dd..d76fa3d009 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQueryVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsQueryVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsVariant.java index ac52d9462d..1196a5c1cb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsWildcard.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsWildcard.java index 46fb5af791..d8aa21bb38 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsWildcard.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/IntervalsWildcard.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Like.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Like.java index a48f16ae59..f4890aff76 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Like.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Like.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/LikeBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/LikeBuilders.java index 3f069493cf..86640db178 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/LikeBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/LikeBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/LikeDocument.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/LikeDocument.java index 763265624e..547922a662 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/LikeDocument.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/LikeDocument.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchAllQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchAllQuery.java index b3454d3f3d..9a0d8017b3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchAllQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchAllQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchBoolPrefixQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchBoolPrefixQuery.java index 0e10366265..5881953ef1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchBoolPrefixQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchBoolPrefixQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchNoneQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchNoneQuery.java index ca8d6f7681..a6f7bccc20 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchNoneQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchNoneQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchPhrasePrefixQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchPhrasePrefixQuery.java index fa5ccbe54a..a19e9dfb26 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchPhrasePrefixQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchPhrasePrefixQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchPhraseQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchPhraseQuery.java index 240250992a..eb9fa55166 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchPhraseQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchPhraseQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchQuery.java index bd1b424e97..0e371217df 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MatchQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MoreLikeThisQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MoreLikeThisQuery.java index 5379715d3e..c47787e299 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MoreLikeThisQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MoreLikeThisQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MultiMatchQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MultiMatchQuery.java index 7c52e17e1c..0de3204e4c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MultiMatchQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MultiMatchQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MultiValueMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MultiValueMode.java index fae2dff986..f54e9cf81b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MultiValueMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/MultiValueMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/NestedQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/NestedQuery.java index 526c4be0c4..d46baab064 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/NestedQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/NestedQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Operator.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Operator.java index 615d1303ac..0b2b782422 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Operator.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Operator.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ParentIdQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ParentIdQuery.java index 540b0c1721..cc3784bb4f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ParentIdQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ParentIdQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PercolateQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PercolateQuery.java index ef83e7ce04..9611909a6f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PercolateQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PercolateQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedDoc.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedDoc.java index a65c6d9f66..12526d98ff 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedDoc.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedDoc.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQuery.java index 18abb16ea3..8bce8cb178 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQueryBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQueryBuilders.java index 5ac9f9de96..29753c386b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQueryBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQueryBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQueryVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQueryVariant.java index f55fd58f1b..e8b44e3718 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQueryVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PinnedQueryVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PrefixQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PrefixQuery.java index 2c40578248..b6f579df25 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PrefixQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/PrefixQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Query.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Query.java index 44ea759e79..1312d2bf16 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Query.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/Query.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryBase.java index 16b86d0823..ded6cc04df 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryBuilders.java index 6e963ab8e3..8035151b71 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryStringQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryStringQuery.java index 2e2e386452..92da09a71e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryStringQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryStringQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryVariant.java index b781a18158..bc6120b409 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/QueryVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RandomScoreFunction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RandomScoreFunction.java index a44cfda75d..dbd963d22d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RandomScoreFunction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RandomScoreFunction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeQuery.java index d71862278a..412406f6db 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeQueryBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeQueryBase.java index e3b5f6be44..4482ae9a74 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeQueryBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeQueryBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeRelation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeRelation.java index 3119932cb6..9ff327ec82 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeRelation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RangeRelation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunction.java index 081e46af6b..776f3a4591 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionLinear.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionLinear.java index 71ea2d5c58..3adf3328a3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionLinear.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionLinear.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionLogarithm.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionLogarithm.java index 96e428a138..4fcf3ff812 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionLogarithm.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionLogarithm.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionSaturation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionSaturation.java index 0fbdb154db..c5d852f482 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionSaturation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionSaturation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionSigmoid.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionSigmoid.java index 73972fd80a..9de2564aa2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionSigmoid.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureFunctionSigmoid.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureQuery.java index 8f7cc98cc3..2be2a13b11 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RankFeatureQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RegexpQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RegexpQuery.java index 60c2b984e2..885a621d25 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RegexpQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/RegexpQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScoreFunctionBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScoreFunctionBase.java index 07119c3977..e0589d9b88 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScoreFunctionBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScoreFunctionBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptQuery.java index 22804b8342..697740bb9b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptScoreFunction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptScoreFunction.java index 96ba8e99c4..8b59106066 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptScoreFunction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptScoreFunction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptScoreQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptScoreQuery.java index 8d301a2364..1a5ab5dc41 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptScoreQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ScriptScoreQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ShapeFieldQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ShapeFieldQuery.java index 16ff66c814..69207ded40 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ShapeFieldQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ShapeFieldQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ShapeQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ShapeQuery.java index 913a8be859..68eb978786 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ShapeQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ShapeQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlag.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlag.java index 181ea1c29e..44c7517cdf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlag.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlag.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlags.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlags.java index 9266318bd2..96bddceb83 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlags.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlags.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlagsBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlagsBuilders.java index bff2e1b5df..944db244e2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlagsBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringFlagsBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringQuery.java index ba4f86f377..184c18be42 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SimpleQueryStringQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanContainingQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanContainingQuery.java index 22057d9a73..61c1d07d69 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanContainingQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanContainingQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanFieldMaskingQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanFieldMaskingQuery.java index c8b25a6c72..38a112429f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanFieldMaskingQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanFieldMaskingQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanFirstQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanFirstQuery.java index cf2c56d360..21a01191c7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanFirstQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanFirstQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanGapQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanGapQuery.java index df75efd704..57c8420e60 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanGapQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanGapQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch._types.query_dsl; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanMultiTermQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanMultiTermQuery.java index dc605ed227..0a7bc631de 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanMultiTermQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanMultiTermQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanNearQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanNearQuery.java index 4276469170..f6290c7761 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanNearQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanNearQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanNotQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanNotQuery.java index 6a47a0f461..8c2791c2de 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanNotQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanNotQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanOrQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanOrQuery.java index 98fbe40eea..022987b7a7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanOrQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanOrQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQuery.java index 38cd1dfee4..23af86c9d2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQueryBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQueryBuilders.java index 4ebe6bbb46..adf275ba95 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQueryBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQueryBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQueryVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQueryVariant.java index 7b5779f5c5..6d432ea13f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQueryVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanQueryVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanTermQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanTermQuery.java index bbcf5c17d0..43886ca9fd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanTermQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanTermQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanWithinQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanWithinQuery.java index 4a9cdd7acb..c11eea8737 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanWithinQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/SpanWithinQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermQuery.java index 9ce90e45b0..e409e3ff4a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsLookup.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsLookup.java index cb7a2f3405..7449e795c9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsLookup.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsLookup.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQuery.java index b4be3e25fd..005c88553a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQueryField.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQueryField.java index 727d326396..5ef89fecc0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQueryField.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQueryField.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQueryFieldBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQueryFieldBuilders.java index 2cd2143f74..a2466497a0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQueryFieldBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsQueryFieldBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsSetQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsSetQuery.java index 8f5e80f6e7..fd209982cb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsSetQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TermsSetQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TextQueryType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TextQueryType.java index 099a7ab910..0478726623 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TextQueryType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TextQueryType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TypeQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TypeQuery.java index 0278177361..c69d4613b7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TypeQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/TypeQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/WildcardQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/WildcardQuery.java index de5675507d..a315407105 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/WildcardQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/WildcardQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ZeroTermsQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ZeroTermsQuery.java index 688ca3957f..7a18070278 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ZeroTermsQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/_types/query_dsl/ZeroTermsQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AliasesRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AliasesRequest.java index 474ae29244..81c32c1a30 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AliasesRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AliasesRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AliasesResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AliasesResponse.java index 7ee58196b7..beaeaa933a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AliasesResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AliasesResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AllocationRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AllocationRequest.java index 54bea53f96..bfdb6596be 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AllocationRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AllocationRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AllocationResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AllocationResponse.java index 6b73f98ef6..fc853c2001 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AllocationResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/AllocationResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CatRequestBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CatRequestBase.java index 187d6008a8..3d23330a45 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CatRequestBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CatRequestBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CountRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CountRequest.java index a0100cbecf..3babcfb398 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CountRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CountRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CountResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CountResponse.java index 7fb8704b46..267919f7b7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CountResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/CountResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ElasticsearchCatAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ElasticsearchCatAsyncClient.java index fc378391c7..7550412ef4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ElasticsearchCatAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ElasticsearchCatAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ElasticsearchCatClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ElasticsearchCatClient.java index ff72c711fa..3097a20c52 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ElasticsearchCatClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ElasticsearchCatClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/FielddataRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/FielddataRequest.java index 497aab5e14..32d1416569 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/FielddataRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/FielddataRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/FielddataResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/FielddataResponse.java index 9b37c65241..0940857a90 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/FielddataResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/FielddataResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HealthRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HealthRequest.java index 7013f24067..0ed6425ef8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HealthRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HealthRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HealthResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HealthResponse.java index 10d815e28d..d3ff97efec 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HealthResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HealthResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HelpRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HelpRequest.java index 301ffe71b0..fef2572b77 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HelpRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HelpRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HelpResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HelpResponse.java index e7caa3d087..f5829646a9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HelpResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/HelpResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/IndicesRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/IndicesRequest.java index 1191705602..0e18873ab9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/IndicesRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/IndicesRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/IndicesResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/IndicesResponse.java index 76d5b9671d..0af19b6e8d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/IndicesResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/IndicesResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/MasterRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/MasterRequest.java index bc15a068cd..b086f4e74b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/MasterRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/MasterRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/MasterResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/MasterResponse.java index 17df733d9e..40059d11a1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/MasterResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/MasterResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodeattrsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodeattrsRequest.java index e38cff97a9..752c1ea0df 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodeattrsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodeattrsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodeattrsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodeattrsResponse.java index bbcd8d44c5..57092ec877 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodeattrsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodeattrsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodesRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodesRequest.java index 1481686112..890ec7d039 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodesRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodesRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodesResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodesResponse.java index 517a57e808..e56f56512e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodesResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/NodesResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PendingTasksRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PendingTasksRequest.java index f1c74067cb..405c5152c6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PendingTasksRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PendingTasksRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PendingTasksResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PendingTasksResponse.java index 310a2969ed..58036e7203 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PendingTasksResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PendingTasksResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PluginsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PluginsRequest.java index d52cc170c7..1e044576a4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PluginsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PluginsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PluginsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PluginsResponse.java index 5c1816e38c..e928d0ea73 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PluginsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/PluginsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RecoveryRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RecoveryRequest.java index 5de855c93a..ab59adffb8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RecoveryRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RecoveryRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RecoveryResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RecoveryResponse.java index 5d61fbe876..50588c7699 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RecoveryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RecoveryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RepositoriesRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RepositoriesRequest.java index 3f3373ecc5..2fd63f7b3c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RepositoriesRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RepositoriesRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RepositoriesResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RepositoriesResponse.java index b28599d1e3..f1fa9fc7cc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RepositoriesResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/RepositoriesResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SegmentsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SegmentsRequest.java index cc25c44e55..0d902f49d0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SegmentsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SegmentsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SegmentsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SegmentsResponse.java index 58b068d326..94a9175d23 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SegmentsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SegmentsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ShardsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ShardsRequest.java index feb7b8e43e..dfef6278a9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ShardsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ShardsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ShardsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ShardsResponse.java index d6596508c7..2ba8112ac5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ShardsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ShardsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SnapshotsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SnapshotsRequest.java index c3b960d4a2..3cec5a18de 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SnapshotsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SnapshotsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SnapshotsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SnapshotsResponse.java index ad6f2dea81..a783cf06ce 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SnapshotsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/SnapshotsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TasksRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TasksRequest.java index e905fb107e..d07168abb8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TasksRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TasksRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TasksResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TasksResponse.java index a508466e14..b0b0ba5489 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TasksResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TasksResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TemplatesRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TemplatesRequest.java index 89e7ef9476..7aabb9f1c7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TemplatesRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TemplatesRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TemplatesResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TemplatesResponse.java index b067dffbf9..ca988d3fa4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TemplatesResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/TemplatesResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ThreadPoolRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ThreadPoolRequest.java index 34c569d531..b05a56b693 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ThreadPoolRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ThreadPoolRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ThreadPoolResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ThreadPoolResponse.java index ca38957698..f24b965371 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ThreadPoolResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/ThreadPoolResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/aliases/AliasesRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/aliases/AliasesRecord.java index b0913bcf29..8220fd201d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/aliases/AliasesRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/aliases/AliasesRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/allocation/AllocationRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/allocation/AllocationRecord.java index 0fbbc23c9b..b44276d945 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/allocation/AllocationRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/allocation/AllocationRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/count/CountRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/count/CountRecord.java index 0f9ea7c592..e0942316b0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/count/CountRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/count/CountRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/fielddata/FielddataRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/fielddata/FielddataRecord.java index b0bfb42f53..653af15684 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/fielddata/FielddataRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/fielddata/FielddataRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/health/HealthRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/health/HealthRecord.java index e9cc05473a..97886c366b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/health/HealthRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/health/HealthRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/help/HelpRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/help/HelpRecord.java index e60629870e..02a00847e2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/help/HelpRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/help/HelpRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/indices/IndicesRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/indices/IndicesRecord.java index 9fd287342a..e8d301cc82 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/indices/IndicesRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/indices/IndicesRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/master/MasterRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/master/MasterRecord.java index 2a452eebfe..c838ce50d0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/master/MasterRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/master/MasterRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/nodeattrs/NodeAttributesRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/nodeattrs/NodeAttributesRecord.java index 35567e0e02..45790042a9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/nodeattrs/NodeAttributesRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/nodeattrs/NodeAttributesRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/nodes/NodesRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/nodes/NodesRecord.java index 38a4115054..e65f43cfd0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/nodes/NodesRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/nodes/NodesRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/pending_tasks/PendingTasksRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/pending_tasks/PendingTasksRecord.java index f948cdba2e..394dcf1da2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/pending_tasks/PendingTasksRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/pending_tasks/PendingTasksRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/plugins/PluginsRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/plugins/PluginsRecord.java index 4584be8ede..10aae58865 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/plugins/PluginsRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/plugins/PluginsRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/recovery/RecoveryRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/recovery/RecoveryRecord.java index d62a4ac626..081a0f0b03 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/recovery/RecoveryRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/recovery/RecoveryRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/repositories/RepositoriesRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/repositories/RepositoriesRecord.java index a85c0cb36d..c8d8af3213 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/repositories/RepositoriesRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/repositories/RepositoriesRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/segments/SegmentsRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/segments/SegmentsRecord.java index 619959b1b7..d9d064d619 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/segments/SegmentsRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/segments/SegmentsRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/shards/ShardsRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/shards/ShardsRecord.java index eb73297c0b..d8479da737 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/shards/ShardsRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/shards/ShardsRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/snapshots/SnapshotsRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/snapshots/SnapshotsRecord.java index 2273521d52..e93c101c61 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/snapshots/SnapshotsRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/snapshots/SnapshotsRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/tasks/TasksRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/tasks/TasksRecord.java index 6738b98761..360cb847fa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/tasks/TasksRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/tasks/TasksRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/templates/TemplatesRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/templates/TemplatesRecord.java index dd6f2e515c..e6ce641e86 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/templates/TemplatesRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/templates/TemplatesRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/thread_pool/ThreadPoolRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/thread_pool/ThreadPoolRecord.java index 0dba5720ef..61a64f3770 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/thread_pool/ThreadPoolRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/thread_pool/ThreadPoolRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/thread_pool/ThreadPoolSize.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/thread_pool/ThreadPoolSize.java index 0a77039493..45cab2dcc4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cat/thread_pool/ThreadPoolSize.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cat/thread_pool/ThreadPoolSize.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/AllocationExplainRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/AllocationExplainRequest.java index dcb437d1e8..d52b6ef6eb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/AllocationExplainRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/AllocationExplainRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/AllocationExplainResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/AllocationExplainResponse.java index 4e605f0a12..ba48bfbd58 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/AllocationExplainResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/AllocationExplainResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ClusterStatsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ClusterStatsRequest.java index 5ab0ace45f..b35ede7f80 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ClusterStatsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ClusterStatsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ClusterStatsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ClusterStatsResponse.java index dd5b6edcbd..81a7e42481 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ClusterStatsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ClusterStatsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplate.java index c9145a94a9..8d1f60cafb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplateNode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplateNode.java index 778ccb9339..5fae66658b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplateNode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplateNode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplateSummary.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplateSummary.java index 240e990801..7b5a55b4fe 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplateSummary.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ComponentTemplateSummary.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteComponentTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteComponentTemplateRequest.java index 1c2016b0f2..055f1bd346 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteComponentTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteComponentTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteComponentTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteComponentTemplateResponse.java index 9260ba8dc3..5f2ddeb0bc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteComponentTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteComponentTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteVotingConfigExclusionsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteVotingConfigExclusionsRequest.java index 2381ad8b3a..6da7962cf5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteVotingConfigExclusionsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteVotingConfigExclusionsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteVotingConfigExclusionsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteVotingConfigExclusionsResponse.java index 9337266446..7549a6c273 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteVotingConfigExclusionsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/DeleteVotingConfigExclusionsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ElasticsearchClusterAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ElasticsearchClusterAsyncClient.java index 081af23270..99e1da08fd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ElasticsearchClusterAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ElasticsearchClusterAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ElasticsearchClusterClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ElasticsearchClusterClient.java index 02f5a05eec..93d96ec8aa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ElasticsearchClusterClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ElasticsearchClusterClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ExistsComponentTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ExistsComponentTemplateRequest.java index 318343ee3d..d41223cd56 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ExistsComponentTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ExistsComponentTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ExistsComponentTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ExistsComponentTemplateResponse.java index 049208a09a..4857fc1d8d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ExistsComponentTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/ExistsComponentTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetClusterSettingsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetClusterSettingsRequest.java index f08d25669d..fcbd68b8b6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetClusterSettingsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetClusterSettingsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetClusterSettingsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetClusterSettingsResponse.java index e622797e6c..5da9586cc6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetClusterSettingsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetClusterSettingsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetComponentTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetComponentTemplateRequest.java index 2de635394d..c56017458d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetComponentTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetComponentTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetComponentTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetComponentTemplateResponse.java index e08ee435b1..4aaee82928 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetComponentTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/GetComponentTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/HealthRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/HealthRequest.java index ef044f8ebf..97dbdd0edc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/HealthRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/HealthRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/HealthResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/HealthResponse.java index 85b374cd3f..5b6bf1fc9e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/HealthResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/HealthResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PendingTasksRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PendingTasksRequest.java index 00f75b87dd..a45cf85e0e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PendingTasksRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PendingTasksRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PendingTasksResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PendingTasksResponse.java index 2114c1d333..8f1c810631 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PendingTasksResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PendingTasksResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PostVotingConfigExclusionsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PostVotingConfigExclusionsRequest.java index 600834c692..d5b1044547 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PostVotingConfigExclusionsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PostVotingConfigExclusionsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PostVotingConfigExclusionsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PostVotingConfigExclusionsResponse.java index a3608942e8..a074e51ec9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PostVotingConfigExclusionsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PostVotingConfigExclusionsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutClusterSettingsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutClusterSettingsRequest.java index bfda0136de..8a8cfbb092 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutClusterSettingsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutClusterSettingsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutClusterSettingsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutClusterSettingsResponse.java index 0ad95e44a0..2e87230f8d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutClusterSettingsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutClusterSettingsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutComponentTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutComponentTemplateRequest.java index 2df8ecae09..2a921ae9bc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutComponentTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutComponentTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutComponentTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutComponentTemplateResponse.java index fb9b03f30d..1789ce1b2a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutComponentTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/PutComponentTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RemoteInfoRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RemoteInfoRequest.java index 1ec2930816..22bd139030 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RemoteInfoRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RemoteInfoRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RemoteInfoResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RemoteInfoResponse.java index 9736b94380..e508afcdcf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RemoteInfoResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RemoteInfoResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RerouteRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RerouteRequest.java index 58164f4dc5..3659dc4dfe 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RerouteRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RerouteRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RerouteResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RerouteResponse.java index 1b91e27847..9273913fbf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RerouteResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/RerouteResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/StateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/StateRequest.java index 7546b6578b..2249c11b8b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/StateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/StateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/StateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/StateResponse.java index 91b0a769d0..29c3f02f53 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/StateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/StateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationDecision.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationDecision.java index 4fe90c7c31..bb5abcdfda 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationDecision.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationDecision.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationExplainDecision.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationExplainDecision.java index fa1a086746..ac0768e68b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationExplainDecision.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationExplainDecision.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationStore.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationStore.java index bbb62cd9a8..aa3633d865 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationStore.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/AllocationStore.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/ClusterInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/ClusterInfo.java index 0f8e33213f..7ca586fee3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/ClusterInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/ClusterInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/CurrentNode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/CurrentNode.java index fb305b11ed..8702f8a389 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/CurrentNode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/CurrentNode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/Decision.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/Decision.java index bb441dac6b..d83a6f746a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/Decision.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/Decision.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/DiskUsage.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/DiskUsage.java index 7d5429e703..9b3efbde64 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/DiskUsage.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/DiskUsage.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/NodeAllocationExplanation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/NodeAllocationExplanation.java index 5a9da9b034..f8fc862f54 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/NodeAllocationExplanation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/NodeAllocationExplanation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/NodeDiskUsage.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/NodeDiskUsage.java index 2c41b30a4b..8e0b25fadd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/NodeDiskUsage.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/NodeDiskUsage.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/ReservedSize.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/ReservedSize.java index 20ca8b92e5..f520b60d79 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/ReservedSize.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/ReservedSize.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/UnassignedInformation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/UnassignedInformation.java index f8f921cd0f..262dca1e41 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/UnassignedInformation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/UnassignedInformation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/UnassignedInformationReason.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/UnassignedInformationReason.java index 4735df0d63..10f09271c8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/UnassignedInformationReason.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/allocation_explain/UnassignedInformationReason.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/health/IndexHealthStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/health/IndexHealthStats.java index 7f48f97d7a..31cb06f019 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/health/IndexHealthStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/health/IndexHealthStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/health/ShardHealthStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/health/ShardHealthStats.java index 9fb425d046..dbf3c42915 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/health/ShardHealthStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/health/ShardHealthStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/pending_tasks/PendingTask.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/pending_tasks/PendingTask.java index 027752e149..c5054ebd59 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/pending_tasks/PendingTask.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/pending_tasks/PendingTask.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfo.java index 592f1380cd..ddcb707293 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfoBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfoBuilders.java index 4cb74d85c8..6357f06b9f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfoBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfoBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfoVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfoVariant.java index c204d09b16..23f9d455f3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfoVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteInfoVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteProxyInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteProxyInfo.java index c336dd8903..acafdb8a7e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteProxyInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteProxyInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteSniffInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteSniffInfo.java index 088cd749f9..cfeb779079 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteSniffInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/remote_info/ClusterRemoteSniffInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/Command.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/Command.java index fbbfa1fb0d..12ab142fb5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/Command.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/Command.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandAllocatePrimaryAction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandAllocatePrimaryAction.java index 399c1e9e2f..e44c211fe7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandAllocatePrimaryAction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandAllocatePrimaryAction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandAllocateReplicaAction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandAllocateReplicaAction.java index 90d72c26f3..4a1768c564 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandAllocateReplicaAction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandAllocateReplicaAction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandCancelAction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandCancelAction.java index 85d177ad8a..76621a202b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandCancelAction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandCancelAction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandMoveAction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandMoveAction.java index d4bd620927..7706f6296b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandMoveAction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/CommandMoveAction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteDecision.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteDecision.java index aa2afc6190..6392fe0c42 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteDecision.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteDecision.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteExplanation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteExplanation.java index a0c35f760b..1fcbd1ff72 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteExplanation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteExplanation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteParameters.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteParameters.java index c6be6e81d5..194cf99e46 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteParameters.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/reroute/RerouteParameters.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/CharFilterTypes.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/CharFilterTypes.java index eb49020c08..714b97ae1b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/CharFilterTypes.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/CharFilterTypes.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterFileSystem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterFileSystem.java index d62488f19b..0e7d728dbe 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterFileSystem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterFileSystem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndices.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndices.java index ed61a0e55f..89dcf2fbda 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndices.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndices.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndicesShards.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndicesShards.java index b3772cee6f..158b8ec98f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndicesShards.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndicesShards.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndicesShardsIndex.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndicesShardsIndex.java index 617071cb6c..76fd09f79d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndicesShardsIndex.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIndicesShardsIndex.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIngest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIngest.java index af43ca7b28..832ea88162 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIngest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterIngest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvm.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvm.java index 6158a6988a..b49482ca1c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvm.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvm.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvmMemory.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvmMemory.java index 50f38fa587..29b67d117a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvmMemory.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvmMemory.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvmVersion.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvmVersion.java index 76ed7e0804..58a5d46cb3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvmVersion.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterJvmVersion.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNetworkTypes.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNetworkTypes.java index f9f7be3973..dacdb25313 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNetworkTypes.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNetworkTypes.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNodeCount.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNodeCount.java index 5da073d01b..c051b3db57 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNodeCount.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNodeCount.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNodes.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNodes.java index 1f51345452..c9deab8257 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNodes.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterNodes.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystem.java index 764dd9a7ad..e652fbfe4e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemArchitecture.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemArchitecture.java index eef33daa1a..f6d399ea27 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemArchitecture.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemArchitecture.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemName.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemName.java index 5eb6e94251..59084604c5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemName.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemName.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemPrettyName.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemPrettyName.java index 09a8a07d37..853cb0c62d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemPrettyName.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterOperatingSystemPrettyName.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcess.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcess.java index e35539d2d5..d368c04624 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcess.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcess.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessCpu.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessCpu.java index 25f6f76318..f3e21515da 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessCpu.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessCpu.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessOpenFileDescriptors.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessOpenFileDescriptors.java index e753c52f74..b616a3fd9c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessOpenFileDescriptors.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessOpenFileDescriptors.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessor.java index e900363c40..f04a583afc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterShardMetrics.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterShardMetrics.java index ee6ed1c855..6358ca3530 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterShardMetrics.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/ClusterShardMetrics.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/FieldTypes.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/FieldTypes.java index 224dff7375..c74db42642 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/FieldTypes.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/FieldTypes.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/FieldTypesMappings.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/FieldTypesMappings.java index b10ffc8f01..63695ddef5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/FieldTypesMappings.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/FieldTypesMappings.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/IndicesVersions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/IndicesVersions.java index 0799783dd7..c80a1afaa4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/IndicesVersions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/IndicesVersions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/NodePackagingType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/NodePackagingType.java index f1335be9c2..0062c81569 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/NodePackagingType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/NodePackagingType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/OperatingSystemMemoryInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/OperatingSystemMemoryInfo.java index 9b9e667bbb..6f34e5bd0f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/OperatingSystemMemoryInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/OperatingSystemMemoryInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/RuntimeFieldTypes.java b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/RuntimeFieldTypes.java index 551f71dcc5..381c00262b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/RuntimeFieldTypes.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/cluster/stats/RuntimeFieldTypes.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/BulkRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/BulkRequest.java index f4100ee0ab..03514e0c2f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/BulkRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/BulkRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/BulkResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/BulkResponse.java index 4ba44d9dfb..a0574a5273 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/BulkResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/BulkResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClearScrollRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClearScrollRequest.java index 5d9a5f951f..5ae1777014 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClearScrollRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClearScrollRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClearScrollResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClearScrollResponse.java index c70ee20063..6b62270349 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClearScrollResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClearScrollResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClosePointInTimeRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClosePointInTimeRequest.java index c6c9c6773a..91fbbdaced 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClosePointInTimeRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClosePointInTimeRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClosePointInTimeResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClosePointInTimeResponse.java index 373aa451e2..b3b41d8367 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClosePointInTimeResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ClosePointInTimeResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/CountRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/CountRequest.java index 8e455c4e7b..08fd3e3bd5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/CountRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/CountRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/CountResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/CountResponse.java index b54036698c..e127603a57 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/CountResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/CountResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/CreateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/CreateRequest.java index 9b57361d7e..18c33cf344 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/CreateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/CreateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/CreateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/CreateResponse.java index 86b1439caf..1786ace27c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/CreateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/CreateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRequest.java index e901df4dd5..58b5e4c990 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryResponse.java index 6c89b9b415..ecf699d9e5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRethrottleRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRethrottleRequest.java index 70f6509716..1dd871b6ab 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRethrottleRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRethrottleRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRethrottleResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRethrottleResponse.java index 6e497070bd..9fac481237 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRethrottleResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteByQueryRethrottleResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteRequest.java index 891c59e883..a122acf302 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteResponse.java index d16da9734c..b39a6d654c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteScriptRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteScriptRequest.java index 36ef7e01d6..fcdb06a203 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteScriptRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteScriptRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteScriptResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteScriptResponse.java index b0e7ef3633..ca98e3acc8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteScriptResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/DeleteScriptResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsRequest.java index b875500e81..1d1c5d9215 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsResponse.java index 53efc4fde9..9399b9442f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsSourceRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsSourceRequest.java index fe161c6332..34df3f9d71 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsSourceRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsSourceRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsSourceResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsSourceResponse.java index 31fb04b3fc..64d1e79933 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsSourceResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExistsSourceResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExplainRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExplainRequest.java index b79421b5d3..143e98fc7c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExplainRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExplainRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExplainResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExplainResponse.java index 8f7cbfeacc..49dce7d460 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExplainResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ExplainResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/FieldCapsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/FieldCapsRequest.java index 88977c5c8c..62c9ea77ea 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/FieldCapsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/FieldCapsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/FieldCapsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/FieldCapsResponse.java index 1f71abc715..8c90c03464 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/FieldCapsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/FieldCapsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetRequest.java index e5144806e5..8d720be5f7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetResponse.java index 0ac26234db..6dd523453a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptContextRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptContextRequest.java index 7a536154c7..05770f1e15 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptContextRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptContextRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptContextResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptContextResponse.java index 352f169298..9f5514ac75 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptContextResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptContextResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptLanguagesRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptLanguagesRequest.java index 3a72310ff4..ced2d334be 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptLanguagesRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptLanguagesRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptLanguagesResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptLanguagesResponse.java index a612592cef..1dec237843 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptLanguagesResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptLanguagesResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptRequest.java index 200afa8e76..358910e210 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptResponse.java index d6adb9c162..8f1ca77f5f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetScriptResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetSourceRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetSourceRequest.java index 1c31b57835..b1ef4faaab 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetSourceRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetSourceRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetSourceResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetSourceResponse.java index 2a5a28998f..5ba240b128 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetSourceResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/GetSourceResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/IndexRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/IndexRequest.java index 328d786093..c09118dc99 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/IndexRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/IndexRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/IndexResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/IndexResponse.java index 4834fd5313..de6991dd6b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/IndexResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/IndexResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/InfoRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/InfoRequest.java index 63d92dd700..5ab6ce2a13 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/InfoRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/InfoRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/InfoResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/InfoResponse.java index 04f18b58d4..8671a14638 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/InfoResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/InfoResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MgetRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MgetRequest.java index 3393ac181a..4fe5b32d05 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MgetRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MgetRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MgetResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MgetResponse.java index 0a37023383..5ecbd71bcd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MgetResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MgetResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchRequest.java index 3ead8f8414..1320f1bc42 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchResponse.java index 1f4453b8d1..a4d162d6ba 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchTemplateRequest.java index 86fe006e52..f3516bb394 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchTemplateResponse.java index bea50a6fc6..b27ffe3cde 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MsearchTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MtermvectorsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MtermvectorsRequest.java index 753f379f17..2b7d56dd5b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MtermvectorsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MtermvectorsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MtermvectorsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MtermvectorsResponse.java index d004e07e74..f9e53fcb50 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/MtermvectorsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/MtermvectorsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/OpenPointInTimeRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/OpenPointInTimeRequest.java index 196c8fcee3..c565dc960f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/OpenPointInTimeRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/OpenPointInTimeRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/OpenPointInTimeResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/OpenPointInTimeResponse.java index a77f5014bc..72f82f92f4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/OpenPointInTimeResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/OpenPointInTimeResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/PingRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/PingRequest.java index f369135115..73b3345729 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/PingRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/PingRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/PingResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/PingResponse.java index a72a558a3a..b316eff7f3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/PingResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/PingResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/PutScriptRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/PutScriptRequest.java index 93c4efbdbf..6ea394a9ae 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/PutScriptRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/PutScriptRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/PutScriptResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/PutScriptResponse.java index 6eb30fa91f..68d3bb3378 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/PutScriptResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/PutScriptResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/RankEvalRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/RankEvalRequest.java index 7f5c6e0178..eba7d03854 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/RankEvalRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/RankEvalRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/RankEvalResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/RankEvalResponse.java index 2005d627eb..7c470cdb10 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/RankEvalResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/RankEvalResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRequest.java index cc77e5660a..9e93055ebd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexResponse.java index 28d7027dda..10a71992b6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRethrottleRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRethrottleRequest.java index 0d6f573624..dabe8b9aa9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRethrottleRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRethrottleRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRethrottleResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRethrottleResponse.java index aab30e15d8..12468ec113 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRethrottleResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ReindexRethrottleResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/RenderSearchTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/RenderSearchTemplateRequest.java index f050f0df42..26f2f0a1d6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/RenderSearchTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/RenderSearchTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/RenderSearchTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/RenderSearchTemplateResponse.java index 72ebdd44ae..ae7357665b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/RenderSearchTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/RenderSearchTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScriptsPainlessExecuteRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScriptsPainlessExecuteRequest.java index 107224d4d4..eba97b6c29 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScriptsPainlessExecuteRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScriptsPainlessExecuteRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScriptsPainlessExecuteResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScriptsPainlessExecuteResponse.java index e1970ffa19..b9dfd12a89 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScriptsPainlessExecuteResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScriptsPainlessExecuteResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScrollRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScrollRequest.java index 6b140fb558..81c277515f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScrollRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScrollRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScrollResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScrollResponse.java index 5c714a2298..48d6706dff 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScrollResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/ScrollResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchRequest.java index 8d9a60a4db..157036c264 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchResponse.java index 0fbcb40d2b..db301c946f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchShardsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchShardsRequest.java index e222f5e6f4..e46daaa3db 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchShardsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchShardsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchShardsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchShardsResponse.java index b197d94c1a..939f5b08b6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchShardsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchShardsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchTemplateRequest.java index 3c8a7fa611..ac2b709b19 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchTemplateResponse.java index e498e89609..3c50e87b2c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/SearchTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermsEnumRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermsEnumRequest.java index ba9e745b87..62f12c0250 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermsEnumRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermsEnumRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermsEnumResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermsEnumResponse.java index 3761921562..ed202019e4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermsEnumResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermsEnumResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermvectorsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermvectorsRequest.java index b019335a91..27fea37832 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermvectorsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermvectorsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermvectorsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermvectorsResponse.java index 2c9aceab2f..322afbee70 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermvectorsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/TermvectorsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRequest.java index 1b0bcb25c2..7dc7be4bf2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryResponse.java index d4e007693d..d25226743d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRethrottleRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRethrottleRequest.java index 4bc664a0a2..2b71186e33 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRethrottleRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRethrottleRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRethrottleResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRethrottleResponse.java index 6ef5b95d6a..3c4cf0ea2b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRethrottleResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateByQueryRethrottleResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateRequest.java index 94319708c0..721431e033 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateResponse.java index f662ee53f9..d29dfe6cbd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/UpdateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperation.java index 287fe4e8aa..f9a08e6c9f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationBase.java index 7acc595e6f..e2a8824e96 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationBuilders.java index 5e47825c18..c035f49ab6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationVariant.java index 2a24f41833..f34faeb998 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkOperationVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkResponseItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkResponseItem.java index 22cc338f1e..1b47006701 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkResponseItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/BulkResponseItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/CreateOperation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/CreateOperation.java index f497cdaad0..f9f27603fc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/CreateOperation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/CreateOperation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/DeleteOperation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/DeleteOperation.java index dc6de02228..a2f01dadae 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/DeleteOperation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/DeleteOperation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/IndexOperation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/IndexOperation.java index a54f1ad18b..5e1027be58 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/IndexOperation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/IndexOperation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/OperationType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/OperationType.java index cd61c0b592..3e353c25c8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/OperationType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/OperationType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/UpdateOperation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/UpdateOperation.java index f54c53ddb8..fa73e5129f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/UpdateOperation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/UpdateOperation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/WriteOperation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/WriteOperation.java index b2884af533..8fda1ca453 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/WriteOperation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/bulk/WriteOperation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/explain/Explanation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/explain/Explanation.java index 2b740bbc31..77965ac69a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/explain/Explanation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/explain/Explanation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/explain/ExplanationDetail.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/explain/ExplanationDetail.java index bc864f6634..eae5362bf4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/explain/ExplanationDetail.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/explain/ExplanationDetail.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/field_caps/FieldCapability.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/field_caps/FieldCapability.java index dbb0790628..f95f06c4c2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/field_caps/FieldCapability.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/field_caps/FieldCapability.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/get/GetResult.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/get/GetResult.java index 8b2ab0f27c..e94ca72c9e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/get/GetResult.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/get/GetResult.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/Context.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/Context.java index 219bff6acc..fdcbf61566 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/Context.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/Context.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/ContextMethod.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/ContextMethod.java index 25e2b17860..8bf24dcae2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/ContextMethod.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/ContextMethod.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/ContextMethodParam.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/ContextMethodParam.java index f980da9947..0c3a4b0181 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/ContextMethodParam.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_context/ContextMethodParam.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_languages/LanguageContext.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_languages/LanguageContext.java index 38ad8a4edc..f806051e21 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_languages/LanguageContext.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/get_script_languages/LanguageContext.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetError.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetError.java index fc75e4a33e..6732706a2f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetError.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetError.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetOperation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetOperation.java index 108bda0dea..87d66d7342 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetOperation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetOperation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetResponseItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetResponseItem.java index e6d921cba4..fbaa4705a9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetResponseItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetResponseItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetResponseItemBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetResponseItemBuilders.java index 0754fb0204..ceec0c87fb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetResponseItemBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mget/MultiGetResponseItemBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchItem.java index ac259c21e6..6716637396 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResponseItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResponseItem.java index 76cb3c57f6..0b00e5317f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResponseItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResponseItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResponseItemBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResponseItemBuilders.java index d55fcc0a8d..7baad3d590 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResponseItemBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResponseItemBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResult.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResult.java index 95c9ce4f9c..3ebcc5e99a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResult.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultiSearchResult.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultisearchBody.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultisearchBody.java index 2f3db162ba..0d40f92764 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultisearchBody.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultisearchBody.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultisearchHeader.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultisearchHeader.java index 7b652a9e2f..ce27a189ef 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultisearchHeader.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/MultisearchHeader.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/RequestItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/RequestItem.java index 95e20b66bc..a49fadf85d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/RequestItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch/RequestItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch_template/RequestItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch_template/RequestItem.java index 908ff59a42..25b7364a1c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch_template/RequestItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch_template/RequestItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch_template/TemplateConfig.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch_template/TemplateConfig.java index aef5937c6a..0e37caf4c0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch_template/TemplateConfig.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/msearch_template/TemplateConfig.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mtermvectors/MultiTermVectorsOperation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mtermvectors/MultiTermVectorsOperation.java index c30847d163..8c4a0afd3c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mtermvectors/MultiTermVectorsOperation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mtermvectors/MultiTermVectorsOperation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mtermvectors/MultiTermVectorsResult.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mtermvectors/MultiTermVectorsResult.java index 2125d53d81..215015c9d9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/mtermvectors/MultiTermVectorsResult.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/mtermvectors/MultiTermVectorsResult.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/DocumentRating.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/DocumentRating.java index 320b43d424..34f98ac583 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/DocumentRating.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/DocumentRating.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalHit.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalHit.java index 9e9108a5f1..54aefb341d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalHit.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalHit.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalHitItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalHitItem.java index 8bc776c9bc..846611808b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalHitItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalHitItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetric.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetric.java index 8c423a68ac..6845e5e1e5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetric.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetric.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricBase.java index 6e82de44ea..225a0ea635 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricDetail.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricDetail.java index 0c4221b1d4..f999fd1417 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricDetail.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricDetail.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricDiscountedCumulativeGain.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricDiscountedCumulativeGain.java index 295522e6d8..b89d7b7143 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricDiscountedCumulativeGain.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricDiscountedCumulativeGain.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricExpectedReciprocalRank.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricExpectedReciprocalRank.java index 0fd196ffb8..cee7165039 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricExpectedReciprocalRank.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricExpectedReciprocalRank.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricMeanReciprocalRank.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricMeanReciprocalRank.java index be202142e5..fcb3cf98e5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricMeanReciprocalRank.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricMeanReciprocalRank.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricPrecision.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricPrecision.java index e06e33aaaa..a83ed87bfc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricPrecision.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricPrecision.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricRatingTreshold.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricRatingTreshold.java index 60eb56702b..ec9d0a55f2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricRatingTreshold.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricRatingTreshold.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricRecall.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricRecall.java index f53c07e34a..f6d945900f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricRecall.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalMetricRecall.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalQuery.java index ab9aaa5046..d0827badb7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalRequestItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalRequestItem.java index 616e89a8b6..ffadf9c4f8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalRequestItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/RankEvalRequestItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/UnratedDocument.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/UnratedDocument.java index 43149c7c09..84afcc91d4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/UnratedDocument.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/rank_eval/UnratedDocument.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/Destination.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/Destination.java index be6227c07f..47430a3df8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/Destination.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/Destination.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/RemoteSource.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/RemoteSource.java index bddf24bd33..a68c965f5e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/RemoteSource.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/RemoteSource.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/Source.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/Source.java index 75490ea19d..f4dc307954 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/Source.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex/Source.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexNode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexNode.java index 1fd31876ca..93c02fa448 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexNode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexNode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexStatus.java index 6ab2ff05da..fab20b464e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexTask.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexTask.java index 83258c7847..a47d1e04af 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexTask.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/reindex_rethrottle/ReindexTask.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/scripts_painless_execute/PainlessContextSetup.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/scripts_painless_execute/PainlessContextSetup.java index a322bb65e7..2c673e7d17 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/scripts_painless_execute/PainlessContextSetup.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/scripts_painless_execute/PainlessContextSetup.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationBreakdown.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationBreakdown.java index 3f2b757473..02f1002440 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationBreakdown.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationBreakdown.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfile.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfile.java index 8aa163898d..db07ed6a9e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfile.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfile.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDebug.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDebug.java index fe7b9c012b..febd911ece 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDebug.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDebug.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDelegateDebug.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDelegateDebug.java index 17f54f3831..7ae5d9d019 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDelegateDebug.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDelegateDebug.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDelegateDebugFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDelegateDebugFilter.java index 1e58c07fc8..46b827af0f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDelegateDebugFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/AggregationProfileDelegateDebugFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/BoundaryScanner.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/BoundaryScanner.java index 1ed19b0b77..00192cd909 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/BoundaryScanner.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/BoundaryScanner.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/BuiltinHighlighterType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/BuiltinHighlighterType.java index 9ae552d12f..4b4750ce00 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/BuiltinHighlighterType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/BuiltinHighlighterType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Collector.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Collector.java index 145542a241..282027caec 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Collector.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Collector.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionContext.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionContext.java index a95832a297..c2517317ae 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionContext.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionContext.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionSuggestOption.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionSuggestOption.java index e4bf4bdd92..745fd502d9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionSuggestOption.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionSuggestOption.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionSuggester.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionSuggester.java index fcd3854833..1770fff432 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionSuggester.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/CompletionSuggester.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Context.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Context.java index cfdabbd145..60bef67813 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Context.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Context.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ContextBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ContextBuilders.java index 7fd2779105..f71c9d932d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ContextBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ContextBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/DirectGenerator.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/DirectGenerator.java index 836a3b1a42..43eb347be5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/DirectGenerator.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/DirectGenerator.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfile.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfile.java index 585ee20834..d0755e5c01 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfile.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfile.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfileBreakdown.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfileBreakdown.java index fd3eac076d..8887ffaeda 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfileBreakdown.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfileBreakdown.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfileDebug.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfileDebug.java index 813688922b..9952dfe720 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfileDebug.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FetchProfileDebug.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldCollapse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldCollapse.java index b741828b0d..c03d407a7a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldCollapse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldCollapse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggester.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggester.java index 4a0c22965a..09ca28524e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggester.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggester.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggesterBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggesterBuilders.java index 295c747971..7f7f9df33a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggesterBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggesterBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggesterVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggesterVariant.java index 35ebf02df3..dac83fee70 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggesterVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/FieldSuggesterVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Highlight.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Highlight.java index 5532cec2e3..2e400cb9e8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Highlight.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Highlight.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlightField.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlightField.java index 4b1339d60e..ab45a5459a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlightField.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlightField.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterEncoder.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterEncoder.java index 310198f9d8..2ab150ddc0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterEncoder.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterEncoder.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterFragmenter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterFragmenter.java index 4ea29219fc..6e639163ac 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterFragmenter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterFragmenter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterOrder.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterOrder.java index 513932891b..663f7d673b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterOrder.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterOrder.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterTagsSchema.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterTagsSchema.java index fa098c9907..bcdb7fa8a9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterTagsSchema.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterTagsSchema.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterType.java index a5a26d55a0..b60afdf346 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterTypeBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterTypeBuilders.java index aec4993a75..1c6e651d3a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterTypeBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HighlighterTypeBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Hit.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Hit.java index 1c495d87b8..07a67691c7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Hit.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Hit.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HitsMetadata.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HitsMetadata.java index d79fde9f0c..368b5f66d7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HitsMetadata.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/HitsMetadata.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/InnerHits.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/InnerHits.java index a22112392b..380737ecaf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/InnerHits.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/InnerHits.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/InnerHitsResult.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/InnerHitsResult.java index 18428be0db..93a9f598be 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/InnerHitsResult.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/InnerHitsResult.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/LaplaceSmoothingModel.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/LaplaceSmoothingModel.java index 23e8751e6a..18e7457f17 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/LaplaceSmoothingModel.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/LaplaceSmoothingModel.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/LinearInterpolationSmoothingModel.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/LinearInterpolationSmoothingModel.java index 9d61d2aedb..de14a91e48 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/LinearInterpolationSmoothingModel.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/LinearInterpolationSmoothingModel.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/NestedIdentity.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/NestedIdentity.java index 4e5aef64ee..cb24190e3d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/NestedIdentity.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/NestedIdentity.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestCollate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestCollate.java index eeef0025c3..192bebfca7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestCollate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestCollate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestCollateQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestCollateQuery.java index 3eb4587e5d..481af65a25 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestCollateQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestCollateQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestHighlight.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestHighlight.java index 823d9fdf54..9012ae79f0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestHighlight.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestHighlight.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestOption.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestOption.java index 18fb8f132f..411e5ae7d6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestOption.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggestOption.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggester.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggester.java index 1a5e23cbbd..e42debfbd7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggester.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PhraseSuggester.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PointInTimeReference.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PointInTimeReference.java index 37d1a16651..c2b990f236 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PointInTimeReference.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/PointInTimeReference.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Profile.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Profile.java index 9102587ada..14854f4a61 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Profile.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Profile.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/QueryBreakdown.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/QueryBreakdown.java index d1a62e8bcc..a36d41ae1b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/QueryBreakdown.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/QueryBreakdown.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/QueryProfile.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/QueryProfile.java index 49d398962e..f5c7d2275b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/QueryProfile.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/QueryProfile.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Rescore.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Rescore.java index aae1fd3326..34950bdda4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Rescore.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Rescore.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/RescoreQuery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/RescoreQuery.java index 865386fb97..ee2ff9141e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/RescoreQuery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/RescoreQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ScoreMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ScoreMode.java index 35741fd9ae..3fa6faf5ff 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ScoreMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ScoreMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SearchProfile.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SearchProfile.java index 2ac1bc2a67..7f542b84ad 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SearchProfile.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SearchProfile.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ShardProfile.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ShardProfile.java index 57cad51fa7..ba75aff962 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ShardProfile.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/ShardProfile.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModel.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModel.java index 97f6702db0..a029d26590 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModel.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModel.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModelBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModelBuilders.java index d456be18b6..fc187b35fa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModelBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModelBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModelVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModelVariant.java index 6ba34406ab..a3aa1ad684 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModelVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SmoothingModelVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfig.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfig.java index aa1439c755..a90bfe058b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfig.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfig.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigBuilders.java index 998c920719..27d3f5adf8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigParam.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigParam.java index 44ef850916..f8f74bd4b6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigParam.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigParam.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigParamBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigParamBuilders.java index 40ddb2ad50..fccbbc3497 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigParamBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceConfigParamBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceFilter.java index 470341e2b8..f3eec2700c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SourceFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/StringDistance.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/StringDistance.java index 44b3e133bb..3bc762549e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/StringDistance.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/StringDistance.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/StupidBackoffSmoothingModel.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/StupidBackoffSmoothingModel.java index fff9c34bf2..cef18375df 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/StupidBackoffSmoothingModel.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/StupidBackoffSmoothingModel.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestFuzziness.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestFuzziness.java index 4aa336af4e..30c095dbaa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestFuzziness.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestFuzziness.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestOption.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestOption.java index ff8b1c2c1f..0a14e43741 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestOption.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestOption.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestOptionBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestOptionBuilders.java index 7164624cc8..a166aca0ec 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestOptionBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestOptionBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestSort.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestSort.java index fda1e42951..ecf36711a3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestSort.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggestSort.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Suggester.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Suggester.java index 18e4f1cdf3..2f017fb717 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Suggester.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Suggester.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggesterBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggesterBase.java index d90df3dbdf..25e2f15d1e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggesterBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/SuggesterBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Suggestion.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Suggestion.java index 5315820314..7eeac681a7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Suggestion.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/Suggestion.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TermSuggestOption.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TermSuggestOption.java index 48a8be52b5..c701b25f30 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TermSuggestOption.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TermSuggestOption.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TermSuggester.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TermSuggester.java index dda3b35fad..1dbe404e9c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TermSuggester.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TermSuggester.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TotalHits.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TotalHits.java index 57ebe57787..dbf6c10854 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TotalHits.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TotalHits.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TotalHitsRelation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TotalHitsRelation.java index 5028a8f025..c05ce7526c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TotalHitsRelation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TotalHitsRelation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TrackHits.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TrackHits.java index 2a2a62746c..8b9d764ba8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TrackHits.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TrackHits.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TrackHitsBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TrackHitsBuilders.java index 7c577080d4..9cdae9815d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TrackHitsBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search/TrackHitsBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search_shards/ShardStoreIndex.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search_shards/ShardStoreIndex.java index df25fb5045..ef9bf92a44 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/search_shards/ShardStoreIndex.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/search_shards/ShardStoreIndex.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/FieldStatistics.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/FieldStatistics.java index 7a44d4313c..29d22a9844 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/FieldStatistics.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/FieldStatistics.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Filter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Filter.java index a03c300f38..80a87f22f7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Filter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Filter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Term.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Term.java index 3a97fe956b..ccdc168652 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Term.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Term.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/TermVector.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/TermVector.java index ab62a89c4f..88a58a5798 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/TermVector.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/TermVector.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Token.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Token.java index 49d2e04a4e..e6c1108f5f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Token.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/termvectors/Token.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/core/update_by_query_rethrottle/UpdateByQueryRethrottleNode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/core/update_by_query_rethrottle/UpdateByQueryRethrottleNode.java index 75e6b84ac4..9673007b56 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/core/update_by_query_rethrottle/UpdateByQueryRethrottleNode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/core/update_by_query_rethrottle/UpdateByQueryRethrottleNode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/DeleteDanglingIndexRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/DeleteDanglingIndexRequest.java index a3e1f042aa..c6b2357157 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/DeleteDanglingIndexRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/DeleteDanglingIndexRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/DeleteDanglingIndexResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/DeleteDanglingIndexResponse.java index 855196fa2f..ec0d9ddbc5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/DeleteDanglingIndexResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/DeleteDanglingIndexResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ElasticsearchDanglingIndicesAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ElasticsearchDanglingIndicesAsyncClient.java index 8479be7df9..8fcbbc8d34 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ElasticsearchDanglingIndicesAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ElasticsearchDanglingIndicesAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ElasticsearchDanglingIndicesClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ElasticsearchDanglingIndicesClient.java index 5ff25ad0ba..b63dd1053d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ElasticsearchDanglingIndicesClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ElasticsearchDanglingIndicesClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ImportDanglingIndexRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ImportDanglingIndexRequest.java index 8c2063795a..050c59694e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ImportDanglingIndexRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ImportDanglingIndexRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ImportDanglingIndexResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ImportDanglingIndexResponse.java index 2b29bdd4ec..d7c27a311e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ImportDanglingIndexResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ImportDanglingIndexResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ListDanglingIndicesRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ListDanglingIndicesRequest.java index bdf4bbe600..22e8d24b03 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ListDanglingIndicesRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ListDanglingIndicesRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ListDanglingIndicesResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ListDanglingIndicesResponse.java index 0bab59e84d..219c8fad5a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ListDanglingIndicesResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/ListDanglingIndicesResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/list_dangling_indices/DanglingIndex.java b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/list_dangling_indices/DanglingIndex.java index 8886ab69c3..bb24e4b064 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/list_dangling_indices/DanglingIndex.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/dangling_indices/list_dangling_indices/DanglingIndex.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/features/ElasticsearchFeaturesAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/features/ElasticsearchFeaturesAsyncClient.java index 1bdd11bcc0..ccc1df11dc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/features/ElasticsearchFeaturesAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/features/ElasticsearchFeaturesAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/features/ElasticsearchFeaturesClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/features/ElasticsearchFeaturesClient.java index 02097685e1..14f11b54b4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/features/ElasticsearchFeaturesClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/features/ElasticsearchFeaturesClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/features/Feature.java b/java-client/src/main/java/org/opensearch/clients/opensearch/features/Feature.java index 23b583efa9..d35d9ea459 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/features/Feature.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/features/Feature.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/features/GetFeaturesRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/features/GetFeaturesRequest.java index a25e4d3285..d792b62b06 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/features/GetFeaturesRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/features/GetFeaturesRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/features/GetFeaturesResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/features/GetFeaturesResponse.java index d359927535..a32ab6d8ae 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/features/GetFeaturesResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/features/GetFeaturesResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/features/ResetFeaturesRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/features/ResetFeaturesRequest.java index a50dc28a34..27c0ffd117 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/features/ResetFeaturesRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/features/ResetFeaturesRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/features/ResetFeaturesResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/features/ResetFeaturesResponse.java index 41d7805163..559443c4fc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/features/ResetFeaturesResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/features/ResetFeaturesResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AddBlockRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AddBlockRequest.java index fdf09aaf78..68c5f129b1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AddBlockRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AddBlockRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AddBlockResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AddBlockResponse.java index 46e26cf278..9ccb150bd5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AddBlockResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AddBlockResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/Alias.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/Alias.java index 508fb8b66d..4c8ecfe0d7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/Alias.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/Alias.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AliasDefinition.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AliasDefinition.java index 487c283492..9557fa48e6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AliasDefinition.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AliasDefinition.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AnalyzeRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AnalyzeRequest.java index 58f6857ccb..0b6ee554ff 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AnalyzeRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AnalyzeRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AnalyzeResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AnalyzeResponse.java index dd19c77854..3114f77d66 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AnalyzeResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/AnalyzeResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ClearCacheRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ClearCacheRequest.java index 5b7ccab628..344b59fa71 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ClearCacheRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ClearCacheRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ClearCacheResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ClearCacheResponse.java index ffcf0839b7..a8615f1543 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ClearCacheResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ClearCacheResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloneIndexRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloneIndexRequest.java index cc6496f808..11a79ab784 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloneIndexRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloneIndexRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloneIndexResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloneIndexResponse.java index eb23b3fee1..fcab5a07bf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloneIndexResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloneIndexResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloseIndexRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloseIndexRequest.java index 66c2e48d88..5bf15a0760 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloseIndexRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloseIndexRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloseIndexResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloseIndexResponse.java index 3814feef35..05d086a9d4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloseIndexResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CloseIndexResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CreateIndexRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CreateIndexRequest.java index 57fb6ee46d..36a1e26cc7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CreateIndexRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CreateIndexRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CreateIndexResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CreateIndexResponse.java index 36b9780b25..ebd5bca575 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CreateIndexResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/CreateIndexResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DataStream.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DataStream.java index 70c7ad71c7..b65164ee08 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DataStream.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DataStream.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteAliasRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteAliasRequest.java index 6f69ea17d2..17f637d504 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteAliasRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteAliasRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteAliasResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteAliasResponse.java index 1f23100e19..ab372825b5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteAliasResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteAliasResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexRequest.java index fa35593862..3d4d03f5e4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexResponse.java index 52c6b5152b..47f5a8d32d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexTemplateRequest.java index 50cca95744..469dfc9553 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexTemplateResponse.java index da031d94b9..07931f4550 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteIndexTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteTemplateRequest.java index 4384b12f5d..e9fea20051 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteTemplateResponse.java index 04b8efc1e6..0f6028e02b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DeleteTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DiskUsageRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DiskUsageRequest.java index cfc9a0b9de..81dc4e913a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DiskUsageRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DiskUsageRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DiskUsageResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DiskUsageResponse.java index 4ae901795e..4e9fa9599a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DiskUsageResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/DiskUsageResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ElasticsearchIndicesAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ElasticsearchIndicesAsyncClient.java index d867a0149d..8a1b8e54ce 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ElasticsearchIndicesAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ElasticsearchIndicesAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ElasticsearchIndicesClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ElasticsearchIndicesClient.java index 6270f74879..c837ba6492 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ElasticsearchIndicesClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ElasticsearchIndicesClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsAliasRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsAliasRequest.java index d8170c2b39..ec7b41fc7a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsAliasRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsAliasRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsAliasResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsAliasResponse.java index de19a0393c..1db4e49432 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsAliasResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsAliasResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsIndexTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsIndexTemplateRequest.java index f1a419b0b3..b4dcd0f15b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsIndexTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsIndexTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsIndexTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsIndexTemplateResponse.java index 0986e65da0..2eafb797e6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsIndexTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsIndexTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsRequest.java index 58ba2b8db2..5fa698dd86 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsResponse.java index cd17094a2b..5a38bbcf55 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTemplateRequest.java index 28a42467a5..efa91d542a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTemplateResponse.java index 5ee7e55d4d..c82b16fed1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTypeRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTypeRequest.java index c31b2393b6..045f9409bd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTypeRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTypeRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTypeResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTypeResponse.java index fa8351590b..5d07109217 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTypeResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ExistsTypeResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FielddataFrequencyFilter.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FielddataFrequencyFilter.java index 69ec9403a3..fc24b59c65 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FielddataFrequencyFilter.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FielddataFrequencyFilter.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushRequest.java index d3ab5b6f39..7fdc888828 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushResponse.java index fc7657c804..2889f455f0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushSyncedRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushSyncedRequest.java index b5a5cfc2df..53f82742ce 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushSyncedRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushSyncedRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushSyncedResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushSyncedResponse.java index b4672fe389..f65ffb3557 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushSyncedResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/FlushSyncedResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ForcemergeRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ForcemergeRequest.java index e7c83c5d9d..5302273142 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ForcemergeRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ForcemergeRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ForcemergeResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ForcemergeResponse.java index 289be9e7be..b35bbba335 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ForcemergeResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ForcemergeResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetAliasRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetAliasRequest.java index 521400e977..c53ad00db9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetAliasRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetAliasRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetAliasResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetAliasResponse.java index c89177b130..92dcfe33e3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetAliasResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetAliasResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetFieldMappingRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetFieldMappingRequest.java index 83f1d771f0..71cd9ef997 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetFieldMappingRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetFieldMappingRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetFieldMappingResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetFieldMappingResponse.java index c37343fe0b..eefe4e0bbb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetFieldMappingResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetFieldMappingResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexRequest.java index 517fe46308..315dbaa4a8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexResponse.java index 6b176737c9..900fe3b3ba 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexTemplateRequest.java index ab9faee4c3..07347ae2a2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexTemplateResponse.java index 15018a7a9e..53896e3b00 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndexTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndicesSettingsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndicesSettingsRequest.java index 034990eec6..08e36b5b8c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndicesSettingsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndicesSettingsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndicesSettingsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndicesSettingsResponse.java index fb6306fef2..342930fc09 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndicesSettingsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetIndicesSettingsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetMappingRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetMappingRequest.java index f37801cd52..277ac5523d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetMappingRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetMappingRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetMappingResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetMappingResponse.java index a0a307ad82..2a98c4c2cf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetMappingResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetMappingResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetTemplateRequest.java index 8ff340c0bb..ad34d0a5af 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetTemplateResponse.java index ec67a3b112..8adca96ef8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetUpgradeRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetUpgradeRequest.java index 974144624d..4dcb8a9c33 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetUpgradeRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetUpgradeRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetUpgradeResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetUpgradeResponse.java index 7b16ec11cb..e64cddc53f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetUpgradeResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/GetUpgradeResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexCheckOnStartup.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexCheckOnStartup.java index f8e70c0287..46dccc8938 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexCheckOnStartup.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexCheckOnStartup.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRouting.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRouting.java index 48c89c9668..de613422d7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRouting.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRouting.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocation.java index 190fd76064..609f909c3c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationDisk.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationDisk.java index 82e1667421..026ff2395b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationDisk.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationDisk.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationInclude.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationInclude.java index e80f54528f..0f67e0140c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationInclude.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationInclude.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationInitialRecovery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationInitialRecovery.java index 5d86eee2bc..5963ffb467 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationInitialRecovery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationInitialRecovery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationOptions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationOptions.java index 957154c350..3ddda26c7e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingAllocationOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingRebalance.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingRebalance.java index e7276bcb9b..dc77e067f6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingRebalance.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingRebalance.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingRebalanceOptions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingRebalanceOptions.java index b895520681..dc0169b18a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingRebalanceOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexRoutingRebalanceOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSegmentSort.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSegmentSort.java index 27e577d4de..f781aead1f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSegmentSort.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSegmentSort.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettingBlocks.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettingBlocks.java index 9d8db2449e..baa9d41bb2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettingBlocks.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettingBlocks.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettings.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettings.java index f0666d650d..e774f309ec 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettings.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettings.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettingsAnalysis.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettingsAnalysis.java index 8bf5d62b67..c71ca1f9de 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettingsAnalysis.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexSettingsAnalysis.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexState.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexState.java index d3b21680ab..cbcd9478c7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexState.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexState.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexVersioning.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexVersioning.java index 415c00a103..a0b956dc6f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexVersioning.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndexVersioning.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndicesStatsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndicesStatsRequest.java index 3a40b4cced..14bdf31b16 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndicesStatsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndicesStatsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndicesStatsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndicesStatsResponse.java index 330a17e548..e05e9739dd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndicesStatsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/IndicesStatsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/NumericFielddata.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/NumericFielddata.java index 898293eede..0355b5d830 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/NumericFielddata.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/NumericFielddata.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/NumericFielddataFormat.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/NumericFielddataFormat.java index f82731bcf4..12b83fa45d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/NumericFielddataFormat.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/NumericFielddataFormat.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OpenRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OpenRequest.java index efb8f8cec6..b56e3de2e9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OpenRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OpenRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OpenResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OpenResponse.java index 35b7980b52..c89689ea76 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OpenResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OpenResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OverlappingIndexTemplate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OverlappingIndexTemplate.java index d2a61e9ef8..8d5d3fbcf2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OverlappingIndexTemplate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/OverlappingIndexTemplate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutAliasRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutAliasRequest.java index f02db2b13a..68a550748e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutAliasRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutAliasRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutAliasResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutAliasResponse.java index 99402d18e5..3ceb77aacc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutAliasResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutAliasResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndexTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndexTemplateRequest.java index 69067baf4d..a31419625a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndexTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndexTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndexTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndexTemplateResponse.java index cee588a967..680b80f60c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndexTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndexTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndicesSettingsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndicesSettingsRequest.java index 2825154c02..a29bcba5e9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndicesSettingsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndicesSettingsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndicesSettingsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndicesSettingsResponse.java index e38207e977..6836d6db33 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndicesSettingsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutIndicesSettingsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutMappingRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutMappingRequest.java index c370b6dffb..ce917fce7f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutMappingRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutMappingRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutMappingResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutMappingResponse.java index bbf7490429..899f4cc323 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutMappingResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutMappingResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutTemplateRequest.java index 621ca793c4..c25cecb6d4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutTemplateResponse.java index f4d5afdddc..cbf12dffa8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/PutTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RecoveryRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RecoveryRequest.java index 2a8890fc93..5118d8de1f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RecoveryRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RecoveryRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RecoveryResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RecoveryResponse.java index 27e5a358fe..404b95ca69 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RecoveryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RecoveryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RefreshRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RefreshRequest.java index e3bdc4bd99..f6e9877b5e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RefreshRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RefreshRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RefreshResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RefreshResponse.java index 3fa3537446..87d8cff4a9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RefreshResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RefreshResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ResolveIndexRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ResolveIndexRequest.java index 65b8c48da0..7a42f99258 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ResolveIndexRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ResolveIndexRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ResolveIndexResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ResolveIndexResponse.java index 8e308d0576..45f5d0b3fd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ResolveIndexResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ResolveIndexResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RolloverRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RolloverRequest.java index ee9757e2ec..4d022bc78d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RolloverRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RolloverRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RolloverResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RolloverResponse.java index 88b1139c29..b505dcfdd4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RolloverResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/RolloverResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortMissing.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortMissing.java index 1d086376ea..f10621b242 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortMissing.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortMissing.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortMode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortMode.java index b8108b8d89..fa3afabcb1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortMode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortMode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortOrder.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortOrder.java index 37e15e620d..dea219549e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortOrder.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentSortOrder.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentsRequest.java index 675d0ebf5c..c3ae84beb4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentsResponse.java index 990c88a0e2..b67e279cde 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SegmentsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShardStoresRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShardStoresRequest.java index 4b369f061e..35c5118fd8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShardStoresRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShardStoresRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShardStoresResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShardStoresResponse.java index 26538954e1..89224f8a89 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShardStoresResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShardStoresResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShrinkRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShrinkRequest.java index f5233cd2c6..4b18f44394 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShrinkRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShrinkRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShrinkResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShrinkResponse.java index af6f4dd82d..7a02b242ce 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShrinkResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ShrinkResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateIndexTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateIndexTemplateRequest.java index 43c1128cb9..b49621bb03 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateIndexTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateIndexTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateIndexTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateIndexTemplateResponse.java index 8fa3c38037..165a311fcc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateIndexTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateIndexTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateTemplateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateTemplateRequest.java index c64b1b7036..01e3054014 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateTemplateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateTemplateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateTemplateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateTemplateResponse.java index 29874ddf83..1578c7ea8e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateTemplateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SimulateTemplateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SoftDeletes.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SoftDeletes.java index a691543cc9..c6a9e24bed 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SoftDeletes.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SoftDeletes.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SplitRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SplitRequest.java index b03d7bbbce..9005eea4df 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SplitRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SplitRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SplitResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SplitResponse.java index f02ae49403..562b6ebc8e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SplitResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/SplitResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/TemplateMapping.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/TemplateMapping.java index 3f7e1f5de8..07b1b18ec3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/TemplateMapping.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/TemplateMapping.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpdateAliasesRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpdateAliasesRequest.java index 11e20ddfc6..7cd29915e8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpdateAliasesRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpdateAliasesRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpdateAliasesResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpdateAliasesResponse.java index e919bdd4bd..fd7d70929f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpdateAliasesResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpdateAliasesResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpgradeRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpgradeRequest.java index fa57cbc05b..b1bb90f0ef 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpgradeRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpgradeRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpgradeResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpgradeResponse.java index b5f8794865..7eab985f9e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpgradeResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/UpgradeResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ValidateQueryRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ValidateQueryRequest.java index 3c1227f22a..516a724cb4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ValidateQueryRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ValidateQueryRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ValidateQueryResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ValidateQueryResponse.java index c4c5a880e6..8ab5d04e1e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ValidateQueryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/ValidateQueryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/add_block/IndicesBlockOptions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/add_block/IndicesBlockOptions.java index 51cedef748..c7b0f8f91b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/add_block/IndicesBlockOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/add_block/IndicesBlockOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/add_block/IndicesBlockStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/add_block/IndicesBlockStatus.java index 1b6f0d24fb..10e5d0fa68 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/add_block/IndicesBlockStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/add_block/IndicesBlockStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzeDetail.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzeDetail.java index 8af551208f..dd1724c571 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzeDetail.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzeDetail.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzeToken.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzeToken.java index ad0b08939a..d12881629b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzeToken.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzeToken.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzerDetail.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzerDetail.java index 54d15dfe3b..a6ffad70ef 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzerDetail.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/AnalyzerDetail.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/CharFilterDetail.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/CharFilterDetail.java index 0d350772cf..433482e14c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/CharFilterDetail.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/CharFilterDetail.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/ExplainAnalyzeToken.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/ExplainAnalyzeToken.java index 98efc6e63a..bf29794be3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/ExplainAnalyzeToken.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/ExplainAnalyzeToken.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/TokenDetail.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/TokenDetail.java index 706b56e798..6f1178505b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/TokenDetail.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/analyze/TokenDetail.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/close/CloseIndexResult.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/close/CloseIndexResult.java index ff6d84c2e6..b02366a934 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/close/CloseIndexResult.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/close/CloseIndexResult.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/close/CloseShardResult.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/close/CloseShardResult.java index fe811e8e1a..42b0aae91e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/close/CloseShardResult.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/close/CloseShardResult.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_alias/IndexAliases.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_alias/IndexAliases.java index d055447ffe..9ec70a57b7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_alias/IndexAliases.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_alias/IndexAliases.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_field_mapping/TypeFieldMappings.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_field_mapping/TypeFieldMappings.java index 4885d25ba6..1ae4137935 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_field_mapping/TypeFieldMappings.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_field_mapping/TypeFieldMappings.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplate.java index 6ebc9ddea4..ab1b47243c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplateItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplateItem.java index a2d0e88b73..fdca98fd1d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplateItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplateItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplateSummary.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplateSummary.java index 167654af1a..4092ec5515 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplateSummary.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_index_template/IndexTemplateSummary.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_mapping/IndexMappingRecord.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_mapping/IndexMappingRecord.java index 82fd7f4cb5..821ac6c400 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_mapping/IndexMappingRecord.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/get_mapping/IndexMappingRecord.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/put_index_template/IndexTemplateMapping.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/put_index_template/IndexTemplateMapping.java index 921047595f..80d523bb00 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/put_index_template/IndexTemplateMapping.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/put_index_template/IndexTemplateMapping.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/FileDetails.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/FileDetails.java index 0935c38794..634e05ba58 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/FileDetails.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/FileDetails.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryBytes.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryBytes.java index d09b08c18d..566aa70a10 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryBytes.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryBytes.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryFiles.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryFiles.java index b3f24a0eac..b10dbb7501 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryFiles.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryFiles.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryIndexStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryIndexStatus.java index d10dd2e37b..1d60393a86 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryIndexStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryIndexStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryOrigin.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryOrigin.java index 7501b047ca..07cb00024d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryOrigin.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryOrigin.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryStartStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryStartStatus.java index 62bb8ffe46..c3b39c2e1b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryStartStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryStartStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryStatus.java index d4b36991df..33d0ccb18a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/RecoveryStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/ShardRecovery.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/ShardRecovery.java index 537fc37870..34dc5c0d68 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/ShardRecovery.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/ShardRecovery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/TranslogStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/TranslogStatus.java index fdd8968a2f..36b730809f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/TranslogStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/TranslogStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/VerifyIndex.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/VerifyIndex.java index ecbf1651b7..52d235ca1e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/VerifyIndex.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/recovery/VerifyIndex.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/resolve_index/ResolveIndexAliasItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/resolve_index/ResolveIndexAliasItem.java index 1fa85151bf..09a52dce6b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/resolve_index/ResolveIndexAliasItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/resolve_index/ResolveIndexAliasItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/resolve_index/ResolveIndexItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/resolve_index/ResolveIndexItem.java index 76c5f7259d..fa46f842f9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/resolve_index/ResolveIndexItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/resolve_index/ResolveIndexItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/IndexRolloverMapping.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/IndexRolloverMapping.java index c8457bfac9..84cdfd574f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/IndexRolloverMapping.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/IndexRolloverMapping.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/IndexRolloverMappingBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/IndexRolloverMappingBuilders.java index 4011c5578d..707edc1435 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/IndexRolloverMappingBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/IndexRolloverMappingBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/RolloverConditions.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/RolloverConditions.java index 2e42cd1f28..c44f8a1733 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/RolloverConditions.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/rollover/RolloverConditions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/IndexSegment.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/IndexSegment.java index 9bad775e53..f674dcd258 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/IndexSegment.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/IndexSegment.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/Segment.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/Segment.java index 3a5258708b..a15755bead 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/Segment.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/Segment.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/ShardSegmentRouting.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/ShardSegmentRouting.java index 405d4bcea6..12cf704316 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/ShardSegmentRouting.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/ShardSegmentRouting.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/ShardsSegment.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/ShardsSegment.java index 8ba43642a5..b8723e06a6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/ShardsSegment.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/segments/ShardsSegment.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/IndicesShardStores.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/IndicesShardStores.java index a7b2512925..acf3727fd1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/IndicesShardStores.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/IndicesShardStores.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStore.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStore.java index d1fbd46509..3182057c6d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStore.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStore.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreAllocation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreAllocation.java index b88baf4a98..6418cad2dd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreAllocation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreAllocation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreException.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreException.java index 7f58491085..5265152d22 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreException.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreException.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreStatus.java index bf682766bc..8d2bc94fc8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreWrapper.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreWrapper.java index 206fa9a209..1b96f44432 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreWrapper.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/shard_stores/ShardStoreWrapper.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/simulate_template/Overlapping.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/simulate_template/Overlapping.java index e9fa1323c7..33bcb19c45 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/simulate_template/Overlapping.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/simulate_template/Overlapping.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/simulate_template/Template.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/simulate_template/Template.java index a2bd96be3b..339f450220 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/simulate_template/Template.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/simulate_template/Template.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/IndexStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/IndexStats.java index 49de9433f7..98cbb8e349 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/IndexStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/IndexStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/IndicesStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/IndicesStats.java index 5d369c617d..8c97b585d9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/IndicesStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/IndicesStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardCommit.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardCommit.java index b28da79375..e1ce77ca76 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardCommit.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardCommit.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardFileSizeInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardFileSizeInfo.java index 5fcc8399a7..7fde4e0851 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardFileSizeInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardFileSizeInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardLease.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardLease.java index de9f8cabe5..3eb3928953 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardLease.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardLease.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardPath.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardPath.java index c5ea92e3e7..682acf8468 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardPath.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardPath.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardQueryCache.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardQueryCache.java index f57c513f2d..a6c0a4136e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardQueryCache.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardQueryCache.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRetentionLeases.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRetentionLeases.java index 28045d0e2c..fc0b16d485 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRetentionLeases.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRetentionLeases.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRouting.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRouting.java index 856be76dab..0b13f22219 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRouting.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRouting.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRoutingState.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRoutingState.java index 9d503aa842..43ec44b6ac 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRoutingState.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardRoutingState.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardSequenceNumber.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardSequenceNumber.java index 4e3bf12b88..ed6faca073 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardSequenceNumber.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardSequenceNumber.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardStats.java index 196cce99b1..c3b250d02a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardsTotalStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardsTotalStats.java index 9f6f349207..7c5eb45041 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardsTotalStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/stats/ShardsTotalStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/Action.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/Action.java index 9b188eee63..625b7395b1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/Action.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/Action.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/ActionBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/ActionBuilders.java index d654d9040c..5172d2d27b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/ActionBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/ActionBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/ActionVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/ActionVariant.java index 3b209172b8..1db64b3263 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/ActionVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/ActionVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/AddAction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/AddAction.java index 5e10af4d84..6d4e0eee64 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/AddAction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/AddAction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/RemoveAction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/RemoveAction.java index cf149f57d6..e3e0ae9318 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/RemoveAction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/RemoveAction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/RemoveIndexAction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/RemoveIndexAction.java index a56f80abf0..b53a3d99a1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/RemoveIndexAction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/update_aliases/RemoveIndexAction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/validate_query/IndicesValidationExplanation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/validate_query/IndicesValidationExplanation.java index e24507645c..1c3fe244b4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/indices/validate_query/IndicesValidationExplanation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/indices/validate_query/IndicesValidationExplanation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/AppendProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/AppendProcessor.java index 289691fe7e..fcc25a5a4d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/AppendProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/AppendProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/AttachmentProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/AttachmentProcessor.java index 11d31bb052..4381d0952d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/AttachmentProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/AttachmentProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/BytesProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/BytesProcessor.java index 3025ac354a..44777bf038 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/BytesProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/BytesProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/CircleProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/CircleProcessor.java index c703f27790..9e3edddac0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/CircleProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/CircleProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ConvertProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ConvertProcessor.java index 6eb51e77fd..0c7f9124c5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ConvertProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ConvertProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ConvertType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ConvertType.java index e9e89cd2e3..f5c40ccbf3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ConvertType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ConvertType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/CsvProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/CsvProcessor.java index 0cbd98ed4c..dbdbfd5f8b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/CsvProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/CsvProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DateIndexNameProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DateIndexNameProcessor.java index f3b6b121c3..33018f40b1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DateIndexNameProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DateIndexNameProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DateProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DateProcessor.java index aedbd6b9db..0b9a80383e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DateProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DateProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DeletePipelineRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DeletePipelineRequest.java index e2eaf5f079..40ccb924f6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DeletePipelineRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DeletePipelineRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DeletePipelineResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DeletePipelineResponse.java index 9d177962ed..fae511a4f2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DeletePipelineResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DeletePipelineResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DissectProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DissectProcessor.java index 1161eb617f..aa9edc008e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DissectProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DissectProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DotExpanderProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DotExpanderProcessor.java index c6fc0385e3..1648ba5d41 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DotExpanderProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DotExpanderProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DropProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DropProcessor.java index 387b8e91dc..a1a833fe91 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DropProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/DropProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ElasticsearchIngestAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ElasticsearchIngestAsyncClient.java index 510a605d7f..77d5e7705f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ElasticsearchIngestAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ElasticsearchIngestAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ElasticsearchIngestClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ElasticsearchIngestClient.java index 440a0c6087..920af263ad 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ElasticsearchIngestClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ElasticsearchIngestClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/FailProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/FailProcessor.java index 62762bb696..5af0f4f070 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/FailProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/FailProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ForeachProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ForeachProcessor.java index 68aabe0077..08e5993937 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ForeachProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ForeachProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpProcessor.java index 6ebac92db3..0b79283e56 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpStatsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpStatsRequest.java index ad1d186d71..30dc59c306 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpStatsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpStatsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpStatsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpStatsResponse.java index 7ecf615610..bb69ceb852 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpStatsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GeoIpStatsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GetPipelineRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GetPipelineRequest.java index f67c59a548..49f8879df1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GetPipelineRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GetPipelineRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GetPipelineResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GetPipelineResponse.java index 271aaa640b..3a557a157c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GetPipelineResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GetPipelineResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GrokProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GrokProcessor.java index 89a1f99834..c41af450d1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GrokProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GrokProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GsubProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GsubProcessor.java index a65bb5ff8d..4e54b1646e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GsubProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/GsubProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceConfig.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceConfig.java index 07df45199f..6fc6e81ea5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceConfig.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceConfig.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceConfigRegression.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceConfigRegression.java index 3f75e11c16..d43b7cdddb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceConfigRegression.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceConfigRegression.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceProcessor.java index 6d69be36eb..6246652582 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/InferenceProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/JoinProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/JoinProcessor.java index 00201c8204..a0ba95f37e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/JoinProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/JoinProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/JsonProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/JsonProcessor.java index 60f5295a65..89ea67d14a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/JsonProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/JsonProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/KeyValueProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/KeyValueProcessor.java index 06293034b3..87bba208d0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/KeyValueProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/KeyValueProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/LowercaseProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/LowercaseProcessor.java index 4f6e9de9f0..da878d2354 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/LowercaseProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/LowercaseProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/Pipeline.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/Pipeline.java index b3e01a7b65..dce27d3de6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/Pipeline.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/Pipeline.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PipelineProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PipelineProcessor.java index 23c731c227..b96b62b24d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PipelineProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PipelineProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/Processor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/Processor.java index 23bd925eb4..14e2a35d9b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/Processor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/Processor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorBase.java index f46db18c25..587beb837a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorBuilders.java index 5e18e4e4f0..599ce9e73b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorGrokRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorGrokRequest.java index ec5cbcbd5a..bbe6ecb10e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorGrokRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorGrokRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorGrokResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorGrokResponse.java index c07a09c05c..c6d23e269c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorGrokResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorGrokResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorVariant.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorVariant.java index 1f775d88e1..763635acea 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorVariant.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ProcessorVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PutPipelineRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PutPipelineRequest.java index 893e040ec6..6a4f457cba 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PutPipelineRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PutPipelineRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PutPipelineResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PutPipelineResponse.java index a9aaa293f9..503e500e9f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PutPipelineResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/PutPipelineResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/RemoveProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/RemoveProcessor.java index 554b9be6c8..6fba925245 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/RemoveProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/RemoveProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/RenameProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/RenameProcessor.java index 0522d56a03..b454da39fd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/RenameProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/RenameProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SetProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SetProcessor.java index a5f2e3d84d..ed431edc64 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SetProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SetProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SetSecurityUserProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SetSecurityUserProcessor.java index a934db575a..c66d950dc3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SetSecurityUserProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SetSecurityUserProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ShapeType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ShapeType.java index 5aaa955530..57c775e7ac 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ShapeType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/ShapeType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SimulateRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SimulateRequest.java index d7049ae183..c23fe4abc2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SimulateRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SimulateRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SimulateResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SimulateResponse.java index c62c49df39..2be9067004 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SimulateResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SimulateResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SortProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SortProcessor.java index 8cf18c9a2b..07a84ebcc6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SortProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SortProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SplitProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SplitProcessor.java index 9c109175fe..326570364f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SplitProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/SplitProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/TrimProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/TrimProcessor.java index bb28614299..08589cf4fa 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/TrimProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/TrimProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UppercaseProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UppercaseProcessor.java index bbad892c37..e4c4e769ff 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UppercaseProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UppercaseProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UrlDecodeProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UrlDecodeProcessor.java index 947fb4bb0f..b1d5a59e36 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UrlDecodeProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UrlDecodeProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UserAgentProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UserAgentProcessor.java index 268081fd11..1275dbf4f3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UserAgentProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UserAgentProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UserAgentProperty.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UserAgentProperty.java index e5c360f043..3ae8da31f8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UserAgentProperty.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/UserAgentProperty.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpDownloadStatistics.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpDownloadStatistics.java index c451241f17..41afbba426 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpDownloadStatistics.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpDownloadStatistics.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabaseName.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabaseName.java index 83ab7442a0..3ca25c7cb4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabaseName.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabaseName.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java index 2e6d772724..f05b68f73b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/Document.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/Document.java index 15490b223a..69e1e45609 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/Document.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/Document.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/DocumentSimulation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/DocumentSimulation.java index 1f0164cacf..d3ff7f67c4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/DocumentSimulation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/DocumentSimulation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/Ingest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/Ingest.java index 6242b5884c..1f0ed2f8ed 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/Ingest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/Ingest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/PipelineSimulation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/PipelineSimulation.java index d75c1d87a5..5cf954f1ef 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/PipelineSimulation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/ingest/simulate/PipelineSimulation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/AdaptiveSelection.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/AdaptiveSelection.java index e2fbaae74e..f6838e3913 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/AdaptiveSelection.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/AdaptiveSelection.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Breaker.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Breaker.java index 9347e03843..e4c0f88c56 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Breaker.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Breaker.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Cpu.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Cpu.java index 879842996d..2a0fce21f2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Cpu.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Cpu.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/DataPathStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/DataPathStats.java index 30aa41d62c..b15219ce66 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/DataPathStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/DataPathStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ElasticsearchNodesAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ElasticsearchNodesAsyncClient.java index 4193ed57bd..eb3286ed24 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ElasticsearchNodesAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ElasticsearchNodesAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ElasticsearchNodesClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ElasticsearchNodesClient.java index be8c879778..158cdca013 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ElasticsearchNodesClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ElasticsearchNodesClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ExtendedMemoryStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ExtendedMemoryStats.java index bde0996ecf..f186ff4ccf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ExtendedMemoryStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ExtendedMemoryStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/FileSystem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/FileSystem.java index 93fc3a411b..191bb36c24 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/FileSystem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/FileSystem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/FileSystemTotal.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/FileSystemTotal.java index 80963aa3b9..76b1d49444 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/FileSystemTotal.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/FileSystemTotal.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/GarbageCollector.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/GarbageCollector.java index 9ad0eeaba4..3f302d0943 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/GarbageCollector.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/GarbageCollector.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/GarbageCollectorTotal.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/GarbageCollectorTotal.java index f665555239..ee1593f75e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/GarbageCollectorTotal.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/GarbageCollectorTotal.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/HotThreadsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/HotThreadsRequest.java index 35446602ae..30e14c8fa8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/HotThreadsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/HotThreadsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/HotThreadsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/HotThreadsResponse.java index 8a976262c1..20e2e251c4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/HotThreadsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/HotThreadsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Http.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Http.java index 961a11dace..32084d2ff8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Http.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Http.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Ingest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Ingest.java index c9b5b0d687..b03e9a003c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Ingest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Ingest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/IngestTotal.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/IngestTotal.java index b531d3794d..edc19c2e69 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/IngestTotal.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/IngestTotal.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Jvm.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Jvm.java index aefeda6936..b734dc6ecf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Jvm.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Jvm.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/JvmClasses.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/JvmClasses.java index de5e3ae212..083ba6186c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/JvmClasses.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/JvmClasses.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/JvmThreads.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/JvmThreads.java index fced9c4c27..21b2893613 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/JvmThreads.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/JvmThreads.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/KeyedProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/KeyedProcessor.java index 198b9edbc8..7017424c47 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/KeyedProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/KeyedProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/MemoryStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/MemoryStats.java index ef093dee93..60d1951509 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/MemoryStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/MemoryStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodeBufferPool.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodeBufferPool.java index 073fef1769..a5df9e1155 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodeBufferPool.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodeBufferPool.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesInfoRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesInfoRequest.java index 8346c8eeec..46e0cba304 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesInfoRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesInfoRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesInfoResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesInfoResponse.java index 45520f36c2..5e2d258ec1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesInfoResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesInfoResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesResponseBase.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesResponseBase.java index ca7a8c7c89..a251d9c2e0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesResponseBase.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesResponseBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesStatsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesStatsRequest.java index 2ada9effda..a13e9f24b9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesStatsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesStatsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesStatsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesStatsResponse.java index 311ad299ee..40530feed7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesStatsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesStatsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesUsageRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesUsageRequest.java index f29e6bd853..7467b0ca43 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesUsageRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesUsageRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesUsageResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesUsageResponse.java index 3f4fd7e4cd..a590662940 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesUsageResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/NodesUsageResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/OperatingSystem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/OperatingSystem.java index c87377cc44..12c687f30e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/OperatingSystem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/OperatingSystem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Process.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Process.java index 44182d884e..c0d3fba9d9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Process.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Process.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ReloadSecureSettingsRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ReloadSecureSettingsRequest.java index 6c9ffa8518..c52d2b2ce1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ReloadSecureSettingsRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ReloadSecureSettingsRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ReloadSecureSettingsResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ReloadSecureSettingsResponse.java index ea3f2ce25f..e7bba97bd0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ReloadSecureSettingsResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ReloadSecureSettingsResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Scripting.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Scripting.java index 0f3b5c189a..fad91066d6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Scripting.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Scripting.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Stats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Stats.java index d6fa36e2e9..3dcd87676b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Stats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Stats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ThreadCount.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ThreadCount.java index c766a22a65..b45a9732db 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ThreadCount.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/ThreadCount.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Transport.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Transport.java index d7c0113937..c2436d9843 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Transport.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/Transport.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/hot_threads/HotThread.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/hot_threads/HotThread.java index 7d6044f47f..f13cbdcf27 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/hot_threads/HotThread.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/hot_threads/HotThread.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfo.java index 66e1239ceb..c492dd4035 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoAction.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoAction.java index 50d07f5402..57ff4be595 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoAction.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoAction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoAggregation.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoAggregation.java index d50e9b077b..4fa05e800c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoAggregation.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoAggregation.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoBootstrap.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoBootstrap.java index 07fd9a8c6b..8d70eb00a1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoBootstrap.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoBootstrap.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoClient.java index bf474e8836..3bf6533889 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoDiscover.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoDiscover.java index 4e2eedca4c..036c1cfec4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoDiscover.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoDiscover.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoHttp.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoHttp.java index 162994943c..e3f623fd72 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoHttp.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoHttp.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngest.java index 3c5f05e662..7cc46fca1c 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestDownloader.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestDownloader.java index 20d1ef5807..c91ab88827 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestDownloader.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestDownloader.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestInfo.java index 5b85f1b9f0..beef980603 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestProcessor.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestProcessor.java index 0eeb7bd713..28121f015a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestProcessor.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoIngestProcessor.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoJvmMemory.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoJvmMemory.java index cc34cf7242..f9f8157d87 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoJvmMemory.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoJvmMemory.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoMemory.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoMemory.java index 131dc50fd3..b707968030 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoMemory.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoMemory.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoNetwork.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoNetwork.java index 2caa1808a6..b4dfe5f289 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoNetwork.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoNetwork.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoNetworkInterface.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoNetworkInterface.java index 1a43ebb672..3113bce24f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoNetworkInterface.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoNetworkInterface.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoOSCPU.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoOSCPU.java index d4b7d2f8a1..955e525db4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoOSCPU.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoOSCPU.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoPath.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoPath.java index fbf3c98cdc..dd423eceb6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoPath.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoPath.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoRepositories.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoRepositories.java index 3a366e4d2e..4c00956ebd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoRepositories.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoRepositories.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoRepositoriesUrl.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoRepositoriesUrl.java index 11e763ad27..b9e0b6fcd4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoRepositoriesUrl.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoRepositoriesUrl.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoScript.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoScript.java index 1eafb14709..f06082f2a3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoScript.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoScript.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSearch.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSearch.java index f77f9d0d18..43c43a6540 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSearch.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSearch.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSearchRemote.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSearchRemote.java index 93255859e8..69e32ee8d4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSearchRemote.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSearchRemote.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettings.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettings.java index f4a05b1fcf..1a10511d81 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettings.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettings.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsCluster.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsCluster.java index eaef96c08e..53450bd1fc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsCluster.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsCluster.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsClusterElection.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsClusterElection.java index d2be678ba0..c47a509f19 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsClusterElection.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsClusterElection.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsHttp.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsHttp.java index 28fcff520f..ced8bc6dd3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsHttp.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsHttp.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsHttpType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsHttpType.java index 16a233df87..dbd8715d0b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsHttpType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsHttpType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsIngest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsIngest.java index ecae4269cc..a69b854bcb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsIngest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsIngest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsNetwork.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsNetwork.java index 2103ea70c4..42e4ed4503 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsNetwork.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsNetwork.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsNode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsNode.java index ef5b1a5eb7..9ef2af1464 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsNode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsNode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransport.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransport.java index d5d12bee46..f850f892ce 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransport.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransport.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransportFeatures.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransportFeatures.java index 4a6a490456..a34b9717d6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransportFeatures.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransportFeatures.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransportType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransportType.java index 316b1b8802..a43bd66dee 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransportType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoSettingsTransportType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoTransport.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoTransport.java index 3d60f4ea5d..50eeb8c822 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoTransport.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeInfoTransport.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeJvmInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeJvmInfo.java index 92046291cd..20150fe233 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeJvmInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeJvmInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeOperatingSystemInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeOperatingSystemInfo.java index 8dd0c51ffd..8285f68a52 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeOperatingSystemInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeOperatingSystemInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeProcessInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeProcessInfo.java index 926dcf9443..7f21a4c73d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeProcessInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeProcessInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeThreadPoolInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeThreadPoolInfo.java index 5d8ff4db36..1249d396eb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeThreadPoolInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/info/NodeThreadPoolInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadError.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadError.java index 4581c4675a..a999a7c7b7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadError.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadError.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadResult.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadResult.java index 7ec7b45238..5da0072778 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadResult.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadResult.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadResultBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadResultBuilders.java index 8e55ce91d8..cf07576333 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadResultBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/reload_secure_settings/NodeReloadResultBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/usage/NodeUsage.java b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/usage/NodeUsage.java index 31a9b95695..b50696b71a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/usage/NodeUsage.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/nodes/usage/NodeUsage.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/package-info.java b/java-client/src/main/java/org/opensearch/clients/opensearch/package-info.java index d4bd852e1d..1a6edc86b6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/package-info.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/package-info.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/security/get_role/RoleTemplate.java b/java-client/src/main/java/org/opensearch/clients/opensearch/security/get_role/RoleTemplate.java index 26d656a085..db64bf2484 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/security/get_role/RoleTemplate.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/security/get_role/RoleTemplate.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/security/get_role/TemplateFormat.java b/java-client/src/main/java/org/opensearch/clients/opensearch/security/get_role/TemplateFormat.java index 7cfd20d1c6..02c1c40fe0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/security/get_role/TemplateFormat.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/security/get_role/TemplateFormat.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/DeleteNodeRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/DeleteNodeRequest.java index 66dfc0540e..365efafe0b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/DeleteNodeRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/DeleteNodeRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/DeleteNodeResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/DeleteNodeResponse.java index 759cdd2510..5e6d7748ff 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/DeleteNodeResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/DeleteNodeResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/ElasticsearchShutdownAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/ElasticsearchShutdownAsyncClient.java index 22c6bb83b5..6d0ae443d1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/ElasticsearchShutdownAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/ElasticsearchShutdownAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/ElasticsearchShutdownClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/ElasticsearchShutdownClient.java index 2cfb4b1f24..ec2157be39 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/ElasticsearchShutdownClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/ElasticsearchShutdownClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/GetNodeRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/GetNodeRequest.java index 22c2d229de..c9b2cfbe52 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/GetNodeRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/GetNodeRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/GetNodeResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/GetNodeResponse.java index cf3286373e..b8734f41e1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/GetNodeResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/GetNodeResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/PutNodeRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/PutNodeRequest.java index 58cfd0bd1d..e770f65e13 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/PutNodeRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/PutNodeRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/PutNodeResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/PutNodeResponse.java index b65a92aed2..2930db4c53 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/PutNodeResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/PutNodeResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/NodeShutdownStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/NodeShutdownStatus.java index bbc9dfa75a..f4b7ea8b1b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/NodeShutdownStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/NodeShutdownStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/PersistentTaskStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/PersistentTaskStatus.java index fdae170afc..b9d2e93657 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/PersistentTaskStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/PersistentTaskStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/PluginsStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/PluginsStatus.java index 16673a09d8..474752043e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/PluginsStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/PluginsStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShardMigrationStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShardMigrationStatus.java index 45f8ab7518..80e793c500 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShardMigrationStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShardMigrationStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShutdownStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShutdownStatus.java index 65f5d297c5..ea2be10e7b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShutdownStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShutdownStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShutdownType.java b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShutdownType.java index ac3af9af84..fa7a2ebb04 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShutdownType.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/shutdown/get_node/ShutdownType.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CleanupRepositoryRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CleanupRepositoryRequest.java index c44e5b7ddb..cfebec33d8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CleanupRepositoryRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CleanupRepositoryRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CleanupRepositoryResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CleanupRepositoryResponse.java index 9b7b13160d..ec423eb2a0 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CleanupRepositoryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CleanupRepositoryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CloneSnapshotRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CloneSnapshotRequest.java index f823cb7eea..bbb0be5273 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CloneSnapshotRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CloneSnapshotRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CloneSnapshotResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CloneSnapshotResponse.java index e4813436f4..f47419468e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CloneSnapshotResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CloneSnapshotResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateRepositoryRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateRepositoryRequest.java index 62f61437b8..bb0a13a620 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateRepositoryRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateRepositoryRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateRepositoryResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateRepositoryResponse.java index 949b05adda..e2fec5d23a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateRepositoryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateRepositoryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateSnapshotRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateSnapshotRequest.java index 1b83227d09..ea2bb9b3a3 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateSnapshotRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateSnapshotRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateSnapshotResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateSnapshotResponse.java index 9f8bfae69e..bd114fff8b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateSnapshotResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/CreateSnapshotResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteRepositoryRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteRepositoryRequest.java index 8224688752..c7d7ed7fbe 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteRepositoryRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteRepositoryRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteRepositoryResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteRepositoryResponse.java index 26c6231bc4..bddb9e8e83 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteRepositoryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteRepositoryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteSnapshotRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteSnapshotRequest.java index d41c01aeab..2f28cc71c5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteSnapshotRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteSnapshotRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteSnapshotResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteSnapshotResponse.java index 6ff642ef19..2f1f36168a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteSnapshotResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/DeleteSnapshotResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ElasticsearchSnapshotAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ElasticsearchSnapshotAsyncClient.java index 442400015e..b6af15ca05 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ElasticsearchSnapshotAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ElasticsearchSnapshotAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ElasticsearchSnapshotClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ElasticsearchSnapshotClient.java index 8ae57d6f53..07c0276977 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ElasticsearchSnapshotClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ElasticsearchSnapshotClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/FileCountSnapshotStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/FileCountSnapshotStats.java index 5518fe9225..337c690ebb 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/FileCountSnapshotStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/FileCountSnapshotStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetRepositoryRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetRepositoryRequest.java index edf7080f1c..bb73d764de 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetRepositoryRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetRepositoryRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetRepositoryResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetRepositoryResponse.java index 7380c2bec6..195560bd78 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetRepositoryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetRepositoryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetSnapshotRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetSnapshotRequest.java index ff69a10af7..d1fa73c5b7 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetSnapshotRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetSnapshotRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetSnapshotResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetSnapshotResponse.java index af5ad03457..4e74434d70 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetSnapshotResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/GetSnapshotResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/IndexDetails.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/IndexDetails.java index 4908e316c1..2ee4e538f5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/IndexDetails.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/IndexDetails.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/InfoFeatureState.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/InfoFeatureState.java index 82f1176464..212a634e48 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/InfoFeatureState.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/InfoFeatureState.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/Repository.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/Repository.java index 73eafb6fa0..7e60c15ed9 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/Repository.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/Repository.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RepositorySettings.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RepositorySettings.java index 6f887c8daf..c066ab4202 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RepositorySettings.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RepositorySettings.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RestoreRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RestoreRequest.java index 5a3af6c39b..c5b7fcbf81 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RestoreRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RestoreRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RestoreResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RestoreResponse.java index b22f127ee8..0d8d9c75a4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RestoreResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/RestoreResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStats.java index 6b65ecbe50..88bfb52e9a 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsStage.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsStage.java index d73b161ba3..1182781741 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsStage.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsStage.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsSummary.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsSummary.java index 4af0157b81..e766f1a807 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsSummary.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsSummary.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsSummaryItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsSummaryItem.java index 54374015cc..aa778fa932 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsSummaryItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/ShardsStatsSummaryItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotIndexStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotIndexStats.java index 1a0edd88a1..23960a0bb1 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotIndexStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotIndexStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotInfo.java index ec5e1d92d5..740abc4499 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotShardFailure.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotShardFailure.java index 3219aba39c..daafefb699 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotShardFailure.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotShardFailure.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotShardsStatus.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotShardsStatus.java index 6c1bf2c0b6..6490f52c20 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotShardsStatus.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotShardsStatus.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStats.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStats.java index 4fe9de4191..0fd82e88cd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStats.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStats.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStatusRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStatusRequest.java index b895438b4f..f28e691516 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStatusRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStatusRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStatusResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStatusResponse.java index 8738e4ea19..feb978dd3f 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStatusResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/SnapshotStatusResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/Status.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/Status.java index 2551a92676..33b759abc8 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/Status.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/Status.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/VerifyRepositoryRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/VerifyRepositoryRequest.java index efa0e8a626..15d6d6bef4 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/VerifyRepositoryRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/VerifyRepositoryRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/VerifyRepositoryResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/VerifyRepositoryResponse.java index 21cb7aeef2..e40634abfc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/VerifyRepositoryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/VerifyRepositoryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/cleanup_repository/CleanupRepositoryResults.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/cleanup_repository/CleanupRepositoryResults.java index 4db7d972d5..1b64f6db03 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/cleanup_repository/CleanupRepositoryResults.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/cleanup_repository/CleanupRepositoryResults.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/get/SnapshotResponseItem.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/get/SnapshotResponseItem.java index f8186aae43..6e4fd200c6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/get/SnapshotResponseItem.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/get/SnapshotResponseItem.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/restore/SnapshotRestore.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/restore/SnapshotRestore.java index e10fca6b93..1eaa423f98 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/restore/SnapshotRestore.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/restore/SnapshotRestore.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/verify_repository/CompactNodeInfo.java b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/verify_repository/CompactNodeInfo.java index 9110810d82..fc2fecd0e6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/verify_repository/CompactNodeInfo.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/snapshot/verify_repository/CompactNodeInfo.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/CancelRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/CancelRequest.java index 37761be473..54bfc7c87e 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/CancelRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/CancelRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/CancelResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/CancelResponse.java index 552c30deed..65c1b1a771 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/CancelResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/CancelResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ElasticsearchTasksAsyncClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ElasticsearchTasksAsyncClient.java index 930b248f76..cfdd00c7dd 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ElasticsearchTasksAsyncClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ElasticsearchTasksAsyncClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ElasticsearchTasksClient.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ElasticsearchTasksClient.java index 2b36f4cf07..29ca69b038 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ElasticsearchTasksClient.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ElasticsearchTasksClient.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GetTasksRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GetTasksRequest.java index 40333b88da..0c6da185bf 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GetTasksRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GetTasksRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GetTasksResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GetTasksResponse.java index 1b84ab8533..c51295315d 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GetTasksResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GetTasksResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GroupBy.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GroupBy.java index 5748eb660b..e1bbc34515 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GroupBy.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/GroupBy.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/Info.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/Info.java index 0d0e5b2b1b..a295eba0a2 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/Info.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/Info.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ListRequest.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ListRequest.java index 82100c6509..3061b5d955 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ListRequest.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ListRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ListResponse.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ListResponse.java index bceb998a30..97dda6d82b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ListResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/ListResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/State.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/State.java index 39f0b842f4..99bd0faba5 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/State.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/State.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/Status.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/Status.java index 6cf7f59617..41b0f21edc 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/Status.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/Status.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/TaskExecutingNode.java b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/TaskExecutingNode.java index 045aa713c9..4d91d123b6 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/TaskExecutingNode.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/tasks/TaskExecutingNode.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/HourAndMinute.java b/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/HourAndMinute.java index ddc1729c3d..d948763b9b 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/HourAndMinute.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/HourAndMinute.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/TimeOfDay.java b/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/TimeOfDay.java index 2eb561a55b..d9a9342761 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/TimeOfDay.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/TimeOfDay.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/TimeOfDayBuilders.java b/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/TimeOfDayBuilders.java index 27070829cf..2d13e31312 100644 --- a/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/TimeOfDayBuilders.java +++ b/java-client/src/main/java/org/opensearch/clients/opensearch/watcher/TimeOfDayBuilders.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/transport/ElasticsearchTransport.java b/java-client/src/main/java/org/opensearch/clients/transport/ElasticsearchTransport.java index e7207213fb..c327c34fc4 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/ElasticsearchTransport.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/ElasticsearchTransport.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport; /** diff --git a/java-client/src/main/java/org/opensearch/clients/transport/Endpoint.java b/java-client/src/main/java/org/opensearch/clients/transport/Endpoint.java index fe7693931b..1e9a0ce9d9 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/Endpoint.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/Endpoint.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/JsonEndpoint.java b/java-client/src/main/java/org/opensearch/clients/transport/JsonEndpoint.java index e9d49c1f35..b609066a17 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/JsonEndpoint.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/JsonEndpoint.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/Transport.java b/java-client/src/main/java/org/opensearch/clients/transport/Transport.java index f6eec025d9..7ec8e096b5 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/Transport.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/Transport.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport; import org.opensearch.clients.ApiClient; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/TransportException.java b/java-client/src/main/java/org/opensearch/clients/transport/TransportException.java index a4eb80e0fc..49cb19b7d9 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/TransportException.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/TransportException.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport; import javax.annotation.Nullable; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/TransportOptions.java b/java-client/src/main/java/org/opensearch/clients/transport/TransportOptions.java index 04d26dc1e0..5086dbb054 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/TransportOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/TransportOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport; import org.opensearch.clients.util.ObjectBuilder; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/Version.java b/java-client/src/main/java/org/opensearch/clients/transport/Version.java index 995955e65f..e01da66423 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/Version.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/Version.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport; import org.opensearch.clients.ApiClient; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/BooleanEndpoint.java b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/BooleanEndpoint.java index ad6051e1b3..bfa58e2e67 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/BooleanEndpoint.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/BooleanEndpoint.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport.endpoints; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/BooleanResponse.java b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/BooleanResponse.java index 6d15f94425..d6552186d9 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/BooleanResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/BooleanResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport.endpoints; /** diff --git a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/DelegatingJsonEndpoint.java b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/DelegatingJsonEndpoint.java index 98e8592e08..798923878b 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/DelegatingJsonEndpoint.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/DelegatingJsonEndpoint.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport.endpoints; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/DictionaryResponse.java b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/DictionaryResponse.java index 1318a5300f..6cb900b5b3 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/DictionaryResponse.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/DictionaryResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport.endpoints; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/EndpointWithResponseMapperAttr.java b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/EndpointWithResponseMapperAttr.java index d2f3109513..13d7712d04 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/EndpointWithResponseMapperAttr.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/EndpointWithResponseMapperAttr.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport.endpoints; import org.opensearch.clients.json.DelegatingDeserializer; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/SimpleEndpoint.java b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/SimpleEndpoint.java index b35750f4fb..9b21ec0b66 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/endpoints/SimpleEndpoint.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/endpoints/SimpleEndpoint.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport.endpoints; import org.opensearch.clients.opensearch._types.ErrorResponse; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/rest_client/RestClientOptions.java b/java-client/src/main/java/org/opensearch/clients/transport/rest_client/RestClientOptions.java index e19f2ae539..35b2acca95 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/rest_client/RestClientOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/rest_client/RestClientOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport.rest_client; import org.opensearch.clients.transport.TransportOptions; diff --git a/java-client/src/main/java/org/opensearch/clients/transport/rest_client/RestClientTransport.java b/java-client/src/main/java/org/opensearch/clients/transport/rest_client/RestClientTransport.java index 765f379e16..7a2d5cff44 100644 --- a/java-client/src/main/java/org/opensearch/clients/transport/rest_client/RestClientTransport.java +++ b/java-client/src/main/java/org/opensearch/clients/transport/rest_client/RestClientTransport.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport.rest_client; import org.opensearch.clients.opensearch._types.ElasticsearchException; diff --git a/java-client/src/main/java/org/opensearch/clients/util/ActionStatusOptions.java b/java-client/src/main/java/org/opensearch/clients/util/ActionStatusOptions.java index 0f12c5d8e3..fc5f62a90a 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/ActionStatusOptions.java +++ b/java-client/src/main/java/org/opensearch/clients/util/ActionStatusOptions.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + //---------------------------------------------------- // THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. //---------------------------------------------------- diff --git a/java-client/src/main/java/org/opensearch/clients/util/ApiTypeHelper.java b/java-client/src/main/java/org/opensearch/clients/util/ApiTypeHelper.java index 3bc7ff53e0..d64a6880b4 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/ApiTypeHelper.java +++ b/java-client/src/main/java/org/opensearch/clients/util/ApiTypeHelper.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; import javax.annotation.Nullable; diff --git a/java-client/src/main/java/org/opensearch/clients/util/ListBuilder.java b/java-client/src/main/java/org/opensearch/clients/util/ListBuilder.java index adc535dbe5..69dc48a768 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/ListBuilder.java +++ b/java-client/src/main/java/org/opensearch/clients/util/ListBuilder.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; import java.util.ArrayList; diff --git a/java-client/src/main/java/org/opensearch/clients/util/MapBuilder.java b/java-client/src/main/java/org/opensearch/clients/util/MapBuilder.java index 20868e4103..c73d8052e3 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/MapBuilder.java +++ b/java-client/src/main/java/org/opensearch/clients/util/MapBuilder.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; import java.util.Collections; diff --git a/java-client/src/main/java/org/opensearch/clients/util/MissingRequiredPropertyException.java b/java-client/src/main/java/org/opensearch/clients/util/MissingRequiredPropertyException.java index 4be5f70247..ac191f6b50 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/MissingRequiredPropertyException.java +++ b/java-client/src/main/java/org/opensearch/clients/util/MissingRequiredPropertyException.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; /** diff --git a/java-client/src/main/java/org/opensearch/clients/util/ObjectBuilder.java b/java-client/src/main/java/org/opensearch/clients/util/ObjectBuilder.java index 8de1526f81..9828d79d6d 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/ObjectBuilder.java +++ b/java-client/src/main/java/org/opensearch/clients/util/ObjectBuilder.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; /** diff --git a/java-client/src/main/java/org/opensearch/clients/util/ObjectBuilderBase.java b/java-client/src/main/java/org/opensearch/clients/util/ObjectBuilderBase.java index 4b536c1f5a..d728426274 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/ObjectBuilderBase.java +++ b/java-client/src/main/java/org/opensearch/clients/util/ObjectBuilderBase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; import java.util.ArrayList; diff --git a/java-client/src/main/java/org/opensearch/clients/util/QuadConsumer.java b/java-client/src/main/java/org/opensearch/clients/util/QuadConsumer.java index f1f45c6853..4fb7e27c76 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/QuadConsumer.java +++ b/java-client/src/main/java/org/opensearch/clients/util/QuadConsumer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; /** @@ -25,8 +38,6 @@ * Unlike most other functional interfaces, {@code QuadConsumer} is expected * to operate via side-effects. * - * @see java.util.function.Consumer - * @see java.util.function.BiConsumer */ @FunctionalInterface public interface QuadConsumer { diff --git a/java-client/src/main/java/org/opensearch/clients/util/QuadFunction.java b/java-client/src/main/java/org/opensearch/clients/util/QuadFunction.java index 75d86f2cf4..4419fff6ab 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/QuadFunction.java +++ b/java-client/src/main/java/org/opensearch/clients/util/QuadFunction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; /** diff --git a/java-client/src/main/java/org/opensearch/clients/util/TaggedUnion.java b/java-client/src/main/java/org/opensearch/clients/util/TaggedUnion.java index 7b49954eec..5f05fbe5dc 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/TaggedUnion.java +++ b/java-client/src/main/java/org/opensearch/clients/util/TaggedUnion.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; public interface TaggedUnion, BaseType> { diff --git a/java-client/src/main/java/org/opensearch/clients/util/TaggedUnionUtils.java b/java-client/src/main/java/org/opensearch/clients/util/TaggedUnionUtils.java index a3484a50ed..610237c520 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/TaggedUnionUtils.java +++ b/java-client/src/main/java/org/opensearch/clients/util/TaggedUnionUtils.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; import org.opensearch.clients.json.NdJsonpSerializable; diff --git a/java-client/src/main/java/org/opensearch/clients/util/TriConsumer.java b/java-client/src/main/java/org/opensearch/clients/util/TriConsumer.java index fdca9adb50..b013a0b8b5 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/TriConsumer.java +++ b/java-client/src/main/java/org/opensearch/clients/util/TriConsumer.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; /** @@ -25,8 +38,6 @@ * Unlike most other functional interfaces, {@code TriConsumer} is expected * to operate via side-effects. * - * @see java.util.function.Consumer - * @see java.util.function.BiConsumer */ @FunctionalInterface public interface TriConsumer { diff --git a/java-client/src/main/java/org/opensearch/clients/util/TriFunction.java b/java-client/src/main/java/org/opensearch/clients/util/TriFunction.java index 3f32b513d2..746c8e41c3 100644 --- a/java-client/src/main/java/org/opensearch/clients/util/TriFunction.java +++ b/java-client/src/main/java/org/opensearch/clients/util/TriFunction.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.util; /** @@ -28,8 +41,6 @@ * @param the type of the third argument to the function * @param the type of the result of the function * - * @see java.util.function.Function - * @see java.util.function.BiFunction */ @FunctionalInterface public interface TriFunction { diff --git a/java-client/src/test/java/org/opensearch/clients/documentation/ApiConventionsTest.java b/java-client/src/test/java/org/opensearch/clients/documentation/ApiConventionsTest.java index 953ff35c49..f3a9e287a6 100644 --- a/java-client/src/test/java/org/opensearch/clients/documentation/ApiConventionsTest.java +++ b/java-client/src/test/java/org/opensearch/clients/documentation/ApiConventionsTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.documentation; import org.opensearch.clients.opensearch.OpenSearchAsyncClient; diff --git a/java-client/src/test/java/org/opensearch/clients/documentation/ConnectingTest.java b/java-client/src/test/java/org/opensearch/clients/documentation/ConnectingTest.java index cfc4dd0ae4..350c49b938 100644 --- a/java-client/src/test/java/org/opensearch/clients/documentation/ConnectingTest.java +++ b/java-client/src/test/java/org/opensearch/clients/documentation/ConnectingTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.documentation; import org.opensearch.clients.opensearch.OpenSearchClient; diff --git a/java-client/src/test/java/org/opensearch/clients/documentation/FailingTransport.java b/java-client/src/test/java/org/opensearch/clients/documentation/FailingTransport.java index 7895f29621..75f2f7f0bb 100644 --- a/java-client/src/test/java/org/opensearch/clients/documentation/FailingTransport.java +++ b/java-client/src/test/java/org/opensearch/clients/documentation/FailingTransport.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.documentation; import org.opensearch.clients.json.JsonpMapper; diff --git a/java-client/src/test/java/org/opensearch/clients/documentation/MigrateHlrcTest.java b/java-client/src/test/java/org/opensearch/clients/documentation/MigrateHlrcTest.java index 6ddb9c99d6..f4d152a316 100644 --- a/java-client/src/test/java/org/opensearch/clients/documentation/MigrateHlrcTest.java +++ b/java-client/src/test/java/org/opensearch/clients/documentation/MigrateHlrcTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.documentation; import org.opensearch.clients.opensearch.OpenSearchClient; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/ClientTests.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/ClientTests.java index fbe85ebdd6..f40a01d3f2 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/ClientTests.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/ClientTests.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments; import org.opensearch.clients.opensearch.experiments.api.Bar; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/ParsingTests.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/ParsingTests.java index a248b6c4e0..317399057c 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/ParsingTests.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/ParsingTests.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments; import org.opensearch.clients.opensearch.experiments.api.FooRequest; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/UnionVariant.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/UnionVariant.java index f70412c2a6..cb28882e40 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/UnionVariant.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/UnionVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments; /** diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/Bar.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/Bar.java index bc61c5a884..e0b78fa61f 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/Bar.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/Bar.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.api; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/DateMathTimeUnit.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/DateMathTimeUnit.java index a249ece62a..a0756e932a 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/DateMathTimeUnit.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/DateMathTimeUnit.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.api; import org.opensearch.clients.json.JsonEnum; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooOptRequest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooOptRequest.java index c37326b9ce..ba9b74213a 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooOptRequest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooOptRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.api; import org.opensearch.clients.opensearch._types.ErrorResponse; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooRequest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooRequest.java index 152cb21e8e..39e05dbdce 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooRequest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooRequest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.api; import org.opensearch.clients.opensearch._types.ErrorResponse; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooResponse.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooResponse.java index e10306f745..3547ee73c3 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooResponse.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/FooResponse.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.api; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/BoolQuery.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/BoolQuery.java index 19c1a5e489..18a2a10c65 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/BoolQuery.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/BoolQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.api.query2; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/Query.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/Query.java index cf0cc2e8dc..b1631c0474 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/Query.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/Query.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.api.query2; import org.opensearch.clients.opensearch.experiments.UnionVariant; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/QueryTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/QueryTest.java index 3311b65136..0d22388fdb 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/QueryTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/QueryTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.api.query2; import org.junit.Assert; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/TermsQuery.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/TermsQuery.java index 9983b0ad86..a501ff9231 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/TermsQuery.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/TermsQuery.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.api.query2; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/Union2.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/Union2.java index 0fd7a4a616..b737db5f09 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/Union2.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/api/query2/Union2.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.api.query2; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/Client.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/Client.java index 09be272ddf..2d63cd8466 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/Client.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/Client.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.base; import org.opensearch.clients.opensearch.experiments.api.FooRequest; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/PrimitiveUtils.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/PrimitiveUtils.java index 7c26861b68..78c222f6e1 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/PrimitiveUtils.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/PrimitiveUtils.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.base; /** diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/Variants.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/Variants.java index b9689c298b..ba78ad245d 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/Variants.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/base/Variants.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.base; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnion.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnion.java index 0d1f64a170..65bb8e8214 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnion.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnion.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.containers; /* // @variants internal tag='type' diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnionTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnionTest.java index 12a49c6eb0..3e770e4c53 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnionTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnionTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.containers; import org.opensearch.clients.opensearch.model.ModelTestCase; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnionVariant.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnionVariant.java index dbaf3adc26..65b501d43f 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnionVariant.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/SomeUnionVariant.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.containers; import org.opensearch.clients.opensearch.experiments.UnionVariant; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/UVariantA.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/UVariantA.java index 6f9d0ceeb1..efa5176bf7 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/UVariantA.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/UVariantA.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.containers; import org.opensearch.clients.json.JsonpDeserializable; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/UVariantB.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/UVariantB.java index f646f3779f..bd883af2b9 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/UVariantB.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/containers/UVariantB.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.containers; import org.opensearch.clients.json.JsonpDeserializable; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/generics/GenericClass.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/generics/GenericClass.java index a9a16af40f..4dba33efbe 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/generics/GenericClass.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/generics/GenericClass.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.generics; import org.opensearch.clients.opensearch._types.ErrorResponse; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/InheritanceTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/InheritanceTest.java index 0483170ed5..4ef732ad71 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/InheritanceTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/InheritanceTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.inheritance; import org.opensearch.clients.opensearch.experiments.inheritance.child.ChildClass; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/base/BaseClass.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/base/BaseClass.java index b98be55bac..87d777bf3d 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/base/BaseClass.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/base/BaseClass.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.inheritance.base; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/child/ChildClass.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/child/ChildClass.java index bb9597779b..62e8038a1b 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/child/ChildClass.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/child/ChildClass.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.inheritance.child; import org.opensearch.clients.opensearch.experiments.inheritance.base.BaseClass; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/final_/FinalClass.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/final_/FinalClass.java index 5760cb84d1..09d8eecfc3 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/final_/FinalClass.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/inheritance/final_/FinalClass.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.experiments.inheritance.final_; import org.opensearch.clients.opensearch.experiments.inheritance.child.ChildClass; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/package-info.java b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/package-info.java index c945f1c97b..1564e2e289 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/package-info.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/experiments/package-info.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + /** * Experiments for the design of high-level client classes and usage illustration of the XContent-related classes. */ diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/json/JsonDataTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/json/JsonDataTest.java index 7216c375a9..eddd669034 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/json/JsonDataTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/json/JsonDataTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.json; import org.opensearch.clients.json.JsonData; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/json/JsonpMapperTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/json/JsonpMapperTest.java index 7a606dc77d..c9b557974b 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/json/JsonpMapperTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/json/JsonpMapperTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.json; import org.opensearch.clients.json.JsonpMapper; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/json/jackson/JacksonJsonpParserTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/json/jackson/JacksonJsonpParserTest.java index 73a0a4eb69..2118b03157 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/json/jackson/JacksonJsonpParserTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/json/jackson/JacksonJsonpParserTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.json.jackson; import org.opensearch.clients.json.jackson.JacksonJsonProvider; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/BehaviorsTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/BehaviorsTest.java index 85a36558c6..5dae8ab0ed 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/BehaviorsTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/BehaviorsTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.opensearch._types.ErrorCause; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/BuiltinTypesTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/BuiltinTypesTest.java index 3166f788f8..d77c3e5d65 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/BuiltinTypesTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/BuiltinTypesTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.opensearch._types.FieldValue; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/ClassStructureTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/ClassStructureTest.java index 3e6b2881a7..4e5b702cbb 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/ClassStructureTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/ClassStructureTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.opensearch._types.ErrorCause; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/EndpointTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/EndpointTest.java index 1f94638a9f..4ee32afb86 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/EndpointTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/EndpointTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.opensearch._types.ExpandWildcard; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/EnumTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/EnumTest.java index da8290fc52..8812b485b1 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/EnumTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/EnumTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.opensearch._types.Bytes; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/ModelTestCase.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/ModelTestCase.java index cdefef1a4c..25a73e1d38 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/ModelTestCase.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/ModelTestCase.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.json.JsonpDeserializer; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/RequestEncodingTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/RequestEncodingTest.java index 85d52c1797..c346bcd622 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/RequestEncodingTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/RequestEncodingTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.opensearch.core.SearchRequest; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/SerializationTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/SerializationTest.java index 60af641f09..3037fc3ca1 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/SerializationTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/SerializationTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.opensearch.cat.NodesResponse; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/TypedKeysTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/TypedKeysTest.java index 51db7d12ca..fad8b55c27 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/TypedKeysTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/TypedKeysTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.opensearch._types.aggregations.Aggregate; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/UnionTests.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/UnionTests.java index e233ac6e75..a01de1a919 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/UnionTests.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/UnionTests.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.opensearch._types.Script; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/VariantsTest.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/VariantsTest.java index 9538efcd2d..0944cecf7c 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/VariantsTest.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/VariantsTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.opensearch.model; import org.opensearch.clients.opensearch._types.mapping.Property; diff --git a/java-client/src/test/java/org/opensearch/clients/opensearch/model/package-info.java b/java-client/src/test/java/org/opensearch/clients/opensearch/model/package-info.java index 3317bb84b7..4b8c4384fa 100644 --- a/java-client/src/test/java/org/opensearch/clients/opensearch/model/package-info.java +++ b/java-client/src/test/java/org/opensearch/clients/opensearch/model/package-info.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + /** * Tests that verify correct types and serialization/deserialization of the API specification model using API * structures that cover the various model features diff --git a/java-client/src/test/java/org/opensearch/clients/transport/RequestOptionsTest.java b/java-client/src/test/java/org/opensearch/clients/transport/RequestOptionsTest.java index ec00b36c61..148c33113c 100644 --- a/java-client/src/test/java/org/opensearch/clients/transport/RequestOptionsTest.java +++ b/java-client/src/test/java/org/opensearch/clients/transport/RequestOptionsTest.java @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,6 +25,11 @@ * under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.clients.transport; import org.opensearch.clients.opensearch.OpenSearchClient; diff --git a/settings.gradle.kts b/settings.gradle.kts index 932f6edf27..2f1f60b93b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,11 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with @@ -17,5 +25,10 @@ * under the License. */ -rootProject.name = "elasticsearch-java" +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + +rootProject.name = "opensearch-java" include("java-client")