From 53012fb7074f872651e20ba1f73caadd45d5d943 Mon Sep 17 00:00:00 2001 From: Mital Awachat Date: Wed, 4 Aug 2021 08:44:52 +0530 Subject: [PATCH] Update licence headers Signed-off-by: Mital Awachat --- build.gradle.kts | 13 +++++++++++++ buildSrc/build.gradle.kts | 13 +++++++++++++ config/checkstyle/header.java.txt | 13 +++++++++++++ java-client/build.gradle.kts | 13 +++++++++++++ .../java/org/opensearch/clients/ApiClient.java | 13 +++++++++++++ .../clients/json/AttributedJsonpMapper.java | 13 +++++++++++++ .../clients/json/BuildFunctionDeserializer.java | 13 +++++++++++++ .../clients/json/DelegatingDeserializer.java | 13 +++++++++++++ .../clients/json/ExternallyTaggedUnion.java | 13 +++++++++++++ .../org/opensearch/clients/json/JsonData.java | 13 +++++++++++++ .../org/opensearch/clients/json/JsonDataImpl.java | 13 +++++++++++++ .../org/opensearch/clients/json/JsonEnum.java | 13 +++++++++++++ .../clients/json/JsonpDeserializable.java | 13 +++++++++++++ .../clients/json/JsonpDeserializer.java | 13 +++++++++++++ .../clients/json/JsonpDeserializerBase.java | 13 +++++++++++++ .../org/opensearch/clients/json/JsonpMapper.java | 13 +++++++++++++ .../opensearch/clients/json/JsonpMapperBase.java | 13 +++++++++++++ .../clients/json/JsonpSerializable.java | 13 +++++++++++++ .../opensearch/clients/json/JsonpSerializer.java | 13 +++++++++++++ .../org/opensearch/clients/json/JsonpUtils.java | 13 +++++++++++++ .../opensearch/clients/json/LazyDeserializer.java | 13 +++++++++++++ .../clients/json/NamedDeserializer.java | 13 +++++++++++++ .../clients/json/NdJsonpSerializable.java | 13 +++++++++++++ .../clients/json/ObjectBuilderDeserializer.java | 13 +++++++++++++ .../clients/json/ObjectDeserializer.java | 13 +++++++++++++ .../json/UnexpectedJsonEventException.java | 13 +++++++++++++ .../clients/json/UnionDeserializer.java | 13 +++++++++++++ .../clients/json/jackson/JacksonJsonProvider.java | 13 +++++++++++++ .../json/jackson/JacksonJsonpGenerator.java | 13 +++++++++++++ .../json/jackson/JacksonJsonpLocation.java | 13 +++++++++++++ .../clients/json/jackson/JacksonJsonpMapper.java | 13 +++++++++++++ .../clients/json/jackson/JacksonJsonpParser.java | 13 +++++++++++++ .../clients/json/jackson/JacksonUtils.java | 13 +++++++++++++ .../clients/json/jackson/JsonValueParser.java | 13 +++++++++++++ .../clients/json/jsonb/JsonbJsonpMapper.java | 13 +++++++++++++ .../clients/opensearch/OpenSearchAsyncClient.java | 13 +++++++++++++ .../clients/opensearch/OpenSearchClient.java | 13 +++++++++++++ .../_types/AcknowledgedResponseBase.java | 13 +++++++++++++ .../clients/opensearch/_types/BaseNode.java | 13 +++++++++++++ .../_types/BulkIndexByScrollFailure.java | 13 +++++++++++++ .../clients/opensearch/_types/BulkStats.java | 13 +++++++++++++ .../clients/opensearch/_types/Bytes.java | 13 +++++++++++++ .../opensearch/_types/ClusterStatistics.java | 13 +++++++++++++ .../opensearch/_types/CompletionStats.java | 13 +++++++++++++ .../clients/opensearch/_types/Conflicts.java | 13 +++++++++++++ .../opensearch/_types/CoordsGeoBounds.java | 13 +++++++++++++ .../clients/opensearch/_types/DistanceUnit.java | 13 +++++++++++++ .../clients/opensearch/_types/DocStats.java | 13 +++++++++++++ .../opensearch/_types/ElasticsearchException.java | 13 +++++++++++++ .../clients/opensearch/_types/EmptyObject.java | 13 +++++++++++++ .../clients/opensearch/_types/EmptyTransform.java | 13 +++++++++++++ .../clients/opensearch/_types/ErrorCause.java | 13 +++++++++++++ .../clients/opensearch/_types/ErrorResponse.java | 13 +++++++++++++ .../clients/opensearch/_types/ExpandWildcard.java | 13 +++++++++++++ .../opensearch/_types/FieldMemoryUsage.java | 13 +++++++++++++ .../clients/opensearch/_types/FieldSizeUsage.java | 13 +++++++++++++ .../clients/opensearch/_types/FieldSort.java | 13 +++++++++++++ .../opensearch/_types/FieldSortNumericType.java | 13 +++++++++++++ .../clients/opensearch/_types/FieldValue.java | 13 +++++++++++++ .../clients/opensearch/_types/FielddataStats.java | 13 +++++++++++++ .../clients/opensearch/_types/FlushStats.java | 13 +++++++++++++ .../clients/opensearch/_types/GeoBounds.java | 13 +++++++++++++ .../opensearch/_types/GeoBoundsBuilders.java | 13 +++++++++++++ .../opensearch/_types/GeoDistanceSort.java | 13 +++++++++++++ .../opensearch/_types/GeoDistanceType.java | 13 +++++++++++++ .../opensearch/_types/GeoHashLocation.java | 13 +++++++++++++ .../opensearch/_types/GeoHashPrecision.java | 13 +++++++++++++ .../_types/GeoHashPrecisionBuilders.java | 13 +++++++++++++ .../clients/opensearch/_types/GeoLine.java | 13 +++++++++++++ .../clients/opensearch/_types/GeoLocation.java | 13 +++++++++++++ .../opensearch/_types/GeoLocationBuilders.java | 13 +++++++++++++ .../opensearch/_types/GeoShapeRelation.java | 13 +++++++++++++ .../clients/opensearch/_types/GetStats.java | 13 +++++++++++++ .../clients/opensearch/_types/HealthStatus.java | 13 +++++++++++++ .../clients/opensearch/_types/IndexingStats.java | 13 +++++++++++++ .../opensearch/_types/IndicesResponseBase.java | 13 +++++++++++++ .../clients/opensearch/_types/InlineGet.java | 13 +++++++++++++ .../clients/opensearch/_types/InlineScript.java | 13 +++++++++++++ .../opensearch/_types/LatLonGeoLocation.java | 13 +++++++++++++ .../clients/opensearch/_types/Level.java | 13 +++++++++++++ .../opensearch/_types/LifecycleOperationMode.java | 13 +++++++++++++ .../clients/opensearch/_types/MergesStats.java | 13 +++++++++++++ .../opensearch/_types/NestedSortValue.java | 13 +++++++++++++ .../clients/opensearch/_types/NodeAttributes.java | 13 +++++++++++++ .../clients/opensearch/_types/NodeRole.java | 13 +++++++++++++ .../clients/opensearch/_types/NodeShard.java | 13 +++++++++++++ .../clients/opensearch/_types/NodeStatistics.java | 13 +++++++++++++ .../clients/opensearch/_types/OpType.java | 13 +++++++++++++ .../opensearch/_types/OpenSearchVersionInfo.java | 13 +++++++++++++ .../clients/opensearch/_types/PluginStats.java | 13 +++++++++++++ .../opensearch/_types/QueryCacheStats.java | 13 +++++++++++++ .../clients/opensearch/_types/RecoveryStats.java | 13 +++++++++++++ .../clients/opensearch/_types/Refresh.java | 13 +++++++++++++ .../clients/opensearch/_types/RefreshStats.java | 13 +++++++++++++ .../clients/opensearch/_types/RequestBase.java | 13 +++++++++++++ .../opensearch/_types/RequestCacheStats.java | 13 +++++++++++++ .../clients/opensearch/_types/Result.java | 13 +++++++++++++ .../clients/opensearch/_types/Retries.java | 13 +++++++++++++ .../clients/opensearch/_types/ScoreSort.java | 13 +++++++++++++ .../clients/opensearch/_types/Script.java | 13 +++++++++++++ .../clients/opensearch/_types/ScriptBase.java | 13 +++++++++++++ .../clients/opensearch/_types/ScriptBuilders.java | 13 +++++++++++++ .../clients/opensearch/_types/ScriptField.java | 13 +++++++++++++ .../clients/opensearch/_types/ScriptSort.java | 13 +++++++++++++ .../clients/opensearch/_types/ScriptSortType.java | 13 +++++++++++++ .../clients/opensearch/_types/SearchStats.java | 13 +++++++++++++ .../clients/opensearch/_types/SearchType.java | 13 +++++++++++++ .../clients/opensearch/_types/SegmentsStats.java | 13 +++++++++++++ .../clients/opensearch/_types/ShardFailure.java | 13 +++++++++++++ .../opensearch/_types/ShardStatistics.java | 13 +++++++++++++ .../_types/ShardsOperationResponseBase.java | 13 +++++++++++++ .../clients/opensearch/_types/SlicedScroll.java | 13 +++++++++++++ .../clients/opensearch/_types/SortMode.java | 13 +++++++++++++ .../clients/opensearch/_types/SortOptions.java | 13 +++++++++++++ .../opensearch/_types/SortOptionsBuilders.java | 13 +++++++++++++ .../opensearch/_types/SortOptionsVariant.java | 13 +++++++++++++ .../clients/opensearch/_types/SortOrder.java | 13 +++++++++++++ .../clients/opensearch/_types/StoreStats.java | 13 +++++++++++++ .../clients/opensearch/_types/StoredScript.java | 13 +++++++++++++ .../clients/opensearch/_types/StoredScriptId.java | 13 +++++++++++++ .../clients/opensearch/_types/SuggestMode.java | 13 +++++++++++++ .../clients/opensearch/_types/ThreadType.java | 13 +++++++++++++ .../clients/opensearch/_types/Time.java | 13 +++++++++++++ .../clients/opensearch/_types/TimeBuilders.java | 13 +++++++++++++ .../clients/opensearch/_types/TimeUnit.java | 13 +++++++++++++ .../_types/TopLeftBottomRightGeoBounds.java | 13 +++++++++++++ .../_types/TopRightBottomLeftGeoBounds.java | 13 +++++++++++++ .../clients/opensearch/_types/TranslogStats.java | 13 +++++++++++++ .../clients/opensearch/_types/VersionType.java | 13 +++++++++++++ .../_types/WaitForActiveShardOptions.java | 13 +++++++++++++ .../opensearch/_types/WaitForActiveShards.java | 13 +++++++++++++ .../_types/WaitForActiveShardsBuilders.java | 13 +++++++++++++ .../clients/opensearch/_types/WaitForEvents.java | 13 +++++++++++++ .../clients/opensearch/_types/WarmerStats.java | 13 +++++++++++++ .../clients/opensearch/_types/WktGeoBounds.java | 13 +++++++++++++ .../opensearch/_types/WriteResponseBase.java | 13 +++++++++++++ .../aggregations/AdjacencyMatrixAggregate.java | 13 +++++++++++++ .../aggregations/AdjacencyMatrixAggregation.java | 13 +++++++++++++ .../aggregations/AdjacencyMatrixBucket.java | 13 +++++++++++++ .../opensearch/_types/aggregations/Aggregate.java | 13 +++++++++++++ .../_types/aggregations/AggregateBase.java | 13 +++++++++++++ .../_types/aggregations/AggregateBuilders.java | 13 +++++++++++++ .../_types/aggregations/AggregateVariant.java | 13 +++++++++++++ .../_types/aggregations/Aggregation.java | 13 +++++++++++++ .../_types/aggregations/AggregationBase.java | 13 +++++++++++++ .../_types/aggregations/AggregationBuilders.java | 13 +++++++++++++ .../_types/aggregations/AggregationRange.java | 13 +++++++++++++ .../_types/aggregations/AggregationVariant.java | 13 +++++++++++++ .../_types/aggregations/ArrayPercentilesItem.java | 13 +++++++++++++ .../aggregations/AutoDateHistogramAggregate.java | 13 +++++++++++++ .../AutoDateHistogramAggregation.java | 13 +++++++++++++ .../_types/aggregations/AverageAggregation.java | 13 +++++++++++++ .../aggregations/AverageBucketAggregation.java | 13 +++++++++++++ .../_types/aggregations/AvgAggregate.java | 13 +++++++++++++ .../_types/aggregations/BoxPlotAggregate.java | 13 +++++++++++++ .../_types/aggregations/BoxplotAggregation.java | 13 +++++++++++++ .../aggregations/BucketAggregationBase.java | 13 +++++++++++++ .../aggregations/BucketMetricValueAggregate.java | 13 +++++++++++++ .../aggregations/BucketScriptAggregation.java | 13 +++++++++++++ .../aggregations/BucketSelectorAggregation.java | 13 +++++++++++++ .../aggregations/BucketSortAggregation.java | 13 +++++++++++++ .../opensearch/_types/aggregations/Buckets.java | 13 +++++++++++++ .../_types/aggregations/BucketsBuilders.java | 13 +++++++++++++ .../_types/aggregations/BucketsPath.java | 13 +++++++++++++ .../_types/aggregations/BucketsPathBuilders.java | 13 +++++++++++++ .../_types/aggregations/CalendarInterval.java | 13 +++++++++++++ .../_types/aggregations/CardinalityAggregate.java | 13 +++++++++++++ .../aggregations/CardinalityAggregation.java | 13 +++++++++++++ .../_types/aggregations/ChiSquareHeuristic.java | 13 +++++++++++++ .../_types/aggregations/ChildrenAggregate.java | 13 +++++++++++++ .../aggregations/ChildrenAggregateBucket.java | 13 +++++++++++++ .../_types/aggregations/ChildrenAggregation.java | 13 +++++++++++++ .../ClassificationInferenceOptions.java | 13 +++++++++++++ .../_types/aggregations/CompositeAggregate.java | 13 +++++++++++++ .../_types/aggregations/CompositeAggregation.java | 13 +++++++++++++ .../aggregations/CompositeAggregationSource.java | 13 +++++++++++++ .../_types/aggregations/CompositeBucket.java | 13 +++++++++++++ .../CumulativeCardinalityAggregate.java | 13 +++++++++++++ .../CumulativeCardinalityAggregation.java | 13 +++++++++++++ .../aggregations/CumulativeSumAggregation.java | 13 +++++++++++++ .../aggregations/DateHistogramAggregate.java | 13 +++++++++++++ .../aggregations/DateHistogramAggregation.java | 13 +++++++++++++ .../_types/aggregations/DateHistogramBucket.java | 13 +++++++++++++ .../_types/aggregations/DateRangeAggregate.java | 13 +++++++++++++ .../_types/aggregations/DateRangeAggregation.java | 13 +++++++++++++ .../_types/aggregations/DateRangeExpression.java | 13 +++++++++++++ .../_types/aggregations/DerivativeAggregate.java | 13 +++++++++++++ .../aggregations/DerivativeAggregation.java | 13 +++++++++++++ .../DiversifiedSamplerAggregation.java | 13 +++++++++++++ .../_types/aggregations/DoubleTermsAggregate.java | 13 +++++++++++++ .../_types/aggregations/DoubleTermsBucket.java | 13 +++++++++++++ .../_types/aggregations/EwmaModelSettings.java | 13 +++++++++++++ .../EwmaMovingAverageAggregation.java | 13 +++++++++++++ .../_types/aggregations/ExtendedBounds.java | 13 +++++++++++++ .../aggregations/ExtendedStatsAggregate.java | 13 +++++++++++++ .../aggregations/ExtendedStatsAggregation.java | 13 +++++++++++++ .../ExtendedStatsBucketAggregate.java | 13 +++++++++++++ .../ExtendedStatsBucketAggregation.java | 13 +++++++++++++ .../_types/aggregations/FieldDateMath.java | 13 +++++++++++++ .../aggregations/FieldDateMathBuilders.java | 13 +++++++++++++ .../_types/aggregations/FilterAggregate.java | 13 +++++++++++++ .../_types/aggregations/FiltersAggregate.java | 13 +++++++++++++ .../_types/aggregations/FiltersAggregation.java | 13 +++++++++++++ .../_types/aggregations/FiltersBucket.java | 13 +++++++++++++ .../aggregations/FormatMetricAggregationBase.java | 13 +++++++++++++ .../FormattableMetricAggregation.java | 13 +++++++++++++ .../opensearch/_types/aggregations/GapPolicy.java | 13 +++++++++++++ .../_types/aggregations/GeoBoundsAggregate.java | 13 +++++++++++++ .../_types/aggregations/GeoBoundsAggregation.java | 13 +++++++++++++ .../_types/aggregations/GeoCentroidAggregate.java | 13 +++++++++++++ .../aggregations/GeoCentroidAggregation.java | 13 +++++++++++++ .../_types/aggregations/GeoDistanceAggregate.java | 13 +++++++++++++ .../aggregations/GeoDistanceAggregation.java | 13 +++++++++++++ .../_types/aggregations/GeoHashGridAggregate.java | 13 +++++++++++++ .../aggregations/GeoHashGridAggregation.java | 13 +++++++++++++ .../_types/aggregations/GeoHashGridBucket.java | 13 +++++++++++++ .../_types/aggregations/GeoLineAggregate.java | 13 +++++++++++++ .../_types/aggregations/GeoLineAggregation.java | 13 +++++++++++++ .../_types/aggregations/GeoLinePoint.java | 13 +++++++++++++ .../_types/aggregations/GeoLineSort.java | 13 +++++++++++++ .../_types/aggregations/GeoTileGridAggregate.java | 13 +++++++++++++ .../aggregations/GeoTileGridAggregation.java | 13 +++++++++++++ .../_types/aggregations/GeoTileGridBucket.java | 13 +++++++++++++ .../_types/aggregations/GlobalAggregate.java | 13 +++++++++++++ .../_types/aggregations/GlobalAggregation.java | 13 +++++++++++++ .../GoogleNormalizedDistanceHeuristic.java | 13 +++++++++++++ .../opensearch/_types/aggregations/HdrMethod.java | 13 +++++++++++++ .../aggregations/HdrPercentileRanksAggregate.java | 13 +++++++++++++ .../aggregations/HdrPercentilesAggregate.java | 13 +++++++++++++ .../_types/aggregations/HistogramAggregate.java | 13 +++++++++++++ .../_types/aggregations/HistogramAggregation.java | 13 +++++++++++++ .../_types/aggregations/HistogramBucket.java | 13 +++++++++++++ .../_types/aggregations/HistogramOrder.java | 13 +++++++++++++ .../aggregations/HoltLinearModelSettings.java | 13 +++++++++++++ .../HoltMovingAverageAggregation.java | 13 +++++++++++++ .../aggregations/HoltWintersModelSettings.java | 13 +++++++++++++ .../HoltWintersMovingAverageAggregation.java | 13 +++++++++++++ .../_types/aggregations/HoltWintersType.java | 13 +++++++++++++ .../_types/aggregations/InferenceAggregate.java | 13 +++++++++++++ .../_types/aggregations/InferenceAggregation.java | 13 +++++++++++++ .../aggregations/InferenceClassImportance.java | 13 +++++++++++++ .../_types/aggregations/InferenceConfig.java | 13 +++++++++++++ .../aggregations/InferenceFeatureImportance.java | 13 +++++++++++++ .../aggregations/InferenceTopClassEntry.java | 13 +++++++++++++ .../_types/aggregations/IpRangeAggregate.java | 13 +++++++++++++ .../_types/aggregations/IpRangeAggregation.java | 13 +++++++++++++ .../aggregations/IpRangeAggregationRange.java | 13 +++++++++++++ .../_types/aggregations/IpRangeBucket.java | 13 +++++++++++++ .../LinearMovingAverageAggregation.java | 13 +++++++++++++ .../aggregations/LongRareTermsAggregate.java | 13 +++++++++++++ .../_types/aggregations/LongRareTermsBucket.java | 13 +++++++++++++ .../_types/aggregations/LongTermsAggregate.java | 13 +++++++++++++ .../_types/aggregations/LongTermsBucket.java | 13 +++++++++++++ .../_types/aggregations/MatrixAggregation.java | 13 +++++++++++++ .../_types/aggregations/MatrixStatsAggregate.java | 13 +++++++++++++ .../aggregations/MatrixStatsAggregation.java | 13 +++++++++++++ .../_types/aggregations/MatrixStatsFields.java | 13 +++++++++++++ .../_types/aggregations/MaxAggregate.java | 13 +++++++++++++ .../_types/aggregations/MaxAggregation.java | 13 +++++++++++++ .../_types/aggregations/MaxBucketAggregation.java | 13 +++++++++++++ .../MedianAbsoluteDeviationAggregate.java | 13 +++++++++++++ .../MedianAbsoluteDeviationAggregation.java | 13 +++++++++++++ .../aggregations/MetricAggregationBase.java | 13 +++++++++++++ .../_types/aggregations/MinAggregate.java | 13 +++++++++++++ .../_types/aggregations/MinAggregation.java | 13 +++++++++++++ .../_types/aggregations/MinBucketAggregation.java | 13 +++++++++++++ .../_types/aggregations/MinimumInterval.java | 13 +++++++++++++ .../_types/aggregations/MissingAggregate.java | 13 +++++++++++++ .../_types/aggregations/MissingAggregation.java | 13 +++++++++++++ .../_types/aggregations/MissingOrder.java | 13 +++++++++++++ .../aggregations/MovingAverageAggregation.java | 13 +++++++++++++ .../MovingAverageAggregationBase.java | 13 +++++++++++++ .../MovingAverageAggregationBuilders.java | 13 +++++++++++++ .../MovingAverageAggregationVariant.java | 13 +++++++++++++ .../aggregations/MovingFunctionAggregation.java | 13 +++++++++++++ .../MovingPercentilesAggregation.java | 13 +++++++++++++ .../aggregations/MultiBucketAggregateBase.java | 13 +++++++++++++ .../_types/aggregations/MultiBucketBase.java | 13 +++++++++++++ .../_types/aggregations/MultiTermLookup.java | 13 +++++++++++++ .../_types/aggregations/MultiTermsAggregate.java | 13 +++++++++++++ .../aggregations/MultiTermsAggregation.java | 13 +++++++++++++ .../_types/aggregations/MultiTermsBucket.java | 13 +++++++++++++ .../aggregations/MutualInformationHeuristic.java | 13 +++++++++++++ .../_types/aggregations/NestedAggregate.java | 13 +++++++++++++ .../_types/aggregations/NestedAggregation.java | 13 +++++++++++++ .../_types/aggregations/NormalizeAggregation.java | 13 +++++++++++++ .../_types/aggregations/NormalizeMethod.java | 13 +++++++++++++ .../_types/aggregations/ParentAggregation.java | 13 +++++++++++++ .../aggregations/PercentageScoreHeuristic.java | 13 +++++++++++++ .../aggregations/PercentileRanksAggregation.java | 13 +++++++++++++ .../_types/aggregations/Percentiles.java | 13 +++++++++++++ .../aggregations/PercentilesAggregateBase.java | 13 +++++++++++++ .../aggregations/PercentilesAggregation.java | 13 +++++++++++++ .../aggregations/PercentilesBucketAggregate.java | 13 +++++++++++++ .../PercentilesBucketAggregation.java | 13 +++++++++++++ .../_types/aggregations/PercentilesBuilders.java | 13 +++++++++++++ .../aggregations/PipelineAggregationBase.java | 13 +++++++++++++ .../_types/aggregations/RangeAggregate.java | 13 +++++++++++++ .../_types/aggregations/RangeAggregation.java | 13 +++++++++++++ .../_types/aggregations/RangeBucket.java | 13 +++++++++++++ .../_types/aggregations/RareTermsAggregation.java | 13 +++++++++++++ .../_types/aggregations/RateAggregate.java | 13 +++++++++++++ .../_types/aggregations/RateAggregation.java | 13 +++++++++++++ .../opensearch/_types/aggregations/RateMode.java | 13 +++++++++++++ .../aggregations/RegressionInferenceOptions.java | 13 +++++++++++++ .../aggregations/ReverseNestedAggregate.java | 13 +++++++++++++ .../aggregations/ReverseNestedAggregation.java | 13 +++++++++++++ .../_types/aggregations/SamplerAggregate.java | 13 +++++++++++++ .../_types/aggregations/SamplerAggregation.java | 13 +++++++++++++ .../SamplerAggregationExecutionHint.java | 13 +++++++++++++ .../_types/aggregations/ScriptedHeuristic.java | 13 +++++++++++++ .../aggregations/ScriptedMetricAggregate.java | 13 +++++++++++++ .../aggregations/ScriptedMetricAggregation.java | 13 +++++++++++++ .../SerialDifferencingAggregation.java | 13 +++++++++++++ .../SignificantLongTermsAggregate.java | 13 +++++++++++++ .../aggregations/SignificantLongTermsBucket.java | 13 +++++++++++++ .../SignificantStringTermsAggregate.java | 13 +++++++++++++ .../SignificantStringTermsBucket.java | 13 +++++++++++++ .../aggregations/SignificantTermsAggregation.java | 13 +++++++++++++ .../aggregations/SignificantTermsBucketBase.java | 13 +++++++++++++ .../aggregations/SignificantTextAggregation.java | 13 +++++++++++++ .../SimpleMovingAverageAggregation.java | 13 +++++++++++++ .../_types/aggregations/SimpleValueAggregate.java | 13 +++++++++++++ .../aggregations/SingleBucketAggregateBase.java | 13 +++++++++++++ .../aggregations/SingleMetricAggregateBase.java | 13 +++++++++++++ .../aggregations/StandardDeviationBounds.java | 13 +++++++++++++ .../StandardDeviationBoundsAsString.java | 13 +++++++++++++ .../_types/aggregations/StatsAggregate.java | 13 +++++++++++++ .../_types/aggregations/StatsAggregation.java | 13 +++++++++++++ .../_types/aggregations/StatsBucketAggregate.java | 13 +++++++++++++ .../aggregations/StatsBucketAggregation.java | 13 +++++++++++++ .../aggregations/StringRareTermsAggregate.java | 13 +++++++++++++ .../aggregations/StringRareTermsBucket.java | 13 +++++++++++++ .../_types/aggregations/StringStatsAggregate.java | 13 +++++++++++++ .../aggregations/StringStatsAggregation.java | 13 +++++++++++++ .../_types/aggregations/StringTermsAggregate.java | 13 +++++++++++++ .../_types/aggregations/StringTermsBucket.java | 13 +++++++++++++ .../_types/aggregations/SumAggregate.java | 13 +++++++++++++ .../_types/aggregations/SumAggregation.java | 13 +++++++++++++ .../_types/aggregations/SumBucketAggregation.java | 13 +++++++++++++ .../opensearch/_types/aggregations/TDigest.java | 13 +++++++++++++ .../TDigestPercentileRanksAggregate.java | 13 +++++++++++++ .../aggregations/TDigestPercentilesAggregate.java | 13 +++++++++++++ .../_types/aggregations/TTestAggregate.java | 13 +++++++++++++ .../_types/aggregations/TTestAggregation.java | 13 +++++++++++++ .../opensearch/_types/aggregations/TTestType.java | 13 +++++++++++++ .../_types/aggregations/TermsAggregateBase.java | 13 +++++++++++++ .../_types/aggregations/TermsAggregation.java | 13 +++++++++++++ .../aggregations/TermsAggregationCollectMode.java | 13 +++++++++++++ .../TermsAggregationExecutionHint.java | 13 +++++++++++++ .../_types/aggregations/TermsBucketBase.java | 13 +++++++++++++ .../_types/aggregations/TermsExclude.java | 13 +++++++++++++ .../_types/aggregations/TermsExcludeBuilders.java | 13 +++++++++++++ .../_types/aggregations/TermsInclude.java | 13 +++++++++++++ .../_types/aggregations/TermsIncludeBuilders.java | 13 +++++++++++++ .../_types/aggregations/TermsPartition.java | 13 +++++++++++++ .../_types/aggregations/TestPopulation.java | 13 +++++++++++++ .../_types/aggregations/TopHitsAggregate.java | 13 +++++++++++++ .../_types/aggregations/TopHitsAggregation.java | 13 +++++++++++++ .../_types/aggregations/TopMetrics.java | 13 +++++++++++++ .../_types/aggregations/TopMetricsAggregate.java | 13 +++++++++++++ .../aggregations/TopMetricsAggregation.java | 13 +++++++++++++ .../_types/aggregations/TopMetricsBucket.java | 13 +++++++++++++ .../_types/aggregations/TopMetricsValue.java | 13 +++++++++++++ .../aggregations/UnmappedRareTermsAggregate.java | 13 +++++++++++++ .../UnmappedSignificantTermsAggregate.java | 13 +++++++++++++ .../aggregations/UnmappedTermsAggregate.java | 13 +++++++++++++ .../_types/aggregations/ValueCountAggregate.java | 13 +++++++++++++ .../aggregations/ValueCountAggregation.java | 13 +++++++++++++ .../opensearch/_types/aggregations/ValueType.java | 13 +++++++++++++ .../VariableWidthHistogramAggregate.java | 13 +++++++++++++ .../VariableWidthHistogramAggregation.java | 13 +++++++++++++ .../VariableWidthHistogramBucket.java | 13 +++++++++++++ .../aggregations/WeightedAverageAggregation.java | 13 +++++++++++++ .../_types/aggregations/WeightedAverageValue.java | 13 +++++++++++++ .../_types/aggregations/WeightedAvgAggregate.java | 13 +++++++++++++ .../opensearch/_types/analysis/Analyzer.java | 13 +++++++++++++ .../_types/analysis/AnalyzerBuilders.java | 13 +++++++++++++ .../_types/analysis/AnalyzerVariant.java | 13 +++++++++++++ .../_types/analysis/AsciiFoldingTokenFilter.java | 13 +++++++++++++ .../opensearch/_types/analysis/CharFilter.java | 13 +++++++++++++ .../_types/analysis/CharFilterBase.java | 13 +++++++++++++ .../_types/analysis/CharFilterBuilders.java | 13 +++++++++++++ .../_types/analysis/CharFilterDefinition.java | 13 +++++++++++++ .../analysis/CharFilterDefinitionBuilders.java | 13 +++++++++++++ .../analysis/CharFilterDefinitionVariant.java | 13 +++++++++++++ .../_types/analysis/CharGroupTokenizer.java | 13 +++++++++++++ .../_types/analysis/CommonGramsTokenFilter.java | 13 +++++++++++++ .../analysis/CompoundWordTokenFilterBase.java | 13 +++++++++++++ .../_types/analysis/ConditionTokenFilter.java | 13 +++++++++++++ .../_types/analysis/CustomAnalyzer.java | 13 +++++++++++++ .../_types/analysis/CustomNormalizer.java | 13 +++++++++++++ .../_types/analysis/DelimitedPayloadEncoding.java | 13 +++++++++++++ .../analysis/DelimitedPayloadTokenFilter.java | 13 +++++++++++++ .../DictionaryDecompounderTokenFilter.java | 13 +++++++++++++ .../opensearch/_types/analysis/DutchAnalyzer.java | 13 +++++++++++++ .../opensearch/_types/analysis/EdgeNGramSide.java | 13 +++++++++++++ .../_types/analysis/EdgeNGramTokenFilter.java | 13 +++++++++++++ .../_types/analysis/EdgeNGramTokenizer.java | 13 +++++++++++++ .../_types/analysis/ElisionTokenFilter.java | 13 +++++++++++++ .../_types/analysis/FingerprintAnalyzer.java | 13 +++++++++++++ .../_types/analysis/FingerprintTokenFilter.java | 13 +++++++++++++ .../_types/analysis/HtmlStripCharFilter.java | 13 +++++++++++++ .../_types/analysis/HunspellTokenFilter.java | 13 +++++++++++++ .../HyphenationDecompounderTokenFilter.java | 13 +++++++++++++ .../opensearch/_types/analysis/IcuAnalyzer.java | 13 +++++++++++++ .../_types/analysis/IcuCollationAlternate.java | 13 +++++++++++++ .../_types/analysis/IcuCollationCaseFirst.java | 13 +++++++++++++ .../analysis/IcuCollationDecomposition.java | 13 +++++++++++++ .../_types/analysis/IcuCollationStrength.java | 13 +++++++++++++ .../_types/analysis/IcuCollationTokenFilter.java | 13 +++++++++++++ .../_types/analysis/IcuFoldingTokenFilter.java | 13 +++++++++++++ .../analysis/IcuNormalizationCharFilter.java | 13 +++++++++++++ .../_types/analysis/IcuNormalizationMode.java | 13 +++++++++++++ .../analysis/IcuNormalizationTokenFilter.java | 13 +++++++++++++ .../_types/analysis/IcuNormalizationType.java | 13 +++++++++++++ .../opensearch/_types/analysis/IcuTokenizer.java | 13 +++++++++++++ .../_types/analysis/IcuTransformDirection.java | 13 +++++++++++++ .../_types/analysis/IcuTransformTokenFilter.java | 13 +++++++++++++ .../_types/analysis/KStemTokenFilter.java | 13 +++++++++++++ .../opensearch/_types/analysis/KeepTypesMode.java | 13 +++++++++++++ .../_types/analysis/KeepTypesTokenFilter.java | 13 +++++++++++++ .../_types/analysis/KeepWordsTokenFilter.java | 13 +++++++++++++ .../_types/analysis/KeywordAnalyzer.java | 13 +++++++++++++ .../_types/analysis/KeywordMarkerTokenFilter.java | 13 +++++++++++++ .../_types/analysis/KeywordTokenizer.java | 13 +++++++++++++ .../_types/analysis/KuromojiAnalyzer.java | 13 +++++++++++++ .../analysis/KuromojiIterationMarkCharFilter.java | 13 +++++++++++++ .../analysis/KuromojiPartOfSpeechTokenFilter.java | 13 +++++++++++++ .../analysis/KuromojiReadingFormTokenFilter.java | 13 +++++++++++++ .../analysis/KuromojiStemmerTokenFilter.java | 13 +++++++++++++ .../_types/analysis/KuromojiTokenizationMode.java | 13 +++++++++++++ .../_types/analysis/KuromojiTokenizer.java | 13 +++++++++++++ .../opensearch/_types/analysis/Language.java | 13 +++++++++++++ .../_types/analysis/LanguageAnalyzer.java | 13 +++++++++++++ .../_types/analysis/LengthTokenFilter.java | 13 +++++++++++++ .../_types/analysis/LetterTokenizer.java | 13 +++++++++++++ .../analysis/LimitTokenCountTokenFilter.java | 13 +++++++++++++ .../_types/analysis/LowercaseNormalizer.java | 13 +++++++++++++ .../_types/analysis/LowercaseTokenFilter.java | 13 +++++++++++++ .../_types/analysis/LowercaseTokenizer.java | 13 +++++++++++++ .../_types/analysis/MappingCharFilter.java | 13 +++++++++++++ .../_types/analysis/MultiplexerTokenFilter.java | 13 +++++++++++++ .../_types/analysis/NGramTokenFilter.java | 13 +++++++++++++ .../_types/analysis/NGramTokenizer.java | 13 +++++++++++++ .../opensearch/_types/analysis/NoriAnalyzer.java | 13 +++++++++++++ .../_types/analysis/NoriDecompoundMode.java | 13 +++++++++++++ .../analysis/NoriPartOfSpeechTokenFilter.java | 13 +++++++++++++ .../opensearch/_types/analysis/NoriTokenizer.java | 13 +++++++++++++ .../opensearch/_types/analysis/Normalizer.java | 13 +++++++++++++ .../_types/analysis/NormalizerBuilders.java | 13 +++++++++++++ .../_types/analysis/NormalizerVariant.java | 13 +++++++++++++ .../_types/analysis/PathHierarchyTokenizer.java | 13 +++++++++++++ .../_types/analysis/PatternAnalyzer.java | 13 +++++++++++++ .../analysis/PatternCaptureTokenFilter.java | 13 +++++++++++++ .../_types/analysis/PatternReplaceCharFilter.java | 13 +++++++++++++ .../analysis/PatternReplaceTokenFilter.java | 13 +++++++++++++ .../_types/analysis/PatternTokenizer.java | 13 +++++++++++++ .../_types/analysis/PhoneticEncoder.java | 13 +++++++++++++ .../_types/analysis/PhoneticLanguage.java | 13 +++++++++++++ .../_types/analysis/PhoneticNameType.java | 13 +++++++++++++ .../_types/analysis/PhoneticRuleType.java | 13 +++++++++++++ .../_types/analysis/PhoneticTokenFilter.java | 13 +++++++++++++ .../_types/analysis/PorterStemTokenFilter.java | 13 +++++++++++++ .../_types/analysis/PredicateTokenFilter.java | 13 +++++++++++++ .../analysis/RemoveDuplicatesTokenFilter.java | 13 +++++++++++++ .../_types/analysis/ReverseTokenFilter.java | 13 +++++++++++++ .../_types/analysis/ShingleTokenFilter.java | 13 +++++++++++++ .../_types/analysis/SimpleAnalyzer.java | 13 +++++++++++++ .../_types/analysis/SnowballAnalyzer.java | 13 +++++++++++++ .../_types/analysis/SnowballLanguage.java | 13 +++++++++++++ .../_types/analysis/SnowballTokenFilter.java | 13 +++++++++++++ .../_types/analysis/StandardAnalyzer.java | 13 +++++++++++++ .../_types/analysis/StandardTokenizer.java | 13 +++++++++++++ .../analysis/StemmerOverrideTokenFilter.java | 13 +++++++++++++ .../_types/analysis/StemmerTokenFilter.java | 13 +++++++++++++ .../opensearch/_types/analysis/StopAnalyzer.java | 13 +++++++++++++ .../_types/analysis/StopTokenFilter.java | 13 +++++++++++++ .../opensearch/_types/analysis/SynonymFormat.java | 13 +++++++++++++ .../_types/analysis/SynonymGraphTokenFilter.java | 13 +++++++++++++ .../_types/analysis/SynonymTokenFilter.java | 13 +++++++++++++ .../opensearch/_types/analysis/TokenChar.java | 13 +++++++++++++ .../opensearch/_types/analysis/TokenFilter.java | 13 +++++++++++++ .../_types/analysis/TokenFilterBase.java | 13 +++++++++++++ .../_types/analysis/TokenFilterBuilders.java | 13 +++++++++++++ .../_types/analysis/TokenFilterDefinition.java | 13 +++++++++++++ .../analysis/TokenFilterDefinitionBuilders.java | 13 +++++++++++++ .../analysis/TokenFilterDefinitionVariant.java | 13 +++++++++++++ .../opensearch/_types/analysis/Tokenizer.java | 13 +++++++++++++ .../opensearch/_types/analysis/TokenizerBase.java | 13 +++++++++++++ .../_types/analysis/TokenizerBuilders.java | 13 +++++++++++++ .../_types/analysis/TokenizerDefinition.java | 13 +++++++++++++ .../analysis/TokenizerDefinitionBuilders.java | 13 +++++++++++++ .../analysis/TokenizerDefinitionVariant.java | 13 +++++++++++++ .../_types/analysis/TrimTokenFilter.java | 13 +++++++++++++ .../_types/analysis/TruncateTokenFilter.java | 13 +++++++++++++ .../_types/analysis/UaxEmailUrlTokenizer.java | 13 +++++++++++++ .../_types/analysis/UniqueTokenFilter.java | 13 +++++++++++++ .../_types/analysis/UppercaseTokenFilter.java | 13 +++++++++++++ .../_types/analysis/WhitespaceAnalyzer.java | 13 +++++++++++++ .../_types/analysis/WhitespaceTokenizer.java | 13 +++++++++++++ .../analysis/WordDelimiterGraphTokenFilter.java | 13 +++++++++++++ .../_types/analysis/WordDelimiterTokenFilter.java | 13 +++++++++++++ .../mapping/AggregateMetricDoubleProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/AllField.java | 13 +++++++++++++ .../opensearch/_types/mapping/BinaryProperty.java | 13 +++++++++++++ .../_types/mapping/BooleanProperty.java | 13 +++++++++++++ .../_types/mapping/ByteNumberProperty.java | 13 +++++++++++++ .../_types/mapping/CompletionProperty.java | 13 +++++++++++++ .../_types/mapping/ConstantKeywordProperty.java | 13 +++++++++++++ .../_types/mapping/CorePropertyBase.java | 13 +++++++++++++ .../_types/mapping/DateNanosProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/DateProperty.java | 13 +++++++++++++ .../_types/mapping/DateRangeProperty.java | 13 +++++++++++++ .../_types/mapping/DenseVectorIndexOptions.java | 13 +++++++++++++ .../_types/mapping/DenseVectorProperty.java | 13 +++++++++++++ .../_types/mapping/DocValuesPropertyBase.java | 13 +++++++++++++ .../_types/mapping/DoubleNumberProperty.java | 13 +++++++++++++ .../_types/mapping/DoubleRangeProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/DynamicMapping.java | 13 +++++++++++++ .../_types/mapping/DynamicTemplate.java | 13 +++++++++++++ .../_types/mapping/FieldAliasProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/FieldMapping.java | 13 +++++++++++++ .../_types/mapping/FieldNamesField.java | 13 +++++++++++++ .../opensearch/_types/mapping/FieldType.java | 13 +++++++++++++ .../_types/mapping/FlattenedProperty.java | 13 +++++++++++++ .../_types/mapping/FloatNumberProperty.java | 13 +++++++++++++ .../_types/mapping/FloatRangeProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/GeoOrientation.java | 13 +++++++++++++ .../_types/mapping/GeoPointProperty.java | 13 +++++++++++++ .../_types/mapping/GeoShapeProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/GeoStrategy.java | 13 +++++++++++++ .../_types/mapping/HalfFloatNumberProperty.java | 13 +++++++++++++ .../_types/mapping/HistogramProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/IndexField.java | 13 +++++++++++++ .../opensearch/_types/mapping/IndexOptions.java | 13 +++++++++++++ .../_types/mapping/IntegerNumberProperty.java | 13 +++++++++++++ .../_types/mapping/IntegerRangeProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/IpProperty.java | 13 +++++++++++++ .../_types/mapping/IpRangeProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/JoinProperty.java | 13 +++++++++++++ .../_types/mapping/KeywordProperty.java | 13 +++++++++++++ .../_types/mapping/LongNumberProperty.java | 13 +++++++++++++ .../_types/mapping/LongRangeProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/MatchType.java | 13 +++++++++++++ .../_types/mapping/Murmur3HashProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/NestedProperty.java | 13 +++++++++++++ .../_types/mapping/NumberPropertyBase.java | 13 +++++++++++++ .../opensearch/_types/mapping/ObjectProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/OnScriptError.java | 13 +++++++++++++ .../_types/mapping/PercolatorProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/PointProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/Property.java | 13 +++++++++++++ .../opensearch/_types/mapping/PropertyBase.java | 13 +++++++++++++ .../_types/mapping/PropertyBuilders.java | 13 +++++++++++++ .../_types/mapping/PropertyVariant.java | 13 +++++++++++++ .../_types/mapping/RangePropertyBase.java | 13 +++++++++++++ .../_types/mapping/RankFeatureProperty.java | 13 +++++++++++++ .../_types/mapping/RankFeaturesProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/RoutingField.java | 13 +++++++++++++ .../opensearch/_types/mapping/RuntimeField.java | 13 +++++++++++++ .../_types/mapping/RuntimeFieldType.java | 13 +++++++++++++ .../_types/mapping/ScaledFloatNumberProperty.java | 13 +++++++++++++ .../_types/mapping/SearchAsYouTypeProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/ShapeProperty.java | 13 +++++++++++++ .../_types/mapping/ShortNumberProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/SizeField.java | 13 +++++++++++++ .../opensearch/_types/mapping/SourceField.java | 13 +++++++++++++ .../_types/mapping/StandardNumberProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/SuggestContext.java | 13 +++++++++++++ .../_types/mapping/TermVectorOption.java | 13 +++++++++++++ .../_types/mapping/TextIndexPrefixes.java | 13 +++++++++++++ .../opensearch/_types/mapping/TextProperty.java | 13 +++++++++++++ .../_types/mapping/TokenCountProperty.java | 13 +++++++++++++ .../opensearch/_types/mapping/TypeMapping.java | 13 +++++++++++++ .../mapping/UnsignedLongNumberProperty.java | 13 +++++++++++++ .../_types/mapping/VersionProperty.java | 13 +++++++++++++ .../_types/mapping/WildcardProperty.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/BoolQuery.java | 13 +++++++++++++ .../_types/query_dsl/BoostingQuery.java | 13 +++++++++++++ .../_types/query_dsl/ChildScoreMode.java | 13 +++++++++++++ .../_types/query_dsl/CombinedFieldsOperator.java | 13 +++++++++++++ .../_types/query_dsl/CombinedFieldsQuery.java | 13 +++++++++++++ .../_types/query_dsl/CombinedFieldsZeroTerms.java | 13 +++++++++++++ .../_types/query_dsl/CommonTermsQuery.java | 13 +++++++++++++ .../_types/query_dsl/ConstantScoreQuery.java | 13 +++++++++++++ .../_types/query_dsl/DecayFunction.java | 13 +++++++++++++ .../_types/query_dsl/DecayFunctionBase.java | 13 +++++++++++++ .../_types/query_dsl/DecayPlacement.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/DisMaxQuery.java | 13 +++++++++++++ .../_types/query_dsl/DistanceFeatureQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/ExistsQuery.java | 13 +++++++++++++ .../_types/query_dsl/FieldAndFormat.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/FieldLookup.java | 13 +++++++++++++ .../query_dsl/FieldValueFactorModifier.java | 13 +++++++++++++ .../query_dsl/FieldValueFactorScoreFunction.java | 13 +++++++++++++ .../_types/query_dsl/FunctionBoostMode.java | 13 +++++++++++++ .../_types/query_dsl/FunctionScore.java | 13 +++++++++++++ .../_types/query_dsl/FunctionScoreBuilders.java | 13 +++++++++++++ .../_types/query_dsl/FunctionScoreMode.java | 13 +++++++++++++ .../_types/query_dsl/FunctionScoreQuery.java | 13 +++++++++++++ .../_types/query_dsl/FunctionScoreVariant.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/FuzzyQuery.java | 13 +++++++++++++ .../_types/query_dsl/GeoBoundingBoxQuery.java | 13 +++++++++++++ .../_types/query_dsl/GeoDistanceQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/GeoExecution.java | 13 +++++++++++++ .../_types/query_dsl/GeoPolygonPoints.java | 13 +++++++++++++ .../_types/query_dsl/GeoPolygonQuery.java | 13 +++++++++++++ .../_types/query_dsl/GeoShapeFieldQuery.java | 13 +++++++++++++ .../_types/query_dsl/GeoShapeQuery.java | 13 +++++++++++++ .../_types/query_dsl/GeoValidationMethod.java | 13 +++++++++++++ .../_types/query_dsl/HasChildQuery.java | 13 +++++++++++++ .../_types/query_dsl/HasParentQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/IdsQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/Intervals.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsAllOf.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsAnyOf.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsBuilders.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsFilter.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsFilterBuilders.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsFilterVariant.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsFuzzy.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsMatch.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsPrefix.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsQuery.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsQueryBuilders.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsQueryVariant.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsVariant.java | 13 +++++++++++++ .../_types/query_dsl/IntervalsWildcard.java | 13 +++++++++++++ .../clients/opensearch/_types/query_dsl/Like.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/LikeBuilders.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/LikeDocument.java | 13 +++++++++++++ .../_types/query_dsl/MatchAllQuery.java | 13 +++++++++++++ .../_types/query_dsl/MatchBoolPrefixQuery.java | 13 +++++++++++++ .../_types/query_dsl/MatchNoneQuery.java | 13 +++++++++++++ .../_types/query_dsl/MatchPhrasePrefixQuery.java | 13 +++++++++++++ .../_types/query_dsl/MatchPhraseQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/MatchQuery.java | 13 +++++++++++++ .../_types/query_dsl/MoreLikeThisQuery.java | 13 +++++++++++++ .../_types/query_dsl/MultiMatchQuery.java | 13 +++++++++++++ .../_types/query_dsl/MultiValueMode.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/NestedQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/Operator.java | 13 +++++++++++++ .../_types/query_dsl/ParentIdQuery.java | 13 +++++++++++++ .../_types/query_dsl/PercolateQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/PinnedDoc.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/PinnedQuery.java | 13 +++++++++++++ .../_types/query_dsl/PinnedQueryBuilders.java | 13 +++++++++++++ .../_types/query_dsl/PinnedQueryVariant.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/PrefixQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/Query.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/QueryBase.java | 13 +++++++++++++ .../_types/query_dsl/QueryBuilders.java | 13 +++++++++++++ .../_types/query_dsl/QueryStringQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/QueryVariant.java | 13 +++++++++++++ .../_types/query_dsl/RandomScoreFunction.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/RangeQuery.java | 13 +++++++++++++ .../_types/query_dsl/RangeQueryBase.java | 13 +++++++++++++ .../_types/query_dsl/RangeRelation.java | 13 +++++++++++++ .../_types/query_dsl/RankFeatureFunction.java | 13 +++++++++++++ .../query_dsl/RankFeatureFunctionLinear.java | 13 +++++++++++++ .../query_dsl/RankFeatureFunctionLogarithm.java | 13 +++++++++++++ .../query_dsl/RankFeatureFunctionSaturation.java | 13 +++++++++++++ .../query_dsl/RankFeatureFunctionSigmoid.java | 13 +++++++++++++ .../_types/query_dsl/RankFeatureQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/RegexpQuery.java | 13 +++++++++++++ .../_types/query_dsl/ScoreFunctionBase.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/ScriptQuery.java | 13 +++++++++++++ .../_types/query_dsl/ScriptScoreFunction.java | 13 +++++++++++++ .../_types/query_dsl/ScriptScoreQuery.java | 13 +++++++++++++ .../_types/query_dsl/ShapeFieldQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/ShapeQuery.java | 13 +++++++++++++ .../_types/query_dsl/SimpleQueryStringFlag.java | 13 +++++++++++++ .../_types/query_dsl/SimpleQueryStringFlags.java | 13 +++++++++++++ .../query_dsl/SimpleQueryStringFlagsBuilders.java | 13 +++++++++++++ .../_types/query_dsl/SimpleQueryStringQuery.java | 13 +++++++++++++ .../_types/query_dsl/SpanContainingQuery.java | 13 +++++++++++++ .../_types/query_dsl/SpanFieldMaskingQuery.java | 13 +++++++++++++ .../_types/query_dsl/SpanFirstQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/SpanGapQuery.java | 13 +++++++++++++ .../_types/query_dsl/SpanMultiTermQuery.java | 13 +++++++++++++ .../_types/query_dsl/SpanNearQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/SpanNotQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/SpanOrQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/SpanQuery.java | 13 +++++++++++++ .../_types/query_dsl/SpanQueryBuilders.java | 13 +++++++++++++ .../_types/query_dsl/SpanQueryVariant.java | 13 +++++++++++++ .../_types/query_dsl/SpanTermQuery.java | 13 +++++++++++++ .../_types/query_dsl/SpanWithinQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/TermQuery.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/TermsLookup.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/TermsQuery.java | 13 +++++++++++++ .../_types/query_dsl/TermsQueryField.java | 13 +++++++++++++ .../_types/query_dsl/TermsQueryFieldBuilders.java | 13 +++++++++++++ .../_types/query_dsl/TermsSetQuery.java | 13 +++++++++++++ .../_types/query_dsl/TextQueryType.java | 13 +++++++++++++ .../opensearch/_types/query_dsl/TypeQuery.java | 13 +++++++++++++ .../_types/query_dsl/WildcardQuery.java | 13 +++++++++++++ .../_types/query_dsl/ZeroTermsQuery.java | 13 +++++++++++++ .../clients/opensearch/cat/AliasesRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/AliasesResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/AllocationRequest.java | 13 +++++++++++++ .../opensearch/cat/AllocationResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/CatRequestBase.java | 13 +++++++++++++ .../clients/opensearch/cat/CountRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/CountResponse.java | 13 +++++++++++++ .../cat/ElasticsearchCatAsyncClient.java | 13 +++++++++++++ .../opensearch/cat/ElasticsearchCatClient.java | 13 +++++++++++++ .../clients/opensearch/cat/FielddataRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/FielddataResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/HealthRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/HealthResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/HelpRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/HelpResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/IndicesRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/IndicesResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/MasterRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/MasterResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/NodeattrsRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/NodeattrsResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/NodesRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/NodesResponse.java | 13 +++++++++++++ .../opensearch/cat/PendingTasksRequest.java | 13 +++++++++++++ .../opensearch/cat/PendingTasksResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/PluginsRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/PluginsResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/RecoveryRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/RecoveryResponse.java | 13 +++++++++++++ .../opensearch/cat/RepositoriesRequest.java | 13 +++++++++++++ .../opensearch/cat/RepositoriesResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/SegmentsRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/SegmentsResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/ShardsRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/ShardsResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/SnapshotsRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/SnapshotsResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/TasksRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/TasksResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/TemplatesRequest.java | 13 +++++++++++++ .../clients/opensearch/cat/TemplatesResponse.java | 13 +++++++++++++ .../clients/opensearch/cat/ThreadPoolRequest.java | 13 +++++++++++++ .../opensearch/cat/ThreadPoolResponse.java | 13 +++++++++++++ .../opensearch/cat/aliases/AliasesRecord.java | 13 +++++++++++++ .../cat/allocation/AllocationRecord.java | 13 +++++++++++++ .../clients/opensearch/cat/count/CountRecord.java | 13 +++++++++++++ .../opensearch/cat/fielddata/FielddataRecord.java | 13 +++++++++++++ .../opensearch/cat/health/HealthRecord.java | 13 +++++++++++++ .../clients/opensearch/cat/help/HelpRecord.java | 13 +++++++++++++ .../opensearch/cat/indices/IndicesRecord.java | 13 +++++++++++++ .../opensearch/cat/master/MasterRecord.java | 13 +++++++++++++ .../cat/nodeattrs/NodeAttributesRecord.java | 13 +++++++++++++ .../clients/opensearch/cat/nodes/NodesRecord.java | 13 +++++++++++++ .../cat/pending_tasks/PendingTasksRecord.java | 13 +++++++++++++ .../opensearch/cat/plugins/PluginsRecord.java | 13 +++++++++++++ .../opensearch/cat/recovery/RecoveryRecord.java | 13 +++++++++++++ .../cat/repositories/RepositoriesRecord.java | 13 +++++++++++++ .../opensearch/cat/segments/SegmentsRecord.java | 13 +++++++++++++ .../opensearch/cat/shards/ShardsRecord.java | 13 +++++++++++++ .../opensearch/cat/snapshots/SnapshotsRecord.java | 13 +++++++++++++ .../clients/opensearch/cat/tasks/TasksRecord.java | 13 +++++++++++++ .../opensearch/cat/templates/TemplatesRecord.java | 13 +++++++++++++ .../cat/thread_pool/ThreadPoolRecord.java | 13 +++++++++++++ .../cat/thread_pool/ThreadPoolSize.java | 13 +++++++++++++ .../cluster/AllocationExplainRequest.java | 13 +++++++++++++ .../cluster/AllocationExplainResponse.java | 13 +++++++++++++ .../opensearch/cluster/ClusterStatsRequest.java | 13 +++++++++++++ .../opensearch/cluster/ClusterStatsResponse.java | 13 +++++++++++++ .../opensearch/cluster/ComponentTemplate.java | 13 +++++++++++++ .../opensearch/cluster/ComponentTemplateNode.java | 13 +++++++++++++ .../cluster/ComponentTemplateSummary.java | 13 +++++++++++++ .../cluster/DeleteComponentTemplateRequest.java | 13 +++++++++++++ .../cluster/DeleteComponentTemplateResponse.java | 13 +++++++++++++ .../DeleteVotingConfigExclusionsRequest.java | 13 +++++++++++++ .../DeleteVotingConfigExclusionsResponse.java | 13 +++++++++++++ .../cluster/ElasticsearchClusterAsyncClient.java | 13 +++++++++++++ .../cluster/ElasticsearchClusterClient.java | 13 +++++++++++++ .../cluster/ExistsComponentTemplateRequest.java | 13 +++++++++++++ .../cluster/ExistsComponentTemplateResponse.java | 13 +++++++++++++ .../cluster/GetClusterSettingsRequest.java | 13 +++++++++++++ .../cluster/GetClusterSettingsResponse.java | 13 +++++++++++++ .../cluster/GetComponentTemplateRequest.java | 13 +++++++++++++ .../cluster/GetComponentTemplateResponse.java | 13 +++++++++++++ .../clients/opensearch/cluster/HealthRequest.java | 13 +++++++++++++ .../opensearch/cluster/HealthResponse.java | 13 +++++++++++++ .../opensearch/cluster/PendingTasksRequest.java | 13 +++++++++++++ .../opensearch/cluster/PendingTasksResponse.java | 13 +++++++++++++ .../PostVotingConfigExclusionsRequest.java | 13 +++++++++++++ .../PostVotingConfigExclusionsResponse.java | 13 +++++++++++++ .../cluster/PutClusterSettingsRequest.java | 13 +++++++++++++ .../cluster/PutClusterSettingsResponse.java | 13 +++++++++++++ .../cluster/PutComponentTemplateRequest.java | 13 +++++++++++++ .../cluster/PutComponentTemplateResponse.java | 13 +++++++++++++ .../opensearch/cluster/RemoteInfoRequest.java | 13 +++++++++++++ .../opensearch/cluster/RemoteInfoResponse.java | 13 +++++++++++++ .../opensearch/cluster/RerouteRequest.java | 13 +++++++++++++ .../opensearch/cluster/RerouteResponse.java | 13 +++++++++++++ .../clients/opensearch/cluster/StateRequest.java | 13 +++++++++++++ .../clients/opensearch/cluster/StateResponse.java | 13 +++++++++++++ .../allocation_explain/AllocationDecision.java | 13 +++++++++++++ .../AllocationExplainDecision.java | 13 +++++++++++++ .../allocation_explain/AllocationStore.java | 13 +++++++++++++ .../cluster/allocation_explain/ClusterInfo.java | 13 +++++++++++++ .../cluster/allocation_explain/CurrentNode.java | 13 +++++++++++++ .../cluster/allocation_explain/Decision.java | 13 +++++++++++++ .../cluster/allocation_explain/DiskUsage.java | 13 +++++++++++++ .../NodeAllocationExplanation.java | 13 +++++++++++++ .../cluster/allocation_explain/NodeDiskUsage.java | 13 +++++++++++++ .../cluster/allocation_explain/ReservedSize.java | 13 +++++++++++++ .../allocation_explain/UnassignedInformation.java | 13 +++++++++++++ .../UnassignedInformationReason.java | 13 +++++++++++++ .../cluster/health/IndexHealthStats.java | 13 +++++++++++++ .../cluster/health/ShardHealthStats.java | 13 +++++++++++++ .../cluster/pending_tasks/PendingTask.java | 13 +++++++++++++ .../cluster/remote_info/ClusterRemoteInfo.java | 13 +++++++++++++ .../remote_info/ClusterRemoteInfoBuilders.java | 13 +++++++++++++ .../remote_info/ClusterRemoteInfoVariant.java | 13 +++++++++++++ .../remote_info/ClusterRemoteProxyInfo.java | 13 +++++++++++++ .../remote_info/ClusterRemoteSniffInfo.java | 13 +++++++++++++ .../opensearch/cluster/reroute/Command.java | 13 +++++++++++++ .../reroute/CommandAllocatePrimaryAction.java | 13 +++++++++++++ .../reroute/CommandAllocateReplicaAction.java | 13 +++++++++++++ .../cluster/reroute/CommandCancelAction.java | 13 +++++++++++++ .../cluster/reroute/CommandMoveAction.java | 13 +++++++++++++ .../cluster/reroute/RerouteDecision.java | 13 +++++++++++++ .../cluster/reroute/RerouteExplanation.java | 13 +++++++++++++ .../cluster/reroute/RerouteParameters.java | 13 +++++++++++++ .../opensearch/cluster/stats/CharFilterTypes.java | 13 +++++++++++++ .../cluster/stats/ClusterFileSystem.java | 13 +++++++++++++ .../opensearch/cluster/stats/ClusterIndices.java | 13 +++++++++++++ .../cluster/stats/ClusterIndicesShards.java | 13 +++++++++++++ .../cluster/stats/ClusterIndicesShardsIndex.java | 13 +++++++++++++ .../opensearch/cluster/stats/ClusterIngest.java | 13 +++++++++++++ .../opensearch/cluster/stats/ClusterJvm.java | 13 +++++++++++++ .../cluster/stats/ClusterJvmMemory.java | 13 +++++++++++++ .../cluster/stats/ClusterJvmVersion.java | 13 +++++++++++++ .../cluster/stats/ClusterNetworkTypes.java | 13 +++++++++++++ .../cluster/stats/ClusterNodeCount.java | 13 +++++++++++++ .../opensearch/cluster/stats/ClusterNodes.java | 13 +++++++++++++ .../cluster/stats/ClusterOperatingSystem.java | 13 +++++++++++++ .../stats/ClusterOperatingSystemArchitecture.java | 13 +++++++++++++ .../cluster/stats/ClusterOperatingSystemName.java | 13 +++++++++++++ .../stats/ClusterOperatingSystemPrettyName.java | 13 +++++++++++++ .../opensearch/cluster/stats/ClusterProcess.java | 13 +++++++++++++ .../cluster/stats/ClusterProcessCpu.java | 13 +++++++++++++ .../stats/ClusterProcessOpenFileDescriptors.java | 13 +++++++++++++ .../cluster/stats/ClusterProcessor.java | 13 +++++++++++++ .../cluster/stats/ClusterShardMetrics.java | 13 +++++++++++++ .../opensearch/cluster/stats/FieldTypes.java | 13 +++++++++++++ .../cluster/stats/FieldTypesMappings.java | 13 +++++++++++++ .../opensearch/cluster/stats/IndicesVersions.java | 13 +++++++++++++ .../cluster/stats/NodePackagingType.java | 13 +++++++++++++ .../cluster/stats/OperatingSystemMemoryInfo.java | 13 +++++++++++++ .../cluster/stats/RuntimeFieldTypes.java | 13 +++++++++++++ .../clients/opensearch/core/BulkRequest.java | 13 +++++++++++++ .../clients/opensearch/core/BulkResponse.java | 13 +++++++++++++ .../opensearch/core/ClearScrollRequest.java | 13 +++++++++++++ .../opensearch/core/ClearScrollResponse.java | 13 +++++++++++++ .../opensearch/core/ClosePointInTimeRequest.java | 13 +++++++++++++ .../opensearch/core/ClosePointInTimeResponse.java | 13 +++++++++++++ .../clients/opensearch/core/CountRequest.java | 13 +++++++++++++ .../clients/opensearch/core/CountResponse.java | 13 +++++++++++++ .../clients/opensearch/core/CreateRequest.java | 13 +++++++++++++ .../clients/opensearch/core/CreateResponse.java | 13 +++++++++++++ .../opensearch/core/DeleteByQueryRequest.java | 13 +++++++++++++ .../opensearch/core/DeleteByQueryResponse.java | 13 +++++++++++++ .../core/DeleteByQueryRethrottleRequest.java | 13 +++++++++++++ .../core/DeleteByQueryRethrottleResponse.java | 13 +++++++++++++ .../clients/opensearch/core/DeleteRequest.java | 13 +++++++++++++ .../clients/opensearch/core/DeleteResponse.java | 13 +++++++++++++ .../opensearch/core/DeleteScriptRequest.java | 13 +++++++++++++ .../opensearch/core/DeleteScriptResponse.java | 13 +++++++++++++ .../clients/opensearch/core/ExistsRequest.java | 13 +++++++++++++ .../clients/opensearch/core/ExistsResponse.java | 13 +++++++++++++ .../opensearch/core/ExistsSourceRequest.java | 13 +++++++++++++ .../opensearch/core/ExistsSourceResponse.java | 13 +++++++++++++ .../clients/opensearch/core/ExplainRequest.java | 13 +++++++++++++ .../clients/opensearch/core/ExplainResponse.java | 13 +++++++++++++ .../clients/opensearch/core/FieldCapsRequest.java | 13 +++++++++++++ .../opensearch/core/FieldCapsResponse.java | 13 +++++++++++++ .../clients/opensearch/core/GetRequest.java | 13 +++++++++++++ .../clients/opensearch/core/GetResponse.java | 13 +++++++++++++ .../opensearch/core/GetScriptContextRequest.java | 13 +++++++++++++ .../opensearch/core/GetScriptContextResponse.java | 13 +++++++++++++ .../core/GetScriptLanguagesRequest.java | 13 +++++++++++++ .../core/GetScriptLanguagesResponse.java | 13 +++++++++++++ .../clients/opensearch/core/GetScriptRequest.java | 13 +++++++++++++ .../opensearch/core/GetScriptResponse.java | 13 +++++++++++++ .../clients/opensearch/core/GetSourceRequest.java | 13 +++++++++++++ .../opensearch/core/GetSourceResponse.java | 13 +++++++++++++ .../clients/opensearch/core/IndexRequest.java | 13 +++++++++++++ .../clients/opensearch/core/IndexResponse.java | 13 +++++++++++++ .../clients/opensearch/core/InfoRequest.java | 13 +++++++++++++ .../clients/opensearch/core/InfoResponse.java | 13 +++++++++++++ .../clients/opensearch/core/MgetRequest.java | 13 +++++++++++++ .../clients/opensearch/core/MgetResponse.java | 13 +++++++++++++ .../clients/opensearch/core/MsearchRequest.java | 13 +++++++++++++ .../clients/opensearch/core/MsearchResponse.java | 13 +++++++++++++ .../opensearch/core/MsearchTemplateRequest.java | 13 +++++++++++++ .../opensearch/core/MsearchTemplateResponse.java | 13 +++++++++++++ .../opensearch/core/MtermvectorsRequest.java | 13 +++++++++++++ .../opensearch/core/MtermvectorsResponse.java | 13 +++++++++++++ .../opensearch/core/OpenPointInTimeRequest.java | 13 +++++++++++++ .../opensearch/core/OpenPointInTimeResponse.java | 13 +++++++++++++ .../clients/opensearch/core/PingRequest.java | 13 +++++++++++++ .../clients/opensearch/core/PingResponse.java | 13 +++++++++++++ .../clients/opensearch/core/PutScriptRequest.java | 13 +++++++++++++ .../opensearch/core/PutScriptResponse.java | 13 +++++++++++++ .../clients/opensearch/core/RankEvalRequest.java | 13 +++++++++++++ .../clients/opensearch/core/RankEvalResponse.java | 13 +++++++++++++ .../clients/opensearch/core/ReindexRequest.java | 13 +++++++++++++ .../clients/opensearch/core/ReindexResponse.java | 13 +++++++++++++ .../opensearch/core/ReindexRethrottleRequest.java | 13 +++++++++++++ .../core/ReindexRethrottleResponse.java | 13 +++++++++++++ .../core/RenderSearchTemplateRequest.java | 13 +++++++++++++ .../core/RenderSearchTemplateResponse.java | 13 +++++++++++++ .../core/ScriptsPainlessExecuteRequest.java | 13 +++++++++++++ .../core/ScriptsPainlessExecuteResponse.java | 13 +++++++++++++ .../clients/opensearch/core/ScrollRequest.java | 13 +++++++++++++ .../clients/opensearch/core/ScrollResponse.java | 13 +++++++++++++ .../clients/opensearch/core/SearchRequest.java | 13 +++++++++++++ .../clients/opensearch/core/SearchResponse.java | 13 +++++++++++++ .../opensearch/core/SearchShardsRequest.java | 13 +++++++++++++ .../opensearch/core/SearchShardsResponse.java | 13 +++++++++++++ .../opensearch/core/SearchTemplateRequest.java | 13 +++++++++++++ .../opensearch/core/SearchTemplateResponse.java | 13 +++++++++++++ .../clients/opensearch/core/TermsEnumRequest.java | 13 +++++++++++++ .../opensearch/core/TermsEnumResponse.java | 13 +++++++++++++ .../opensearch/core/TermvectorsRequest.java | 13 +++++++++++++ .../opensearch/core/TermvectorsResponse.java | 13 +++++++++++++ .../opensearch/core/UpdateByQueryRequest.java | 13 +++++++++++++ .../opensearch/core/UpdateByQueryResponse.java | 13 +++++++++++++ .../core/UpdateByQueryRethrottleRequest.java | 13 +++++++++++++ .../core/UpdateByQueryRethrottleResponse.java | 13 +++++++++++++ .../clients/opensearch/core/UpdateRequest.java | 13 +++++++++++++ .../clients/opensearch/core/UpdateResponse.java | 13 +++++++++++++ .../opensearch/core/bulk/BulkOperation.java | 13 +++++++++++++ .../opensearch/core/bulk/BulkOperationBase.java | 13 +++++++++++++ .../core/bulk/BulkOperationBuilders.java | 13 +++++++++++++ .../core/bulk/BulkOperationVariant.java | 13 +++++++++++++ .../opensearch/core/bulk/BulkResponseItem.java | 13 +++++++++++++ .../opensearch/core/bulk/CreateOperation.java | 13 +++++++++++++ .../opensearch/core/bulk/DeleteOperation.java | 13 +++++++++++++ .../opensearch/core/bulk/IndexOperation.java | 13 +++++++++++++ .../opensearch/core/bulk/OperationType.java | 13 +++++++++++++ .../opensearch/core/bulk/UpdateOperation.java | 13 +++++++++++++ .../opensearch/core/bulk/WriteOperation.java | 13 +++++++++++++ .../opensearch/core/explain/Explanation.java | 13 +++++++++++++ .../core/explain/ExplanationDetail.java | 13 +++++++++++++ .../core/field_caps/FieldCapability.java | 13 +++++++++++++ .../clients/opensearch/core/get/GetResult.java | 13 +++++++++++++ .../core/get_script_context/Context.java | 13 +++++++++++++ .../core/get_script_context/ContextMethod.java | 13 +++++++++++++ .../get_script_context/ContextMethodParam.java | 13 +++++++++++++ .../get_script_languages/LanguageContext.java | 13 +++++++++++++ .../opensearch/core/mget/MultiGetError.java | 13 +++++++++++++ .../opensearch/core/mget/MultiGetOperation.java | 13 +++++++++++++ .../core/mget/MultiGetResponseItem.java | 13 +++++++++++++ .../core/mget/MultiGetResponseItemBuilders.java | 13 +++++++++++++ .../opensearch/core/msearch/MultiSearchItem.java | 13 +++++++++++++ .../core/msearch/MultiSearchResponseItem.java | 13 +++++++++++++ .../msearch/MultiSearchResponseItemBuilders.java | 13 +++++++++++++ .../core/msearch/MultiSearchResult.java | 13 +++++++++++++ .../opensearch/core/msearch/MultisearchBody.java | 13 +++++++++++++ .../core/msearch/MultisearchHeader.java | 13 +++++++++++++ .../opensearch/core/msearch/RequestItem.java | 13 +++++++++++++ .../core/msearch_template/RequestItem.java | 13 +++++++++++++ .../core/msearch_template/TemplateConfig.java | 13 +++++++++++++ .../mtermvectors/MultiTermVectorsOperation.java | 13 +++++++++++++ .../core/mtermvectors/MultiTermVectorsResult.java | 13 +++++++++++++ .../opensearch/core/rank_eval/DocumentRating.java | 13 +++++++++++++ .../opensearch/core/rank_eval/RankEvalHit.java | 13 +++++++++++++ .../core/rank_eval/RankEvalHitItem.java | 13 +++++++++++++ .../opensearch/core/rank_eval/RankEvalMetric.java | 13 +++++++++++++ .../core/rank_eval/RankEvalMetricBase.java | 13 +++++++++++++ .../core/rank_eval/RankEvalMetricDetail.java | 13 +++++++++++++ .../RankEvalMetricDiscountedCumulativeGain.java | 13 +++++++++++++ .../RankEvalMetricExpectedReciprocalRank.java | 13 +++++++++++++ .../RankEvalMetricMeanReciprocalRank.java | 13 +++++++++++++ .../core/rank_eval/RankEvalMetricPrecision.java | 13 +++++++++++++ .../rank_eval/RankEvalMetricRatingTreshold.java | 13 +++++++++++++ .../core/rank_eval/RankEvalMetricRecall.java | 13 +++++++++++++ .../opensearch/core/rank_eval/RankEvalQuery.java | 13 +++++++++++++ .../core/rank_eval/RankEvalRequestItem.java | 13 +++++++++++++ .../core/rank_eval/UnratedDocument.java | 13 +++++++++++++ .../opensearch/core/reindex/Destination.java | 13 +++++++++++++ .../opensearch/core/reindex/RemoteSource.java | 13 +++++++++++++ .../clients/opensearch/core/reindex/Source.java | 13 +++++++++++++ .../core/reindex_rethrottle/ReindexNode.java | 13 +++++++++++++ .../core/reindex_rethrottle/ReindexStatus.java | 13 +++++++++++++ .../core/reindex_rethrottle/ReindexTask.java | 13 +++++++++++++ .../PainlessContextSetup.java | 13 +++++++++++++ .../core/search/AggregationBreakdown.java | 13 +++++++++++++ .../core/search/AggregationProfile.java | 13 +++++++++++++ .../core/search/AggregationProfileDebug.java | 13 +++++++++++++ .../search/AggregationProfileDelegateDebug.java | 13 +++++++++++++ .../AggregationProfileDelegateDebugFilter.java | 13 +++++++++++++ .../opensearch/core/search/BoundaryScanner.java | 13 +++++++++++++ .../core/search/BuiltinHighlighterType.java | 13 +++++++++++++ .../clients/opensearch/core/search/Collector.java | 13 +++++++++++++ .../opensearch/core/search/CompletionContext.java | 13 +++++++++++++ .../core/search/CompletionSuggestOption.java | 13 +++++++++++++ .../core/search/CompletionSuggester.java | 13 +++++++++++++ .../clients/opensearch/core/search/Context.java | 13 +++++++++++++ .../opensearch/core/search/ContextBuilders.java | 13 +++++++++++++ .../opensearch/core/search/DirectGenerator.java | 13 +++++++++++++ .../opensearch/core/search/FetchProfile.java | 13 +++++++++++++ .../core/search/FetchProfileBreakdown.java | 13 +++++++++++++ .../opensearch/core/search/FetchProfileDebug.java | 13 +++++++++++++ .../opensearch/core/search/FieldCollapse.java | 13 +++++++++++++ .../opensearch/core/search/FieldSuggester.java | 13 +++++++++++++ .../core/search/FieldSuggesterBuilders.java | 13 +++++++++++++ .../core/search/FieldSuggesterVariant.java | 13 +++++++++++++ .../clients/opensearch/core/search/Highlight.java | 13 +++++++++++++ .../opensearch/core/search/HighlightField.java | 13 +++++++++++++ .../core/search/HighlighterEncoder.java | 13 +++++++++++++ .../core/search/HighlighterFragmenter.java | 13 +++++++++++++ .../opensearch/core/search/HighlighterOrder.java | 13 +++++++++++++ .../core/search/HighlighterTagsSchema.java | 13 +++++++++++++ .../opensearch/core/search/HighlighterType.java | 13 +++++++++++++ .../core/search/HighlighterTypeBuilders.java | 13 +++++++++++++ .../clients/opensearch/core/search/Hit.java | 13 +++++++++++++ .../opensearch/core/search/HitsMetadata.java | 13 +++++++++++++ .../clients/opensearch/core/search/InnerHits.java | 13 +++++++++++++ .../opensearch/core/search/InnerHitsResult.java | 13 +++++++++++++ .../core/search/LaplaceSmoothingModel.java | 13 +++++++++++++ .../search/LinearInterpolationSmoothingModel.java | 13 +++++++++++++ .../opensearch/core/search/NestedIdentity.java | 13 +++++++++++++ .../core/search/PhraseSuggestCollate.java | 13 +++++++++++++ .../core/search/PhraseSuggestCollateQuery.java | 13 +++++++++++++ .../core/search/PhraseSuggestHighlight.java | 13 +++++++++++++ .../core/search/PhraseSuggestOption.java | 13 +++++++++++++ .../opensearch/core/search/PhraseSuggester.java | 13 +++++++++++++ .../core/search/PointInTimeReference.java | 13 +++++++++++++ .../clients/opensearch/core/search/Profile.java | 13 +++++++++++++ .../opensearch/core/search/QueryBreakdown.java | 13 +++++++++++++ .../opensearch/core/search/QueryProfile.java | 13 +++++++++++++ .../clients/opensearch/core/search/Rescore.java | 13 +++++++++++++ .../opensearch/core/search/RescoreQuery.java | 13 +++++++++++++ .../clients/opensearch/core/search/ScoreMode.java | 13 +++++++++++++ .../opensearch/core/search/SearchProfile.java | 13 +++++++++++++ .../opensearch/core/search/ShardProfile.java | 13 +++++++++++++ .../opensearch/core/search/SmoothingModel.java | 13 +++++++++++++ .../core/search/SmoothingModelBuilders.java | 13 +++++++++++++ .../core/search/SmoothingModelVariant.java | 13 +++++++++++++ .../opensearch/core/search/SourceConfig.java | 13 +++++++++++++ .../core/search/SourceConfigBuilders.java | 13 +++++++++++++ .../opensearch/core/search/SourceConfigParam.java | 13 +++++++++++++ .../core/search/SourceConfigParamBuilders.java | 13 +++++++++++++ .../opensearch/core/search/SourceFilter.java | 13 +++++++++++++ .../opensearch/core/search/StringDistance.java | 13 +++++++++++++ .../core/search/StupidBackoffSmoothingModel.java | 13 +++++++++++++ .../opensearch/core/search/SuggestFuzziness.java | 13 +++++++++++++ .../opensearch/core/search/SuggestOption.java | 13 +++++++++++++ .../core/search/SuggestOptionBuilders.java | 13 +++++++++++++ .../opensearch/core/search/SuggestSort.java | 13 +++++++++++++ .../clients/opensearch/core/search/Suggester.java | 13 +++++++++++++ .../opensearch/core/search/SuggesterBase.java | 13 +++++++++++++ .../opensearch/core/search/Suggestion.java | 13 +++++++++++++ .../opensearch/core/search/TermSuggestOption.java | 13 +++++++++++++ .../opensearch/core/search/TermSuggester.java | 13 +++++++++++++ .../clients/opensearch/core/search/TotalHits.java | 13 +++++++++++++ .../opensearch/core/search/TotalHitsRelation.java | 13 +++++++++++++ .../clients/opensearch/core/search/TrackHits.java | 13 +++++++++++++ .../opensearch/core/search/TrackHitsBuilders.java | 13 +++++++++++++ .../core/search_shards/ShardStoreIndex.java | 13 +++++++++++++ .../core/termvectors/FieldStatistics.java | 13 +++++++++++++ .../opensearch/core/termvectors/Filter.java | 13 +++++++++++++ .../clients/opensearch/core/termvectors/Term.java | 13 +++++++++++++ .../opensearch/core/termvectors/TermVector.java | 13 +++++++++++++ .../opensearch/core/termvectors/Token.java | 13 +++++++++++++ .../UpdateByQueryRethrottleNode.java | 13 +++++++++++++ .../DeleteDanglingIndexRequest.java | 13 +++++++++++++ .../DeleteDanglingIndexResponse.java | 13 +++++++++++++ .../ElasticsearchDanglingIndicesAsyncClient.java | 13 +++++++++++++ .../ElasticsearchDanglingIndicesClient.java | 13 +++++++++++++ .../ImportDanglingIndexRequest.java | 13 +++++++++++++ .../ImportDanglingIndexResponse.java | 13 +++++++++++++ .../ListDanglingIndicesRequest.java | 13 +++++++++++++ .../ListDanglingIndicesResponse.java | 13 +++++++++++++ .../list_dangling_indices/DanglingIndex.java | 13 +++++++++++++ .../ElasticsearchFeaturesAsyncClient.java | 13 +++++++++++++ .../features/ElasticsearchFeaturesClient.java | 13 +++++++++++++ .../clients/opensearch/features/Feature.java | 13 +++++++++++++ .../opensearch/features/GetFeaturesRequest.java | 13 +++++++++++++ .../opensearch/features/GetFeaturesResponse.java | 13 +++++++++++++ .../opensearch/features/ResetFeaturesRequest.java | 13 +++++++++++++ .../features/ResetFeaturesResponse.java | 13 +++++++++++++ .../opensearch/indices/AddBlockRequest.java | 13 +++++++++++++ .../opensearch/indices/AddBlockResponse.java | 13 +++++++++++++ .../clients/opensearch/indices/Alias.java | 13 +++++++++++++ .../opensearch/indices/AliasDefinition.java | 13 +++++++++++++ .../opensearch/indices/AnalyzeRequest.java | 13 +++++++++++++ .../opensearch/indices/AnalyzeResponse.java | 13 +++++++++++++ .../opensearch/indices/ClearCacheRequest.java | 13 +++++++++++++ .../opensearch/indices/ClearCacheResponse.java | 13 +++++++++++++ .../opensearch/indices/CloneIndexRequest.java | 13 +++++++++++++ .../opensearch/indices/CloneIndexResponse.java | 13 +++++++++++++ .../opensearch/indices/CloseIndexRequest.java | 13 +++++++++++++ .../opensearch/indices/CloseIndexResponse.java | 13 +++++++++++++ .../opensearch/indices/CreateIndexRequest.java | 13 +++++++++++++ .../opensearch/indices/CreateIndexResponse.java | 13 +++++++++++++ .../clients/opensearch/indices/DataStream.java | 13 +++++++++++++ .../opensearch/indices/DeleteAliasRequest.java | 13 +++++++++++++ .../opensearch/indices/DeleteAliasResponse.java | 13 +++++++++++++ .../opensearch/indices/DeleteIndexRequest.java | 13 +++++++++++++ .../opensearch/indices/DeleteIndexResponse.java | 13 +++++++++++++ .../indices/DeleteIndexTemplateRequest.java | 13 +++++++++++++ .../indices/DeleteIndexTemplateResponse.java | 13 +++++++++++++ .../opensearch/indices/DeleteTemplateRequest.java | 13 +++++++++++++ .../indices/DeleteTemplateResponse.java | 13 +++++++++++++ .../opensearch/indices/DiskUsageRequest.java | 13 +++++++++++++ .../opensearch/indices/DiskUsageResponse.java | 13 +++++++++++++ .../indices/ElasticsearchIndicesAsyncClient.java | 13 +++++++++++++ .../indices/ElasticsearchIndicesClient.java | 13 +++++++++++++ .../opensearch/indices/ExistsAliasRequest.java | 13 +++++++++++++ .../opensearch/indices/ExistsAliasResponse.java | 13 +++++++++++++ .../indices/ExistsIndexTemplateRequest.java | 13 +++++++++++++ .../indices/ExistsIndexTemplateResponse.java | 13 +++++++++++++ .../clients/opensearch/indices/ExistsRequest.java | 13 +++++++++++++ .../opensearch/indices/ExistsResponse.java | 13 +++++++++++++ .../opensearch/indices/ExistsTemplateRequest.java | 13 +++++++++++++ .../indices/ExistsTemplateResponse.java | 13 +++++++++++++ .../opensearch/indices/ExistsTypeRequest.java | 13 +++++++++++++ .../opensearch/indices/ExistsTypeResponse.java | 13 +++++++++++++ .../indices/FielddataFrequencyFilter.java | 13 +++++++++++++ .../clients/opensearch/indices/FlushRequest.java | 13 +++++++++++++ .../clients/opensearch/indices/FlushResponse.java | 13 +++++++++++++ .../opensearch/indices/FlushSyncedRequest.java | 13 +++++++++++++ .../opensearch/indices/FlushSyncedResponse.java | 13 +++++++++++++ .../opensearch/indices/ForcemergeRequest.java | 13 +++++++++++++ .../opensearch/indices/ForcemergeResponse.java | 13 +++++++++++++ .../opensearch/indices/GetAliasRequest.java | 13 +++++++++++++ .../opensearch/indices/GetAliasResponse.java | 13 +++++++++++++ .../indices/GetFieldMappingRequest.java | 13 +++++++++++++ .../indices/GetFieldMappingResponse.java | 13 +++++++++++++ .../opensearch/indices/GetIndexRequest.java | 13 +++++++++++++ .../opensearch/indices/GetIndexResponse.java | 13 +++++++++++++ .../indices/GetIndexTemplateRequest.java | 13 +++++++++++++ .../indices/GetIndexTemplateResponse.java | 13 +++++++++++++ .../indices/GetIndicesSettingsRequest.java | 13 +++++++++++++ .../indices/GetIndicesSettingsResponse.java | 13 +++++++++++++ .../opensearch/indices/GetMappingRequest.java | 13 +++++++++++++ .../opensearch/indices/GetMappingResponse.java | 13 +++++++++++++ .../opensearch/indices/GetTemplateRequest.java | 13 +++++++++++++ .../opensearch/indices/GetTemplateResponse.java | 13 +++++++++++++ .../opensearch/indices/GetUpgradeRequest.java | 13 +++++++++++++ .../opensearch/indices/GetUpgradeResponse.java | 13 +++++++++++++ .../opensearch/indices/IndexCheckOnStartup.java | 13 +++++++++++++ .../clients/opensearch/indices/IndexRouting.java | 13 +++++++++++++ .../indices/IndexRoutingAllocation.java | 13 +++++++++++++ .../indices/IndexRoutingAllocationDisk.java | 13 +++++++++++++ .../indices/IndexRoutingAllocationInclude.java | 13 +++++++++++++ .../IndexRoutingAllocationInitialRecovery.java | 13 +++++++++++++ .../indices/IndexRoutingAllocationOptions.java | 13 +++++++++++++ .../opensearch/indices/IndexRoutingRebalance.java | 13 +++++++++++++ .../indices/IndexRoutingRebalanceOptions.java | 13 +++++++++++++ .../opensearch/indices/IndexSegmentSort.java | 13 +++++++++++++ .../opensearch/indices/IndexSettingBlocks.java | 13 +++++++++++++ .../clients/opensearch/indices/IndexSettings.java | 13 +++++++++++++ .../opensearch/indices/IndexSettingsAnalysis.java | 13 +++++++++++++ .../clients/opensearch/indices/IndexState.java | 13 +++++++++++++ .../opensearch/indices/IndexVersioning.java | 13 +++++++++++++ .../opensearch/indices/IndicesStatsRequest.java | 13 +++++++++++++ .../opensearch/indices/IndicesStatsResponse.java | 13 +++++++++++++ .../opensearch/indices/NumericFielddata.java | 13 +++++++++++++ .../indices/NumericFielddataFormat.java | 13 +++++++++++++ .../clients/opensearch/indices/OpenRequest.java | 13 +++++++++++++ .../clients/opensearch/indices/OpenResponse.java | 13 +++++++++++++ .../indices/OverlappingIndexTemplate.java | 13 +++++++++++++ .../opensearch/indices/PutAliasRequest.java | 13 +++++++++++++ .../opensearch/indices/PutAliasResponse.java | 13 +++++++++++++ .../indices/PutIndexTemplateRequest.java | 13 +++++++++++++ .../indices/PutIndexTemplateResponse.java | 13 +++++++++++++ .../indices/PutIndicesSettingsRequest.java | 13 +++++++++++++ .../indices/PutIndicesSettingsResponse.java | 13 +++++++++++++ .../opensearch/indices/PutMappingRequest.java | 13 +++++++++++++ .../opensearch/indices/PutMappingResponse.java | 13 +++++++++++++ .../opensearch/indices/PutTemplateRequest.java | 13 +++++++++++++ .../opensearch/indices/PutTemplateResponse.java | 13 +++++++++++++ .../opensearch/indices/RecoveryRequest.java | 13 +++++++++++++ .../opensearch/indices/RecoveryResponse.java | 13 +++++++++++++ .../opensearch/indices/RefreshRequest.java | 13 +++++++++++++ .../opensearch/indices/RefreshResponse.java | 13 +++++++++++++ .../opensearch/indices/ResolveIndexRequest.java | 13 +++++++++++++ .../opensearch/indices/ResolveIndexResponse.java | 13 +++++++++++++ .../opensearch/indices/RolloverRequest.java | 13 +++++++++++++ .../opensearch/indices/RolloverResponse.java | 13 +++++++++++++ .../opensearch/indices/SegmentSortMissing.java | 13 +++++++++++++ .../opensearch/indices/SegmentSortMode.java | 13 +++++++++++++ .../opensearch/indices/SegmentSortOrder.java | 13 +++++++++++++ .../opensearch/indices/SegmentsRequest.java | 13 +++++++++++++ .../opensearch/indices/SegmentsResponse.java | 13 +++++++++++++ .../opensearch/indices/ShardStoresRequest.java | 13 +++++++++++++ .../opensearch/indices/ShardStoresResponse.java | 13 +++++++++++++ .../clients/opensearch/indices/ShrinkRequest.java | 13 +++++++++++++ .../opensearch/indices/ShrinkResponse.java | 13 +++++++++++++ .../indices/SimulateIndexTemplateRequest.java | 13 +++++++++++++ .../indices/SimulateIndexTemplateResponse.java | 13 +++++++++++++ .../indices/SimulateTemplateRequest.java | 13 +++++++++++++ .../indices/SimulateTemplateResponse.java | 13 +++++++++++++ .../clients/opensearch/indices/SoftDeletes.java | 13 +++++++++++++ .../clients/opensearch/indices/SplitRequest.java | 13 +++++++++++++ .../clients/opensearch/indices/SplitResponse.java | 13 +++++++++++++ .../opensearch/indices/TemplateMapping.java | 13 +++++++++++++ .../opensearch/indices/UpdateAliasesRequest.java | 13 +++++++++++++ .../opensearch/indices/UpdateAliasesResponse.java | 13 +++++++++++++ .../opensearch/indices/UpgradeRequest.java | 13 +++++++++++++ .../opensearch/indices/UpgradeResponse.java | 13 +++++++++++++ .../opensearch/indices/ValidateQueryRequest.java | 13 +++++++++++++ .../opensearch/indices/ValidateQueryResponse.java | 13 +++++++++++++ .../indices/add_block/IndicesBlockOptions.java | 13 +++++++++++++ .../indices/add_block/IndicesBlockStatus.java | 13 +++++++++++++ .../opensearch/indices/analyze/AnalyzeDetail.java | 13 +++++++++++++ .../opensearch/indices/analyze/AnalyzeToken.java | 13 +++++++++++++ .../indices/analyze/AnalyzerDetail.java | 13 +++++++++++++ .../indices/analyze/CharFilterDetail.java | 13 +++++++++++++ .../indices/analyze/ExplainAnalyzeToken.java | 13 +++++++++++++ .../opensearch/indices/analyze/TokenDetail.java | 13 +++++++++++++ .../indices/close/CloseIndexResult.java | 13 +++++++++++++ .../indices/close/CloseShardResult.java | 13 +++++++++++++ .../indices/get_alias/IndexAliases.java | 13 +++++++++++++ .../get_field_mapping/TypeFieldMappings.java | 13 +++++++++++++ .../indices/get_index_template/IndexTemplate.java | 13 +++++++++++++ .../get_index_template/IndexTemplateItem.java | 13 +++++++++++++ .../get_index_template/IndexTemplateSummary.java | 13 +++++++++++++ .../indices/get_mapping/IndexMappingRecord.java | 13 +++++++++++++ .../put_index_template/IndexTemplateMapping.java | 13 +++++++++++++ .../opensearch/indices/recovery/FileDetails.java | 13 +++++++++++++ .../indices/recovery/RecoveryBytes.java | 13 +++++++++++++ .../indices/recovery/RecoveryFiles.java | 13 +++++++++++++ .../indices/recovery/RecoveryIndexStatus.java | 13 +++++++++++++ .../indices/recovery/RecoveryOrigin.java | 13 +++++++++++++ .../indices/recovery/RecoveryStartStatus.java | 13 +++++++++++++ .../indices/recovery/RecoveryStatus.java | 13 +++++++++++++ .../indices/recovery/ShardRecovery.java | 13 +++++++++++++ .../indices/recovery/TranslogStatus.java | 13 +++++++++++++ .../opensearch/indices/recovery/VerifyIndex.java | 13 +++++++++++++ .../resolve_index/ResolveIndexAliasItem.java | 13 +++++++++++++ .../indices/resolve_index/ResolveIndexItem.java | 13 +++++++++++++ .../indices/rollover/IndexRolloverMapping.java | 13 +++++++++++++ .../rollover/IndexRolloverMappingBuilders.java | 13 +++++++++++++ .../indices/rollover/RolloverConditions.java | 13 +++++++++++++ .../opensearch/indices/segments/IndexSegment.java | 13 +++++++++++++ .../opensearch/indices/segments/Segment.java | 13 +++++++++++++ .../indices/segments/ShardSegmentRouting.java | 13 +++++++++++++ .../indices/segments/ShardsSegment.java | 13 +++++++++++++ .../indices/shard_stores/IndicesShardStores.java | 13 +++++++++++++ .../indices/shard_stores/ShardStore.java | 13 +++++++++++++ .../shard_stores/ShardStoreAllocation.java | 13 +++++++++++++ .../indices/shard_stores/ShardStoreException.java | 13 +++++++++++++ .../indices/shard_stores/ShardStoreStatus.java | 13 +++++++++++++ .../indices/shard_stores/ShardStoreWrapper.java | 13 +++++++++++++ .../indices/simulate_template/Overlapping.java | 13 +++++++++++++ .../indices/simulate_template/Template.java | 13 +++++++++++++ .../opensearch/indices/stats/IndexStats.java | 13 +++++++++++++ .../opensearch/indices/stats/IndicesStats.java | 13 +++++++++++++ .../opensearch/indices/stats/ShardCommit.java | 13 +++++++++++++ .../indices/stats/ShardFileSizeInfo.java | 13 +++++++++++++ .../opensearch/indices/stats/ShardLease.java | 13 +++++++++++++ .../opensearch/indices/stats/ShardPath.java | 13 +++++++++++++ .../opensearch/indices/stats/ShardQueryCache.java | 13 +++++++++++++ .../indices/stats/ShardRetentionLeases.java | 13 +++++++++++++ .../opensearch/indices/stats/ShardRouting.java | 13 +++++++++++++ .../indices/stats/ShardRoutingState.java | 13 +++++++++++++ .../indices/stats/ShardSequenceNumber.java | 13 +++++++++++++ .../opensearch/indices/stats/ShardStats.java | 13 +++++++++++++ .../indices/stats/ShardsTotalStats.java | 13 +++++++++++++ .../opensearch/indices/update_aliases/Action.java | 13 +++++++++++++ .../indices/update_aliases/ActionBuilders.java | 13 +++++++++++++ .../indices/update_aliases/ActionVariant.java | 13 +++++++++++++ .../indices/update_aliases/AddAction.java | 13 +++++++++++++ .../indices/update_aliases/RemoveAction.java | 13 +++++++++++++ .../indices/update_aliases/RemoveIndexAction.java | 13 +++++++++++++ .../IndicesValidationExplanation.java | 13 +++++++++++++ .../opensearch/ingest/AppendProcessor.java | 13 +++++++++++++ .../opensearch/ingest/AttachmentProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/BytesProcessor.java | 13 +++++++++++++ .../opensearch/ingest/CircleProcessor.java | 13 +++++++++++++ .../opensearch/ingest/ConvertProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/ConvertType.java | 13 +++++++++++++ .../clients/opensearch/ingest/CsvProcessor.java | 13 +++++++++++++ .../opensearch/ingest/DateIndexNameProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/DateProcessor.java | 13 +++++++++++++ .../opensearch/ingest/DeletePipelineRequest.java | 13 +++++++++++++ .../opensearch/ingest/DeletePipelineResponse.java | 13 +++++++++++++ .../opensearch/ingest/DissectProcessor.java | 13 +++++++++++++ .../opensearch/ingest/DotExpanderProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/DropProcessor.java | 13 +++++++++++++ .../ingest/ElasticsearchIngestAsyncClient.java | 13 +++++++++++++ .../ingest/ElasticsearchIngestClient.java | 13 +++++++++++++ .../clients/opensearch/ingest/FailProcessor.java | 13 +++++++++++++ .../opensearch/ingest/ForeachProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/GeoIpProcessor.java | 13 +++++++++++++ .../opensearch/ingest/GeoIpStatsRequest.java | 13 +++++++++++++ .../opensearch/ingest/GeoIpStatsResponse.java | 13 +++++++++++++ .../opensearch/ingest/GetPipelineRequest.java | 13 +++++++++++++ .../opensearch/ingest/GetPipelineResponse.java | 13 +++++++++++++ .../clients/opensearch/ingest/GrokProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/GsubProcessor.java | 13 +++++++++++++ .../opensearch/ingest/InferenceConfig.java | 13 +++++++++++++ .../ingest/InferenceConfigRegression.java | 13 +++++++++++++ .../opensearch/ingest/InferenceProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/JoinProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/JsonProcessor.java | 13 +++++++++++++ .../opensearch/ingest/KeyValueProcessor.java | 13 +++++++++++++ .../opensearch/ingest/LowercaseProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/Pipeline.java | 13 +++++++++++++ .../opensearch/ingest/PipelineProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/Processor.java | 13 +++++++++++++ .../clients/opensearch/ingest/ProcessorBase.java | 13 +++++++++++++ .../opensearch/ingest/ProcessorBuilders.java | 13 +++++++++++++ .../opensearch/ingest/ProcessorGrokRequest.java | 13 +++++++++++++ .../opensearch/ingest/ProcessorGrokResponse.java | 13 +++++++++++++ .../opensearch/ingest/ProcessorVariant.java | 13 +++++++++++++ .../opensearch/ingest/PutPipelineRequest.java | 13 +++++++++++++ .../opensearch/ingest/PutPipelineResponse.java | 13 +++++++++++++ .../opensearch/ingest/RemoveProcessor.java | 13 +++++++++++++ .../opensearch/ingest/RenameProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/SetProcessor.java | 13 +++++++++++++ .../ingest/SetSecurityUserProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/ShapeType.java | 13 +++++++++++++ .../opensearch/ingest/SimulateRequest.java | 13 +++++++++++++ .../opensearch/ingest/SimulateResponse.java | 13 +++++++++++++ .../clients/opensearch/ingest/SortProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/SplitProcessor.java | 13 +++++++++++++ .../clients/opensearch/ingest/TrimProcessor.java | 13 +++++++++++++ .../opensearch/ingest/UppercaseProcessor.java | 13 +++++++++++++ .../opensearch/ingest/UrlDecodeProcessor.java | 13 +++++++++++++ .../opensearch/ingest/UserAgentProcessor.java | 13 +++++++++++++ .../opensearch/ingest/UserAgentProperty.java | 13 +++++++++++++ .../geo_ip_stats/GeoIpDownloadStatistics.java | 13 +++++++++++++ .../geo_ip_stats/GeoIpNodeDatabaseName.java | 13 +++++++++++++ .../ingest/geo_ip_stats/GeoIpNodeDatabases.java | 13 +++++++++++++ .../opensearch/ingest/simulate/Document.java | 13 +++++++++++++ .../ingest/simulate/DocumentSimulation.java | 13 +++++++++++++ .../opensearch/ingest/simulate/Ingest.java | 13 +++++++++++++ .../ingest/simulate/PipelineSimulation.java | 13 +++++++++++++ .../opensearch/nodes/AdaptiveSelection.java | 13 +++++++++++++ .../clients/opensearch/nodes/Breaker.java | 13 +++++++++++++ .../opensearch/clients/opensearch/nodes/Cpu.java | 13 +++++++++++++ .../clients/opensearch/nodes/DataPathStats.java | 13 +++++++++++++ .../nodes/ElasticsearchNodesAsyncClient.java | 13 +++++++++++++ .../nodes/ElasticsearchNodesClient.java | 13 +++++++++++++ .../opensearch/nodes/ExtendedMemoryStats.java | 13 +++++++++++++ .../clients/opensearch/nodes/FileSystem.java | 13 +++++++++++++ .../clients/opensearch/nodes/FileSystemTotal.java | 13 +++++++++++++ .../opensearch/nodes/GarbageCollector.java | 13 +++++++++++++ .../opensearch/nodes/GarbageCollectorTotal.java | 13 +++++++++++++ .../opensearch/nodes/HotThreadsRequest.java | 13 +++++++++++++ .../opensearch/nodes/HotThreadsResponse.java | 13 +++++++++++++ .../opensearch/clients/opensearch/nodes/Http.java | 13 +++++++++++++ .../clients/opensearch/nodes/Ingest.java | 13 +++++++++++++ .../clients/opensearch/nodes/IngestTotal.java | 13 +++++++++++++ .../opensearch/clients/opensearch/nodes/Jvm.java | 13 +++++++++++++ .../clients/opensearch/nodes/JvmClasses.java | 13 +++++++++++++ .../clients/opensearch/nodes/JvmThreads.java | 13 +++++++++++++ .../clients/opensearch/nodes/KeyedProcessor.java | 13 +++++++++++++ .../clients/opensearch/nodes/MemoryStats.java | 13 +++++++++++++ .../clients/opensearch/nodes/NodeBufferPool.java | 13 +++++++++++++ .../opensearch/nodes/NodesInfoRequest.java | 13 +++++++++++++ .../opensearch/nodes/NodesInfoResponse.java | 13 +++++++++++++ .../opensearch/nodes/NodesResponseBase.java | 13 +++++++++++++ .../opensearch/nodes/NodesStatsRequest.java | 13 +++++++++++++ .../opensearch/nodes/NodesStatsResponse.java | 13 +++++++++++++ .../opensearch/nodes/NodesUsageRequest.java | 13 +++++++++++++ .../opensearch/nodes/NodesUsageResponse.java | 13 +++++++++++++ .../clients/opensearch/nodes/OperatingSystem.java | 13 +++++++++++++ .../clients/opensearch/nodes/Process.java | 13 +++++++++++++ .../nodes/ReloadSecureSettingsRequest.java | 13 +++++++++++++ .../nodes/ReloadSecureSettingsResponse.java | 13 +++++++++++++ .../clients/opensearch/nodes/Scripting.java | 13 +++++++++++++ .../clients/opensearch/nodes/Stats.java | 13 +++++++++++++ .../clients/opensearch/nodes/ThreadCount.java | 13 +++++++++++++ .../clients/opensearch/nodes/Transport.java | 13 +++++++++++++ .../opensearch/nodes/hot_threads/HotThread.java | 13 +++++++++++++ .../clients/opensearch/nodes/info/NodeInfo.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoAction.java | 13 +++++++++++++ .../nodes/info/NodeInfoAggregation.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoBootstrap.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoClient.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoDiscover.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoHttp.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoIngest.java | 13 +++++++++++++ .../nodes/info/NodeInfoIngestDownloader.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoIngestInfo.java | 13 +++++++++++++ .../nodes/info/NodeInfoIngestProcessor.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoJvmMemory.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoMemory.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoNetwork.java | 13 +++++++++++++ .../nodes/info/NodeInfoNetworkInterface.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoOSCPU.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoPath.java | 13 +++++++++++++ .../nodes/info/NodeInfoRepositories.java | 13 +++++++++++++ .../nodes/info/NodeInfoRepositoriesUrl.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoScript.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoSearch.java | 13 +++++++++++++ .../nodes/info/NodeInfoSearchRemote.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoSettings.java | 13 +++++++++++++ .../nodes/info/NodeInfoSettingsCluster.java | 13 +++++++++++++ .../info/NodeInfoSettingsClusterElection.java | 13 +++++++++++++ .../nodes/info/NodeInfoSettingsHttp.java | 13 +++++++++++++ .../nodes/info/NodeInfoSettingsHttpType.java | 13 +++++++++++++ .../nodes/info/NodeInfoSettingsIngest.java | 13 +++++++++++++ .../nodes/info/NodeInfoSettingsNetwork.java | 13 +++++++++++++ .../nodes/info/NodeInfoSettingsNode.java | 13 +++++++++++++ .../nodes/info/NodeInfoSettingsTransport.java | 13 +++++++++++++ .../info/NodeInfoSettingsTransportFeatures.java | 13 +++++++++++++ .../nodes/info/NodeInfoSettingsTransportType.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeInfoTransport.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeJvmInfo.java | 13 +++++++++++++ .../nodes/info/NodeOperatingSystemInfo.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeProcessInfo.java | 13 +++++++++++++ .../opensearch/nodes/info/NodeThreadPoolInfo.java | 13 +++++++++++++ .../reload_secure_settings/NodeReloadError.java | 13 +++++++++++++ .../reload_secure_settings/NodeReloadResult.java | 13 +++++++++++++ .../NodeReloadResultBuilders.java | 13 +++++++++++++ .../clients/opensearch/nodes/usage/NodeUsage.java | 13 +++++++++++++ .../clients/opensearch/package-info.java | 13 +++++++++++++ .../security/get_role/RoleTemplate.java | 13 +++++++++++++ .../security/get_role/TemplateFormat.java | 13 +++++++++++++ .../opensearch/shutdown/DeleteNodeRequest.java | 13 +++++++++++++ .../opensearch/shutdown/DeleteNodeResponse.java | 13 +++++++++++++ .../ElasticsearchShutdownAsyncClient.java | 13 +++++++++++++ .../shutdown/ElasticsearchShutdownClient.java | 13 +++++++++++++ .../opensearch/shutdown/GetNodeRequest.java | 13 +++++++++++++ .../opensearch/shutdown/GetNodeResponse.java | 13 +++++++++++++ .../opensearch/shutdown/PutNodeRequest.java | 13 +++++++++++++ .../opensearch/shutdown/PutNodeResponse.java | 13 +++++++++++++ .../shutdown/get_node/NodeShutdownStatus.java | 13 +++++++++++++ .../shutdown/get_node/PersistentTaskStatus.java | 13 +++++++++++++ .../shutdown/get_node/PluginsStatus.java | 13 +++++++++++++ .../shutdown/get_node/ShardMigrationStatus.java | 13 +++++++++++++ .../shutdown/get_node/ShutdownStatus.java | 13 +++++++++++++ .../shutdown/get_node/ShutdownType.java | 13 +++++++++++++ .../snapshot/CleanupRepositoryRequest.java | 13 +++++++++++++ .../snapshot/CleanupRepositoryResponse.java | 13 +++++++++++++ .../opensearch/snapshot/CloneSnapshotRequest.java | 13 +++++++++++++ .../snapshot/CloneSnapshotResponse.java | 13 +++++++++++++ .../snapshot/CreateRepositoryRequest.java | 13 +++++++++++++ .../snapshot/CreateRepositoryResponse.java | 13 +++++++++++++ .../snapshot/CreateSnapshotRequest.java | 13 +++++++++++++ .../snapshot/CreateSnapshotResponse.java | 13 +++++++++++++ .../snapshot/DeleteRepositoryRequest.java | 13 +++++++++++++ .../snapshot/DeleteRepositoryResponse.java | 13 +++++++++++++ .../snapshot/DeleteSnapshotRequest.java | 13 +++++++++++++ .../snapshot/DeleteSnapshotResponse.java | 13 +++++++++++++ .../ElasticsearchSnapshotAsyncClient.java | 13 +++++++++++++ .../snapshot/ElasticsearchSnapshotClient.java | 13 +++++++++++++ .../snapshot/FileCountSnapshotStats.java | 13 +++++++++++++ .../opensearch/snapshot/GetRepositoryRequest.java | 13 +++++++++++++ .../snapshot/GetRepositoryResponse.java | 13 +++++++++++++ .../opensearch/snapshot/GetSnapshotRequest.java | 13 +++++++++++++ .../opensearch/snapshot/GetSnapshotResponse.java | 13 +++++++++++++ .../clients/opensearch/snapshot/IndexDetails.java | 13 +++++++++++++ .../opensearch/snapshot/InfoFeatureState.java | 13 +++++++++++++ .../clients/opensearch/snapshot/Repository.java | 13 +++++++++++++ .../opensearch/snapshot/RepositorySettings.java | 13 +++++++++++++ .../opensearch/snapshot/RestoreRequest.java | 13 +++++++++++++ .../opensearch/snapshot/RestoreResponse.java | 13 +++++++++++++ .../clients/opensearch/snapshot/ShardsStats.java | 13 +++++++++++++ .../opensearch/snapshot/ShardsStatsStage.java | 13 +++++++++++++ .../opensearch/snapshot/ShardsStatsSummary.java | 13 +++++++++++++ .../snapshot/ShardsStatsSummaryItem.java | 13 +++++++++++++ .../opensearch/snapshot/SnapshotIndexStats.java | 13 +++++++++++++ .../clients/opensearch/snapshot/SnapshotInfo.java | 13 +++++++++++++ .../opensearch/snapshot/SnapshotShardFailure.java | 13 +++++++++++++ .../opensearch/snapshot/SnapshotShardsStatus.java | 13 +++++++++++++ .../opensearch/snapshot/SnapshotStats.java | 13 +++++++++++++ .../snapshot/SnapshotStatusRequest.java | 13 +++++++++++++ .../snapshot/SnapshotStatusResponse.java | 13 +++++++++++++ .../clients/opensearch/snapshot/Status.java | 13 +++++++++++++ .../snapshot/VerifyRepositoryRequest.java | 13 +++++++++++++ .../snapshot/VerifyRepositoryResponse.java | 13 +++++++++++++ .../CleanupRepositoryResults.java | 13 +++++++++++++ .../snapshot/get/SnapshotResponseItem.java | 13 +++++++++++++ .../snapshot/restore/SnapshotRestore.java | 13 +++++++++++++ .../verify_repository/CompactNodeInfo.java | 13 +++++++++++++ .../clients/opensearch/tasks/CancelRequest.java | 13 +++++++++++++ .../clients/opensearch/tasks/CancelResponse.java | 13 +++++++++++++ .../tasks/ElasticsearchTasksAsyncClient.java | 13 +++++++++++++ .../tasks/ElasticsearchTasksClient.java | 13 +++++++++++++ .../clients/opensearch/tasks/GetTasksRequest.java | 13 +++++++++++++ .../opensearch/tasks/GetTasksResponse.java | 13 +++++++++++++ .../clients/opensearch/tasks/GroupBy.java | 13 +++++++++++++ .../opensearch/clients/opensearch/tasks/Info.java | 13 +++++++++++++ .../clients/opensearch/tasks/ListRequest.java | 13 +++++++++++++ .../clients/opensearch/tasks/ListResponse.java | 13 +++++++++++++ .../clients/opensearch/tasks/State.java | 13 +++++++++++++ .../clients/opensearch/tasks/Status.java | 13 +++++++++++++ .../opensearch/tasks/TaskExecutingNode.java | 13 +++++++++++++ .../clients/opensearch/watcher/HourAndMinute.java | 13 +++++++++++++ .../clients/opensearch/watcher/TimeOfDay.java | 13 +++++++++++++ .../opensearch/watcher/TimeOfDayBuilders.java | 13 +++++++++++++ .../clients/transport/ElasticsearchTransport.java | 13 +++++++++++++ .../opensearch/clients/transport/Endpoint.java | 13 +++++++++++++ .../clients/transport/JsonEndpoint.java | 13 +++++++++++++ .../opensearch/clients/transport/Transport.java | 13 +++++++++++++ .../clients/transport/TransportException.java | 13 +++++++++++++ .../clients/transport/TransportOptions.java | 13 +++++++++++++ .../org/opensearch/clients/transport/Version.java | 13 +++++++++++++ .../transport/endpoints/BooleanEndpoint.java | 13 +++++++++++++ .../transport/endpoints/BooleanResponse.java | 13 +++++++++++++ .../endpoints/DelegatingJsonEndpoint.java | 13 +++++++++++++ .../transport/endpoints/DictionaryResponse.java | 13 +++++++++++++ .../endpoints/EndpointWithResponseMapperAttr.java | 13 +++++++++++++ .../transport/endpoints/SimpleEndpoint.java | 13 +++++++++++++ .../transport/rest_client/RestClientOptions.java | 13 +++++++++++++ .../rest_client/RestClientTransport.java | 13 +++++++++++++ .../clients/util/ActionStatusOptions.java | 13 +++++++++++++ .../opensearch/clients/util/ApiTypeHelper.java | 13 +++++++++++++ .../org/opensearch/clients/util/ListBuilder.java | 13 +++++++++++++ .../org/opensearch/clients/util/MapBuilder.java | 13 +++++++++++++ .../util/MissingRequiredPropertyException.java | 13 +++++++++++++ .../opensearch/clients/util/ObjectBuilder.java | 13 +++++++++++++ .../clients/util/ObjectBuilderBase.java | 13 +++++++++++++ .../org/opensearch/clients/util/QuadConsumer.java | 15 +++++++++++++-- .../org/opensearch/clients/util/QuadFunction.java | 13 +++++++++++++ .../org/opensearch/clients/util/TaggedUnion.java | 13 +++++++++++++ .../opensearch/clients/util/TaggedUnionUtils.java | 13 +++++++++++++ .../org/opensearch/clients/util/TriConsumer.java | 15 +++++++++++++-- .../org/opensearch/clients/util/TriFunction.java | 15 +++++++++++++-- .../clients/documentation/ApiConventionsTest.java | 13 +++++++++++++ .../clients/documentation/ConnectingTest.java | 13 +++++++++++++ .../clients/documentation/FailingTransport.java | 13 +++++++++++++ .../clients/documentation/MigrateHlrcTest.java | 13 +++++++++++++ .../opensearch/experiments/ClientTests.java | 13 +++++++++++++ .../opensearch/experiments/ParsingTests.java | 13 +++++++++++++ .../opensearch/experiments/UnionVariant.java | 13 +++++++++++++ .../clients/opensearch/experiments/api/Bar.java | 13 +++++++++++++ .../experiments/api/DateMathTimeUnit.java | 13 +++++++++++++ .../opensearch/experiments/api/FooOptRequest.java | 13 +++++++++++++ .../opensearch/experiments/api/FooRequest.java | 13 +++++++++++++ .../opensearch/experiments/api/FooResponse.java | 13 +++++++++++++ .../experiments/api/query2/BoolQuery.java | 13 +++++++++++++ .../opensearch/experiments/api/query2/Query.java | 13 +++++++++++++ .../experiments/api/query2/QueryTest.java | 13 +++++++++++++ .../experiments/api/query2/TermsQuery.java | 13 +++++++++++++ .../opensearch/experiments/api/query2/Union2.java | 13 +++++++++++++ .../opensearch/experiments/base/Client.java | 13 +++++++++++++ .../experiments/base/PrimitiveUtils.java | 13 +++++++++++++ .../opensearch/experiments/base/Variants.java | 13 +++++++++++++ .../experiments/containers/SomeUnion.java | 13 +++++++++++++ .../experiments/containers/SomeUnionTest.java | 13 +++++++++++++ .../experiments/containers/SomeUnionVariant.java | 13 +++++++++++++ .../experiments/containers/UVariantA.java | 13 +++++++++++++ .../experiments/containers/UVariantB.java | 13 +++++++++++++ .../experiments/generics/GenericClass.java | 13 +++++++++++++ .../experiments/inheritance/InheritanceTest.java | 13 +++++++++++++ .../experiments/inheritance/base/BaseClass.java | 13 +++++++++++++ .../experiments/inheritance/child/ChildClass.java | 13 +++++++++++++ .../inheritance/final_/FinalClass.java | 13 +++++++++++++ .../opensearch/experiments/package-info.java | 13 +++++++++++++ .../clients/opensearch/json/JsonDataTest.java | 13 +++++++++++++ .../clients/opensearch/json/JsonpMapperTest.java | 13 +++++++++++++ .../json/jackson/JacksonJsonpParserTest.java | 13 +++++++++++++ .../clients/opensearch/model/BehaviorsTest.java | 13 +++++++++++++ .../opensearch/model/BuiltinTypesTest.java | 13 +++++++++++++ .../opensearch/model/ClassStructureTest.java | 13 +++++++++++++ .../clients/opensearch/model/EndpointTest.java | 13 +++++++++++++ .../clients/opensearch/model/EnumTest.java | 13 +++++++++++++ .../clients/opensearch/model/ModelTestCase.java | 13 +++++++++++++ .../opensearch/model/RequestEncodingTest.java | 13 +++++++++++++ .../opensearch/model/SerializationTest.java | 13 +++++++++++++ .../clients/opensearch/model/TypedKeysTest.java | 13 +++++++++++++ .../clients/opensearch/model/UnionTests.java | 13 +++++++++++++ .../clients/opensearch/model/VariantsTest.java | 13 +++++++++++++ .../clients/opensearch/model/package-info.java | 13 +++++++++++++ .../clients/transport/RequestOptionsTest.java | 13 +++++++++++++ settings.gradle.kts | 15 ++++++++++++++- 1569 files changed, 20398 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index cdd54f89f255e..c77132b138c79 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 521094f9fc1ed..7884a5d23a222 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 7626298603e0d..af131927620a3 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 aa72ff356a46b..1ca2f7de2fedf 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 857141b14f176..47929fe16b18e 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 4e9cca91417d0..2d1684888a46c 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 75efdd02ed37b..cd08b983ed5ea 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 5ba04a3543ac7..511222ca3eb3b 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 60141ce95e0e5..1e45a9304847a 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 80d44b1b1a024..3196f1b406bcb 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 758f1c414ab0c..664d8e1815083 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 b82252c7b11e1..39d8229f14a50 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 54717af69afc2..3e00cf676ce7c 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 4ea12e735f501..9ee46b55edbab 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 5ab51dd5c9dbe..c60d39951a8e1 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 25795f8e3810b..d7a713ac139b0 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 9b35dd099e7e9..dfe35858559aa 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 58f7e36a0ae1a..7a5bc100acbdf 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 3c2719f27c895..51a9301169da0 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 37371ffe2f70e..6a846a66af862 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 f3756b24363fb..6786e732148aa 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 4d5f360916a3d..ebc1a0ad012e6 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 6464beb3d453e..8fbcefce29f9e 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 fd5cb94d4612a..2404b7d702722 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 b850da6ac0ef3..47141cab67807 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 b4dcecae814fa..635fc53cffccd 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 1d0133a414793..97f16f6ab906e 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 0158a37d4d5db..776567225d142 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 e84732bffb4d2..33beee1376471 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 f435ae9f20547..bc0376cfc37f7 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 1353fb93b6872..1faac19d0f770 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 ff33fa8cf84e8..f6c3a6e0526d2 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 134104d490266..890a662c2fb21 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 0f9966eaffb1e..aacf31f01ece4 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 07a0556535d1e..6f3bb8452920a 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 11385966e63f8..bb40baac44b7d 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 b54883f5e68fd..086fe7fe79731 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 0a95e2ac73b6b..a92013799b546 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 6daeafe0f2980..2f14991ea2551 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 9aac2313a83ae..8c9ce2e3ee28f 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 b75771c439ce4..96b0747ef4b00 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 9f4eaac22c071..d99ad274c088b 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 7781d86520fd3..21922ed9183ac 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 6596f09db4127..24a0e510d341f 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 0c4945c7b76f4..90e636a49b2d6 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 8b0f000175c18..adfa440cb9cef 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 531071de1e8a8..9a9ffcd7801ff 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 23a0b52d83e20..c37a16eba8870 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 3e2aab94f5b9e..553adea1431fa 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 5624e52323236..01eccf799cd82 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 7455ac96bede0..ff373f8d33870 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 646715ea6abd5..c25a38fba4c0b 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 c47c56936c209..bc565b8f0b773 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 70703fc268a2b..f35128a0d2060 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 28bcf9366dac1..255f1f5fe85d4 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 0717e196e3df1..624985d35d57b 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 d72636d4fd33c..923d29505ca63 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 75d2945054692..4fa6f66b87adc 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 d85bda4c76dc8..93953396fcaf2 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 1651ae084c376..725e519404b42 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 3ea535535de57..3de9fa19c814c 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 8118699b193d4..0c8b17db81655 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 b800ae3c0a685..940855d40790e 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 2f3f2d42ca360..cfe89da52911f 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 50291783078a7..deb4bee5a08db 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 5934a802f076b..f336131bebc3f 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 17d8a33f6a510..d83f0d95ce199 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 0b06a4bbef424..cc3e4afaa63df 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 8fd35c223f5b3..e348df08b714d 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 2eb9c283f766f..d71a47eaf7b59 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 29e3768b1946d..8fe15d771ed33 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 a52aa50cf5df2..1b0361d1b738c 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 a27ab92fff1e8..8c57fbf2ee65a 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 a7b50f52b87b6..6106360c25abc 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 18981729278ad..bc8eed60e61a7 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 7a466506da0f5..0e3506c9d2014 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 f6b663e143acb..406b77a936e80 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 1616bbbbf394b..04805296d7b34 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 07b6b3b05b0f9..c05aa9e8902a2 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 f6149b06670d1..b3d1581d386d0 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 f21ad26d5ff9c..bcffe28e9e1d8 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 4f89c9cff5c20..222fca2ba98ec 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 82912dbf110ea..6a2f3cafbb69c 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 0caeead2a63d1..2ae2325e2187d 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 c05a071141545..9023bf7e5b16c 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 9536ee796a5cf..bc2f0b0722c3a 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 1dd084f3701fc..0f0f113e1a00b 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 996e25f1ff011..3c336b49db888 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 31472b753d341..eb519fe61a9a1 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 90f895e001de1..79f2bbdb81ce4 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 eef112db9799c..9996191d3a038 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 3ba5bdb69ed6a..3309bf627b7bf 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 c7edeb7c0f443..1c331a045a595 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 c6b425d194fa1..f38b1dbe3623e 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 4b5683a5f942f..d3772cb1c6876 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 ac2b771a36ed4..3f4d51c212745 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 799e759287ef0..f58904d6620ab 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 47acfe173bb6f..b4bf3dd053a17 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 1c384532a21f0..a9a65f4b568a9 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 14e979c764d1c..ff1dc73d53034 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 065febcce43ac..29d7ff4aac0a1 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 e9176d6323c4b..4cfea61e78cc3 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 18e5e40de7450..fa6f702a0555b 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 cdc25d51d18e7..aed287fbc373f 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 2d0f2a56c0469..21d4178f33b3f 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 8c367987fc3f5..b1b2bb6ad4548 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 b3a54bc7d566c..ad0faa367d813 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 b90ba18d5448b..3d24dc53fa8e4 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 f62908c21a491..9ef101bc7fe78 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 62dfe1c03e803..5653dd99be9c0 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 b128b5f422684..d913a806bdd6c 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 0d5f9612f92df..be294c6245185 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 6a49ccf13417e..8bb9d6ed0da90 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 e35d8711c1415..2c0265e864890 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 4c5a4ac435696..bb6af51d3ba43 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 ba61e87fec3fa..bebe0f8a52b5b 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 142bd9f6b2ac2..d0ab4180e5826 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 612a3df1905ee..493a0fff4c108 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 967432844bc22..6cbc6a587d6d8 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 f05796393a8a1..1ef4f63be84cc 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 2214a02c5b0be..9f0e55bd5e254 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 1b81cccd3e754..1c7eff55bd781 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 e7f433819bbb6..d133739b08c74 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 081cf592283ff..4ead51598bc4d 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 77de96f1c4f04..8ede8ce785b7c 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 0a3ddb9b0bba1..4538a4d39da2a 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 1819afd8ce0c6..1dc43913f111e 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 2391e33be2985..c6f8d254bb807 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 c73b12e0b127b..811d85cf5bb67 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 8040231d267c6..5e1023f6c4089 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 50a4634c79130..1a54e7a9782c4 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 fb36ba667126d..27d073e9cd332 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 1358e17986d2f..45fa201fc7560 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 d3560752432a4..02fb086f3eb0a 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 bcb327d6024b2..06d1cc87cd364 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 3247981fb55a3..56bb5662808b3 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 805cce81a10b6..b0d6a24acf666 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 36c95a950ad54..a817931c38f5f 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 702705bb633a0..d5bc8c2a47e98 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 bc88c4e0fef91..2488c3cc16e05 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 e744a518269fa..4cc1f76dc8c85 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 7747fe4b43e0f..a28d4e3ba7116 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 516f691b67d33..2218ce6a28e92 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 eedcdf0cde00c..847d25ea697f4 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 51f25d93df436..0f49fd16236b5 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 b8886045cb7b1..5d40ee51af492 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 396beaa0075cc..c10de4b9f24e9 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 80674c4bae8c4..92227f14dfe27 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 5a66492b20a20..ce71247364cd2 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 85294c74fa699..00ea3ec28c5ee 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 d807cbcb7b032..1759c9b9b8ad0 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 bb48fb77d213b..6954af99ddd2f 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 d62782192d38c..24930d327dfcf 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 4379391917919..b8cb00132038b 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 c13b995cbeaaa..f06eb479c66d8 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 eb30929c909a6..f5065284be3da 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 ef4dbd37a3e31..0df2e4ddffb5d 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 38dd9e2bedaf7..870906c21bb06 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 6529d1624cefb..fced4b9c322d6 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 2d50080d0c0da..9e1aff0bd3079 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 10441d6128023..a643d51d70903 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 57cf19ee75422..dd81962ff0d04 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 08b403eeb35e7..0830d896bc388 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 46f8a522f4b2e..fc2e6d8c862ac 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 bcadf2387e1ed..5e5f78c1f8f6d 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 b14fa5e68bb97..80a9e6a18c28d 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 1552d7b7f2726..e9baf7cae9151 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 0c63b01ae442a..40346932207be 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 1fe6ad73213e5..fcdccf5f80f82 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 a4b7687b0ca06..f1b2a03035485 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 fc6c4bb4c1031..207b861af7f01 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 c683a97cf7f42..8fc17cf0985cc 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 12b9639274b44..68944c46b2f75 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 4a9c529d7031b..ca057e9fe7886 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 cc4675b3975cb..6e2dfec5ac750 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 09e67f5cfe8e6..87ea1f6336624 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 3eef6e3f85a71..35cfcc93af2a2 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 3210dbcdd7321..c2366509dc1e4 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 ca2ab25c1dc7b..2f050e9d3f8f1 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 7c4e7c0c4300f..9c05f3a2ee88d 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 d80741c4984d1..8e319eeef57b0 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 826f6ec3cca14..b8e7a84471da2 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 0330e043486db..ccf7ecad2b412 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 83987e492d9dd..b253594d7a99e 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 a32da30600618..54e75a7845e15 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 e289a721205c4..e0f31ab006361 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 06885da841865..a4713c0239c79 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 54b1faffa5696..cc24df804459c 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 34d061571adc4..dbd99d3f081e3 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 9e507e09cbe0d..d35ad74419384 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 c9404b40ed236..c5a683f7a9239 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 5bed937efea8e..38eda36bc1075 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 4194bfa9b978f..e4b0c1c510ee8 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 e9d5bf182070b..e0a26dc43dac2 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 18cc80c73caa0..d3b5c6cdd497b 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 d23e96b8139af..4353fb395775e 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 fc225a8ab66af..8dda5ca412fb4 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 5bd728c12e313..a17317eaf0d41 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 0044cbc2f96ed..323f6689e46db 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 fdf6001c2b9a8..1b2d51e742d01 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 e5f8b05f95456..bbf115c56d3e3 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 f3db0cf2412e9..51c58813196e6 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 e2ab79c730449..79f3913fbccf1 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 dfb04636af2e8..e3860c3962d1e 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 d8dced262102b..f136a6c92f5b1 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 952ce8e3b1723..f1c4d348e4532 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 f0fcce39940ec..03e3cf32d6ca4 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 8b5ef16d39bf6..2b465b8e374cb 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 01a1e2911d536..e2d6ee5840405 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 650419f1e805d..31171a624a5ab 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 f99d7b777a9a5..fbb68634f001d 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 d52afddc8e63a..82a88241a14dd 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 27cd71bcc6ecd..dbac89ab99715 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 84369c1c0aa41..ac82cdfea9447 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 426df33803a88..95b284fe15379 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 dab75f373a6db..7c1532dcd2fa9 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 3e55e86d12bdb..27f7a5d3cd87e 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 d549aefb9cf27..1a7811827ef3b 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 47bfcf18aabeb..25cb50f0d3bf8 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 cd46c6152fd14..af03d6060b0c2 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 14fb4ce44caf3..ca47f49ffcb25 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 e1c369c2b67d6..748a26f2a77f3 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 2883c8dbbe919..b40b612f06538 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 77b105feb8700..010a98d0662f5 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 1695662365ce1..d73dd11b67323 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 bf8928c7b5fc0..3381d765bc9d3 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 75c4eb34f4afc..fc4122a21d3f2 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 b50822feda59c..9368a92ac4ada 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 052c51f9ca775..6466076a9d9a5 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 aed6de8d79a5a..7e9731abc4862 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 b0ce1974ab5fa..61e1baff03c64 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 10c3bf472cf04..562de17618fe7 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 d5fc4b8b424c6..f5aeceb408ea2 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 7ef0f83625971..bb0bb66e17495 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 0c10e94e7b450..7ab10cd9d4a54 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 494ede60aa136..4a6d5634588b9 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 f794875a4b268..0542532628af0 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 b796dbd799ba7..7de6ad49f13ab 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 38289069684c7..2cb11e190cb86 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 955f7ca3e4ef6..be73ae436b596 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 67e48c8432a53..e1a8f6edf02ee 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 1e3e73395c17f..9fa5da6a3cd18 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 2d0b7f92b60dd..d62782ec4c32e 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 f52366e441d52..533a5be925f8e 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 e642a25973f34..1d0956a511755 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 2b4969ec3ada8..e9746ca4fdcf0 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 86604c956d189..21e8f57be3c5e 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 7d2bf016c6f79..76a98c88a99e6 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 bd71f705431d5..50f1c260a2020 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 3b2f83bdfa99e..aff667540ad20 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 55d50189bddc6..8d5614bae9652 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 ea268d43a8621..eff6fd711d83d 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 90608450270c9..53e1e4724e469 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 85c1aabcb50fd..e6425744452a9 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 8aae4923884fc..c66e0657de653 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 3008a840e2fc9..12783f84eb6a0 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 f0294f363f0c8..2474ec2fb4c0c 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 b156ac6108902..6a8fdb4a5086d 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 40744db420746..ce2c2a041aabb 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 e57ac1917dd63..19b3cf0799512 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 87e2d85bd6157..6c546edb4bfb0 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 73594c2a8733f..150602ba6f3eb 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 dc6289d55bd06..2900bf34fb923 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 f44db7b21a1ba..ee073281dbdeb 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 168f4f093b5b3..39dc0f599da73 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 ff02a6e8ff639..41f2dff3c8a29 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 d4a7eed2d6c30..3edad0d8b9b07 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 e9a2df6a313ab..65f9f52a15923 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 2bce73fafdcd7..c722149122f14 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 69f8dc9ee2911..2098bddbcc7b0 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 3b9fc2f97b352..7f101a0989d30 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 5b11e3992c416..d1d7fc61f974d 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 6e83c00a752dc..b35e27be32183 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 6d95c02a9672c..86b1de705b248 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 2494d5d35f6de..e7149266ed371 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 4a3180f3be638..6d4ef4966efd6 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 7d305f4a012ea..59aa7bd834418 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 1c41bbedb1825..02dfe0024eeed 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 1ee9f718586ea..8000319cacb80 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 521484992df33..91ef6f17329a5 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 5275e82096b81..90b866afbce99 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 98ec26fd430a2..34c09014f7c64 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 05cec5ad27d6b..50bdb16f293fc 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 b1b6dd7c6f708..a35f0adef0ef7 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 deeb7c260c961..e76689e558a6a 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 efa99265c2f5c..94d24621a50ff 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 ef2d95d809438..09276c169122f 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 234d029a04cb2..43595bfac2e3e 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 ea08e9558fcf1..8734d4c3a45f7 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 7485a93001ce9..e6b2df15b2760 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 1fc329d971dd9..ea6bb3d4ab0db 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 7f0a37c268c2c..3f778e4ea4035 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 e6e54bb16e983..eae535f12518e 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 55ac24bd154a9..f37cf6ac552f2 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 924928d414294..2520359b3f8c7 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 8642ed35734f6..06357770f4e75 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 f49a8642cdd92..04af94a879631 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 1a422a5be0b5e..a7025c381d903 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 2d6297130ecc8..67950d3dd5882 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 14f7ca392cf03..268a22c8867c4 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 a3377cbda4bc5..cbcaa14453fe4 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 7c0c592411f68..242c94e1fabd5 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 ddf4f3adb1fd7..bb665a9466990 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 b66446ff95ba7..e5abc5aff892b 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 414bd5fe734c8..913b7d57c5d9b 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 6d8adcecf2704..a148e6e1113f8 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 1dc30e2df4e70..5479a212c8f43 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 9e4d63f73b917..362a4404dc4f4 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 d71d0a01a7268..f69a77bd14d39 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 062dc68eb36df..8a4a0d08d667d 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 e366fd5fcd509..e5944d94935d9 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 449b9ad77d349..0b3986d1a64a2 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 08f7b67dd2cbd..874ef95927b58 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 9b3ae9e73d7b9..a949e45566966 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 2822ec45accf9..f1bc7d820d9d6 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 59369df4bd72b..52daa51817b91 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 bb1eaffa11cb3..478f5703e5b3f 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 9f3fea90be65a..9af1c3090bef6 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 50b420ac05e1a..6efa96898052d 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 9b89ead6a1189..a148a435e42c0 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 80c259962e48e..0c88f26179fe4 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 9ee3b1c027f01..25576043d98d2 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 6030c5df5d0d7..c39cc57877d3a 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 7f9db1a00288d..8afd8fd5d8470 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 a79c0d4721fda..3ce29bfe09cc2 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 f7c4f05248f2b..25d0dda385a38 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 ce08e1242b151..21f1b638bd60b 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 ead3ee619f9b9..bd3ec9268494f 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 cc7a6115d055b..e5e3d80932600 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 c29a039d1d223..2f8bfc9b3c7d6 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 e5796d2fc23e9..c44b6ba19822a 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 b98f39ef48dd2..cae493087b6a5 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 e465c8d3a7206..4e11844b9f722 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 1671127ff6a19..46504fc6e3ec4 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 92ef8452d1bab..376951123b9a0 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 f4647602470f9..2fc7c94e2857c 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 e52601d9cf423..9265e830097bc 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 6e3be4f172d6f..057ddbdc0bac4 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 bad61928c0176..dde9042718b63 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 6a9866079e447..d46fdd0d0f892 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 6efc8f0d77bd1..3df58d5fa75d2 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 197cb2882b385..b37097ae9eea9 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 cf0325c8f3962..2a0322d480ba1 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 3e8e532685424..1276edbeb7212 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 b1b034ff84578..3f381c2ef9d2d 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 eca720f67a67a..8d2685c39b620 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 ffc579ccccd0e..dff2a4692f79c 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 527a84bade947..cff31da0fa961 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 58b2c48a2b22d..383bbeae446de 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 9591935cd4a6c..3ce85682a9815 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 558aa35f2a021..7e55a9f2f7416 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 7dc96aa235a53..8d9bcd454f7fc 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 f93e81f2a60fb..64af9b054c84d 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 39b93605893f4..e3114ba23d246 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 eddaa6ae9eb6e..76051ff2b518c 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 dc8e07327ceb2..2f5006582fa96 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 0e74617820556..140c4f33489b8 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 3f17d0c58ccc2..83ecdd2e3f956 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 d42e0b8e02d89..2449c54e5f810 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 f1ba9e05dc4a0..5f0c4561825cc 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 2f5116c344f3c..24366478a94a2 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 3c32cc1ffac7b..39a5e90352fc9 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 a21494a1622a3..75ffe273ac9cc 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 996c4d22c5ce4..2180b7ff80f28 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 abc347c21cc5b..0b821c10e1eae 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 54c6b15afecac..bf103bc413cb9 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 d7fee069e5a3b..7cb9a417c4f9d 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 f91a48bbe04e6..c99f58dd6e893 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 1cc90714583a0..63ffe1cc6fbb3 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 97dae321fbeb1..c367c066de6f7 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 8200219f9191e..64fcc4f5de74b 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 54d6745cf3aac..16d2c9e96b25a 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 ea65037a086c2..a19247bada67f 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 b31c35a1c6ab9..5467b2542af13 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 491a4ef72448e..4ae902320cc02 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 a9948c4388251..ab0b8fbefae95 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 4bff6332eb138..eb74c3f14d473 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 16103aa74c5a0..95d2e680a625c 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 8a319c36ca43a..6247cfdb41a13 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 1d067e054d6c5..f55d2d88630f9 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 594a4f500b19e..47ba76b5c3e5e 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 b5045cbb6ee5c..dbcb88e0a753d 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 a3936a9d15f55..15857100a4add 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 6158305715732..54f457e8b5162 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 20cc92eff58f0..a15deaaf6f6c3 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 4a11dfc648611..fbde34a99c671 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 d0adebcd92dd5..80432fb064a93 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 62419edcf01e9..1a013fa58b809 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 3f28cbe5820bc..d242ecae2c98e 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 79df77c3a3fd9..6350458c98dbd 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 da1fd3178d33f..f615bf2fc514f 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 b02077fb37f1b..47bc45b2a5291 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 f4fb2152057f3..9fec21ed1f5f0 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 753cb76640f24..16efebc87634a 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 b025e2ec71386..7947ff9ff5ed5 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 c18ab75a0145e..2e0239f264934 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 acd3652ffccc0..d1ab9b9b44d2a 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 380020b78a89d..90706360bdfd7 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 d130bba5c4da7..1cd02b18b962d 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 3e968879d4ac9..182a46fad51c5 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 c8f583140bd53..9380b132ff39b 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 f3269556ddc6b..16e754a8491c4 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 e9547e03b2530..010d9747ce97b 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 7092beca04f0c..bcb1c06fd1de2 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 b4ef30962df5c..9e48181bb3ad1 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 662519e91f48e..5ea1897974672 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 d6b162c46a632..dc742b64987ff 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 c6f5b7c8664e8..4f14b5834e120 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 4dea87fbe1464..1090b73ee5b2a 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 91c9fa29febcc..8b030305b503f 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 2ba06210768c7..c94013229bdba 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 b34fb31a48540..2ee3d71f28c54 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 e790aeeee9e1f..82cc7637c322f 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 bf2e3f132cda5..48d8c8573f27b 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 a76a78e7ec2c9..eae74a88394ee 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 74b3e643a3ef1..db5a8068d2a2f 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 51f4e43da6ce7..f505c0a38c7f6 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 4be963ba25e79..ed3f94ba6271e 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 915a9e5204b42..ad16b1f0fd750 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 f46ae574c15fe..5d65c8dd69c26 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 8188a2db575ef..43a68c031cffd 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 bed16ffb6b5a3..a1365f5c549de 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 15ccf10d7d319..444f6c27e4977 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 2b592ed48aba7..5f6de5c9a43b0 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 0c4ca1c8ca517..9e38013205ca3 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 551cb2d3df278..d0d6f8c36301a 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 2c06ce5435456..dd5abf6b1f3b9 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 5d7181da61750..07121d3e7c931 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 96d636439b750..0a6c309814449 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 bf1a549c04a4b..f49b9c8b6e893 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 992104f514c23..0366e33b7cd26 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 19bebdf1ece79..85993b7bc7b18 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 ba30091fdf1a6..2d289a15d71c2 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 b959fd96c9849..17dd8856fdd02 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 da53fe083f1b0..e0361de4ccd6a 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 19e6d0e23bfe9..dc450510a550e 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 17048f86c700f..bfac7a31d54be 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 39845cc9c2826..65d12e8b14f13 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 8ee658e4f5bad..6358b25bd9e64 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 a04b176fe0320..3f158c4252692 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 14219fa1dbbd2..1710cbc84d874 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 17b770359cad1..78c7337950c55 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 f1af8d5e8101b..88956d57c55a6 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 215a48c53891f..5e30080286fbf 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 dd27bf8019d35..d2b4f9bb347f1 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 40e9957b83946..0aaaa5169e53c 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 25fa85ab5d66e..12da17bfd8adc 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 b96f46bacde45..32baa895994df 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 979ba8394134c..b5fccb6797e31 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 bfcf35bd0e776..6725431842cff 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 40b0532bb7158..704a58a39e4ab 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 bf7f5db97204e..25b531813a9ec 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 803cc8c6b728c..a3bd4a0114591 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 beab4d4cd1fb1..61df96d55a5fc 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 ad27152e07f54..e80f216ae1dc6 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 c3683652e4cc0..cb4073822dd16 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 380e5d72e0c34..4d0b1a80fb623 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 2a010d1de1741..f1e02149bbeea 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 ed5504b56f010..1121d88bb09a7 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 d8f3c3db31259..a0261e61483f4 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 52ab95f984fae..a31d6873c1cd9 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 1d22599e0a619..e601ebf80af78 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 86353a87d1171..9abae003d5780 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 e1b52c32b5bf2..f28727c7b4119 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 d74c6b37a6068..9e3a7c6da7af4 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 5273c3f2bfb8f..3ea5cc6f59a07 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 41a5b08920b2e..9401eca0e0209 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 c5ba05d33c736..48a91beb1a798 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 eded8393075ad..85a859ac593e8 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 3042aded9177e..f55eed318a358 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 3df804f6cd8c3..7a0e7b9904c73 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 dad977e9bc549..b2cb5408f2e4e 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 8a1fa9b9d5e2a..46fe095ce8f3a 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 09218ba6b5f90..357450a127eef 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 7d6fe868bf75a..a1fd4050861e7 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 145cea460a967..2262ed2418d99 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 13a32cedd02fa..3eca8c2367063 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 51e20c1b609e3..dbda42e5033c5 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 37ae586606c60..22f41e4e6dde7 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 56e05e720d337..e9f4ad59a8adc 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 fe65a1fe06f60..3b3c25edde1f4 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 80f81de67fc9c..436cf803ee10d 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 bd42912ec9bf4..338c99833118a 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 b0b585cd886dd..c40f8f111fd62 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 73f3e849d9c7b..7e19c930fa54b 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 07eb086f0f993..46eb2e95bacfb 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 eff8c02a0c79d..1808a6f7d309a 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 68ab951b20687..c8265e38e0f57 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 1d01e00178a7a..89a45a306c010 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 e65e7a131c1e7..cc18a75fb6e55 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 5ac64c0a81438..b6addb5dd2d97 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 2d12413c4553f..3f27688ee8f38 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 bf0e19a7eb739..90fb0b33f369e 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 c27e468f34a0e..a354bd6633e45 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 ca8edfa1c8302..f7660d6015626 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 f4b9d8803b0e1..0ad033bec84e6 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 163787b9b9d23..c3e3c2679aa3b 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 47aa6282086d5..4f95233d14a8e 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 b96f7764d6405..acbeb54929186 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 66a7103d45649..c1dcbc65365d7 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 294a64aa117de..cf415660ec504 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 a6b96bd63b346..0519615c467e7 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 dd5aba57ea94b..933338ed3c437 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 00e10f600c355..9f4bf48162f3e 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 bd1bf4c7153ba..85a67356bbe55 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 fca8e6e662b0e..343f265b5abd5 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 5625ef8361d33..8075a90fea8e2 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 606134137ae5d..e73fbd012e910 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 78011b79ce51b..3e784d18315bb 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 d8dbcea509b14..5a6ae3e0d05bf 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 625182fa1a9b1..ccc260951e1e8 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 6e4ace4d872b2..17f84c2fd799a 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 59e279c0500ee..1862813083fd1 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 4a0d276b65d0e..6aa8198e820bb 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 4f170b9a238a8..ff27c140972d6 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 2b7e40a5d30f8..0a5bda4618f4a 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 f22646cee352a..fe3a07186aaca 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 66f11380ee6d0..de87c5f1403a9 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 d21d92f027bd7..12d62063c3017 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 7131cdba4b3bc..fa3871bef9340 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 cdb4f81c9c81d..b193296d1d5e0 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 45083c1120a5e..8142791d472c7 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 eef4c7b5e8d4d..76854f674270e 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 f6571139a5363..75e348667bebd 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 37469683cad4d..9ccc83ccb0860 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 ce7fc174cf0f8..f768a6c2b7995 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 a82cfcb3bd3cb..eeae3fc817045 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 0797367e36317..e63452babb541 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 001e0d166ef61..fba98f3cc39a2 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 c3f1b2de73a2b..0faf9fc5c6479 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 9d11a7e43f42d..5d5ca6baedee9 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 daeb9b40fa426..b4925a6692aa9 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 440ec1fb25371..d930eb35e0e20 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 47952d544c8c2..9438ede93fdd9 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 fb6af73a6c8ce..e210d0001302a 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 8ed89a7f65fda..f4f7bcec1fd10 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 33de93b8f8b4d..0096a33250379 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 3730d3a11368c..b4905991da0e0 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 3cceae9c6cc5a..bb2ab4e276ee6 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 28ec01de3b586..225ada57034f2 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 9d059e6f9572d..8a5de1f5e8f54 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 5aea21c170399..d4f8fab95d6cf 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 7139fbad926ea..7415ffd13b47d 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 706b4dd722818..a5a98e22e9f38 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 1d8b6a61da824..ccf15ca778d97 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 d8b8aa94a8b50..36b4072426ac3 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 485560b2475da..6afa964ec5216 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 d6e1dbcd10c73..73ce8057d6a5c 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 2e11d4501e024..f7b4874f17f72 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 480119896fcc7..f3d7f65bd245a 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 1168471b7005b..75e080ed0a498 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 cab5023ad3fea..c65d404e6277e 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 4802238a1d822..3d79fe2ad69f5 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 114aec9ff77a5..1fb957ec0ce36 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 9a34d7a0d3aca..ce26b2f7c5a27 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 701c5e116b5e2..29b29f754bfbc 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 1f350b45a26ed..6527d88408cc4 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 466075f119924..340e4f2e5b355 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 d21e1ed31e716..3d8c9f60a8db0 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 80a5bc91bc6a0..20d76c19fc866 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 fe2c2e0c7c7c8..2707da2df3879 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 16f7f0ec1df9a..4017106fc4d07 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 4018133fc9805..df282624b0dbc 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 73fb77dca2797..8155f9396458c 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 21f904dae682f..3c494f9f37e70 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 4bf202c2bcaf8..16385ed6826cc 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 60619cec3196b..4ea0125ed763d 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 58907762a2bc9..68747533755b0 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 4d7e3eb928bbd..962257369450f 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 de22c62e541cb..a5c291bb40e32 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 acfc49c16c9a8..3928fe4440e38 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 26cbc39ef61a8..3f460e572eb67 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 c19f9e7c73af1..338561e88d277 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 d98226fc5ac9a..2f67c5cf3404a 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 c555cabc594f6..ec90d1eec3cce 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 09a05c956833b..d2f67880629f5 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 719ba20e80f6c..b0d907b273670 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 59a40705ef44a..f7ef17393d23a 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 2daaf2da068ab..8479d154b05f4 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 90156df246f67..061327e4aef26 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 98f89db6f6200..b1e223e299517 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 a4cf21f64e9ad..ed0e4ea943e09 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 d652b97951d9f..b50eaf3206478 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 53b37bd1d5d6c..a30fc90998fdb 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 247110b2a9de5..03a874c6b4ea2 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 167ad586bf1fd..c19f030cc1df2 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 d73679cd57e89..1eae4064123ba 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 f5808a3fcdf57..2b5ab7b060272 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 1c4ad74d72720..0e25979bbb023 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 0c7cadde50692..0c7f28305dee3 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 c1ce164c373cd..d745bfac40415 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 572eb4491b72e..8cd1f577a6b85 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 a972822f4dcb4..e63c096d93a8c 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 8d072ca337901..a885d144bcbc7 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 d9eb5f1ae7869..5720567ddf8a9 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 2590e51ef1562..21ab3b30bea43 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 7690b6c914945..0f989fdb081c4 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 bb77c99fc068d..6e819a397d03f 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 f06bb9665ac34..c9b11af507791 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 64963b5bfcb35..d8f6dc10bd4a5 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 2ec5716987944..5674d089efc00 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 01ae1ce905a2f..0ecd2a278ad97 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 6e5e995d95236..7a9b47198f604 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 8ed3a8d7df9e1..5d2b50bd67090 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 cdb35d48223c6..18c41e4bef4c4 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 169c78fbb6cfc..bbc0ece0ec55a 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 b3445d64ada88..0f81b113e0281 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 f79c788e0a9bb..6a6233af5f560 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 15e0612700ca3..23924af5f2a35 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 739f826adcf79..ac8af2341d644 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 7247b3fc10404..1689999c9d057 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 75b4f04bf08a9..896834161a274 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 152e5be1f2af6..90ea27d21cddf 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 cde7d1a85641c..8743fc957e15c 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 3016fe357173a..9c54e97ab4864 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 745a84b7f1960..234e3e4cf2f0f 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 09806330edac0..20a7c5ea966f6 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 e473d3c3b7a22..7080cdf44ca89 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 d28ccd1700dc8..75c498688fd08 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 5f950c84e6b42..e9c56a4bfa2f0 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 8624f33e820f7..ecfc13d88f82d 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 ca539b8c058ae..f7958e13ebd96 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 cdea5b91f7727..c06b3037d7b55 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 b943369a82198..45773d2ad2151 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 36abe2fe9f94d..cf1b12a45d23d 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 15a0d7d1844d2..2fb38ba122adf 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 8c25e179dd926..d76fa3d009fe6 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 ac52d9462d623..1196a5c1cbe2b 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 46fb5af791daf..d8aa21bb38d5c 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 a48f16ae595b3..f4890aff764b9 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 3f069493cf2be..86640db178425 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 763265624e479..547922a662c1b 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 b3454d3f3d750..9a0d8017b37c0 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 0e1036626565e..5881953ef1560 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 ca8d6f7681a59..a6f7bccc20db0 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 fa5ccbe54a025..a19e9dfb26389 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 240250992ada0..eb9fa5516687d 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 bd1b424e97094..0e371217dfd0d 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 5379715d3e3c7..c47787e299ba5 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 7c52e17e1c0bb..0de3204e4cc7f 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 fae2dff9860a8..f54e9cf81badf 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 526c4be0c4242..d46baab064679 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 615d1303aca3a..0b2b782422cf4 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 540b0c1721a68..cc3784bb4f736 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 ef83e7ce04967..9611909a6f70d 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 a65c6d9f661c5..12526d98ff749 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 18abb16ea3b47..8bce8cb1788ba 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 5ac9f9de9694b..29753c386b620 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 f55fd58f1b26d..e8b44e37184a7 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 2c40578248447..b6f579df25059 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 44ea759e799a4..1312d2bf16e2c 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 16b86d0823132..ded6cc04df776 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 6e963ab8e30a4..8035151b71c6e 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 2e2e386452d22..92da09a71eacf 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 b781a18158e4d..bc6120b409530 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 a44cfda75d8d2..dbd963d22d3ce 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 d71862278a201..412406f6dbe75 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 e3b5f6be4403b..4482ae9a746e9 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 3119932cb6770..9ff327ec82ca8 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 081e46af6b2da..776f3a45910f2 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 71ea2d5c584f4..3adf3328a3b74 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 96e428a138c54..4fcf3ff812242 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 0fbdb154db0f7..c5d852f482c40 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 73972fd80a366..9de2564aa2890 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 8f7cc98cc3325..2be2a13b112ff 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 60c2b984e2e3c..885a621d257aa 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 07119c39770fd..e0589d9b88dbc 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 22804b8342eb0..697740bb9b4a2 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 96ba8e99c4a6d..8b591060669d3 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 8d301a23642b9..1a5ab5dc413d8 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 16ff66c814126..69207ded404cd 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 913a8be85924d..68eb978786a64 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 181ea1c29e148..44c7517cdf1bf 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 9266318bd20b2..96bddceb837b9 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 bff2e1b5df53d..944db244e20d5 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 ba4f86f37770e..184c18be42a03 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 22057d9a734ca..61c1d07d69f57 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 c8b25a6c721a3..38a112429fe58 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 cf2c56d360102..21a01191c7441 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 df75efd7047fb..57c8420e60fb3 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 dc605ed227957..0a7bc631de390 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 4276469170aa8..f6290c77614c3 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 6a47a0f4614a4..8c2791c2def64 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 98fbe40eeac64..022987b7a749f 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 38cd1dfee411e..23af86c9d2632 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 4ebe6bbb46bd7..adf275ba95c96 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 7b5779f5c5148..6d432ea13f3e5 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 bbcf5c17d0dab..43886ca9fd255 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 4a9cdd7acbf6d..c11eea8737cad 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 9ce90e45b034a..e409e3ff4aaea 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 cb7a2f340596f..7449e795c96c5 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 b4be3e25fde02..005c88553a7f5 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 727d326396503..5ef89fecc0425 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 2cd2143f742b7..a2466497a0808 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 8f5e80f6e7d7c..fd209982cbf5e 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 099a7ab910f73..0478726623275 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 0278177361667..c69d4613b7037 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 de5675507d150..a3154071050df 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 688ca3957f701..7a18070278a96 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 474ae292448b1..81c32c1a30ccc 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 7ee58196b7431..beaeaa933aeaa 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 54bea53f96da2..bfdb6596bee09 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 6b73f98ef6d46..fc853c200151b 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 187d6008a886f..3d23330a45679 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 a0100cbecfa98..3babcfb398500 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 7fb8704b46697..267919f7b74a2 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 fc378391c71ef..7550412ef45d4 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 ff72c711fa0ee..3097a20c52f44 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 497aab5e149d7..32d1416569dec 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 9b37c65241895..0940857a901e3 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 7013f240672b4..0ed6425ef8ddb 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 10d815e28dcd5..d3ff97efec989 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 301ffe71b037d..fef2572b770de 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 e7caa3d087e3b..f5829646a994a 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 11917056020a3..0e18873ab9864 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 76d5b9671dc2c..0af19b6e8dc1f 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 bc15a068cdcf6..b086f4e74bc26 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 17df733d9e98f..40059d11a1288 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 e38cff97a9094..752c1ea0dfbc9 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 bbcd8d44c54b3..57092ec877db2 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 14816861121d0..890ec7d039e37 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 517a57e808601..e56f56512e6bf 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 f1c74067cbcfc..405c5152c690f 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 310a2969edb3b..58036e7203d07 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 d52cc170c71b1..1e044576a4127 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 5c1816e38c856..e928d0ea73f8f 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 5de855c93aa4d..ab59adffb80c3 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 5d61fbe876e7e..50588c7699ff7 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 3f3373ecc5a39..2fd63f7b3ce83 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 b28599d1e3894..f1fa9fc7ccb2b 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 cc25c44e55b9f..0d902f49d000a 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 58b068d326eeb..94a9175d23dbb 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 feb7b8e43ebc2..dfef6278a92ae 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 d6596508c7284..2ba8112ac5e0f 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 c3b960d4a2d58..3cec5a18de164 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 ad6f2dea8153b..a783cf06ce147 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 e905fb107e1f5..d07168abb8983 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 a508466e14808..b0b0ba5489645 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 89e7ef9476648..7aabb9f1c7097 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 b067dffbf9105..ca988d3fa40db 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 34c569d531b9b..b05a56b693210 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 ca389576988d9..f24b96537137f 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 b0913bcf29c60..8220fd201d6e1 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 0fbbc23c9b0b6..b44276d945fbb 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 0f9ea7c59258b..e0942316b014b 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 b0bfb42f539c0..653af156843d6 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 e9cc05473ab36..97886c366b2bd 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 e60629870ecb6..02a00847e2422 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 9fd287342a9dd..e8d301cc82b5a 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 2a452eebfe3a4..c838ce50d0e62 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 35567e0e020cd..45790042a9f13 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 38a4115054245..e65f43cfd0291 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 f948cdba2e2b3..394dcf1da2e4c 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 4584be8edecd9..10aae58865c9a 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 d62a4ac6267a3..081a0f0b03ed2 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 a85c0cb36de06..c8d8af3213def 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 619959b1b75f5..d9d064d61965b 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 eb73297c0b94f..d8479da73720d 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 2273521d5245b..e93c101c61e1e 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 6738b98761a4d..360cb847fa67c 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 dd6f2e515c79d..e6ce641e865f7 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 0dba5720effac..61a64f37704ee 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 0a7703949347c..45cab2dcc4d29 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 dcb437d1e8ea2..d52b6ef6eb158 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 4e605f0a12896..ba48bfbd58d33 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 5ab0ace45f11d..b35ede7f80cca 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 dd5b6edcbdaa2..81a7e4248138a 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 c9145a94a9427..8d1f60cafbb66 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 778ccb9339e9b..5fae66658b51e 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 240e990801d21..7b5a55b4fe9dd 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 1c2016b0f2e34..055f1bd3461aa 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 9260ba8dc3011..5f2ddeb0bc913 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 2381ad8b3ac54..6da7962cf5ca1 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 9337266446067..7549a6c2731b4 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 081af23270ed7..99e1da08fd897 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 02f5a05eecc8e..93d96ec8aa2d8 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 318343ee3dad5..d41223cd56496 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 049208a09a795..4857fc1d8d23e 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 f08d25669d934..fcbd68b8b6348 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 e622797e6cbfe..5da9586cc6afb 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 2de635394dd30..c56017458dc12 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 e08ee435b113e..4aaee8292845f 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 ef044f8ebf433..97dbdd0edc6ad 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 85b374cd3f9f7..5b6bf1fc9e4c2 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 00f75b87ddc7d..a45cf85e0e6bb 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 2114c1d333fa4..8f1c810631d18 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 600834c6929df..d5b10445474c7 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 a3608942e8abd..a074e51ec9d51 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 bfda0136de05e..8a8cfbb092686 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 0ad95e44a0867..2e87230f8d4cf 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 2df8ecae09990..2a921ae9bc148 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 fb9b03f30d5dd..1789ce1b2a13a 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 1ec2930816022..22bd139030ac4 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 9736b943804c1..e508afcdcf902 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 58164f4dc5833..3659dc4dfe565 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 1b91e278475f8..9273913fbf488 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 7546b6578bd46..2249c11b8b6c0 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 91b0a769d0deb..29c3f02f5335d 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 4fe90c7c311bc..bb5abcdfda40e 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 fa1a086746850..ac0768e68bec3 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 bbb62cd9a8f9a..aa3633d865195 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 0f8e33213fa57..7ca586fee36fd 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 fb305b11ed8b1..8702f8a389214 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 bb441dac6bad2..d83a6f746a0ed 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 7d5429e703ede..9b3efbde648ea 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 5a9da9b034f33..f8fc862f549f6 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 2c41b30a4bc20..8e0b25fadd204 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 20ca8b92e570f..f520b60d79e0b 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 f8f921cd0ff3e..262dca1e41ade 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 4735df0d63781..10f09271c8517 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 7f48f97d7ac3c..31cb06f01931d 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 9fb425d046ba0..dbf3c42915f7f 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 027752e14944f..c5054ebd5977b 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 592f1380cde7d..ddcb707293f74 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 4cb74d85c88cb..6357f06b9fbca 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 c204d09b16b6e..23f9d455f38c2 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 c336dd890303d..acafdb8a7e95f 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 088cd749f9df8..cfeb779079b84 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 fbbfa1fb0d9c2..12ab142fb5548 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 399c1e9e2fa99..e44c211fe7e88 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 90d72c26f3290..4a1768c564179 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 85d177ad8a0a4..76621a202bb0a 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 d4bd620927666..7706f6296bbab 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 aa2afc61909d9..6392fe0c42169 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 a0c35f760b482..1fcbd1ff728df 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 c6be6e81d5916..194cf99e46f0e 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 eb49020c08f94..714b97ae1b032 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 d62488f19b211..0e7d728dbe803 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 ed61a0e55f152..89dcf2fbdaf3f 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 b3772cee6f528..158b8ec98fcee 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 617071cb6c371..76fd09f79d095 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 af43ca7b2883e..832ea88162652 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 6158a6988a530..b49482ca1c4ef 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 50f38fa587895..29b67d117a31e 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 76ed7e0804e45..58a5d46cb3f90 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 f9f7be39739f8..dacdb25313626 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 5da073d01bd25..c051b3db57f5e 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 1f51345452e36..c9deab8257387 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 764dd9a7ad2ee..e652fbfe4e55a 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 eef33daa1a33a..f6d399ea272f6 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 5eb6e942513a7..59084604c53ca 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 09a8a07d379ab..853cb0c62d780 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 e35539d2d5f89..d368c046242fd 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 25f6f76318f4a..f3e21515daaf1 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 e753c52f7467f..b616a3fd9c893 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 e900363c40946..f04a583afcf9f 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 ee6ed1c8557bd..6358ca3530d06 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 224dff7375926..c74db42642348 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 b10ffc8f01845..63695ddef5b7b 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 0799783dd740b..c80a1afaa4e2d 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 f1335be9c2012..0062c815693fa 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 9b9e667bbbc68..6f34e5bd0f1b9 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 551f71dcc51cc..381c00262b132 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 f4100ee0abb79..03514e0c2f69d 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 4ba44d9dfb6dc..a0574a5273e47 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 5d9a5f951f476..5ae1777014268 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 c70ee2006355f..6b62270349698 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 c6c9c6773a65b..91fbbdacedf65 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 373aa451e2243..b3b41d8367ad5 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 8e455c4e7bf36..08fd3e3bd5ae1 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 b54036698c753..e127603a57efe 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 9b57361d7e1c7..18c33cf344e06 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 86b1439cafbce..1786ace27c5e3 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 e901df4dd5e76..58b5e4c990f6c 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 6c89b9b415737..ecf699d9e5bdb 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 70f6509716137..1dd871b6ab886 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 6e497070bd071..9fac481237a85 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 891c59e883e6b..a122acf3024ba 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 d16da9734c6b0..b39a6d654c689 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 36ef7e01d6692..fcdb06a203ea5 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 b0e7ef363386a..ca98e3acc8578 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 b875500e81679..1d1c5d92152ef 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 53efc4fde9bb6..9399b9442ff63 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 fe161c6332f47..34df3f9d71de6 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 31fb04b3fca08..64d1e799336bc 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 b79421b5d3993..143e98fc7cb4b 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 8f7cbfeacc26d..49dce7d460dfb 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 88977c5c8c98f..62c9ea77ea3fd 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 1f71abc7151f0..8c90c03464588 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 e5144806e5ffd..8d720be5f7064 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 0ac26234db5f5..6dd523453a726 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 7a536154c7305..05770f1e15af7 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 352f169298860..9f5514ac75638 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 3a72310ff43bf..ced2d334be17d 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 a612592cefa84..1dec2378432e4 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 200afa8e7665b..358910e2101dc 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 d6adb9c162fa4..8f1ca77f5f84a 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 1c31b57835ac5..b1ef4faaab3af 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 2a5a28998fb35..5ba240b128985 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 328d786093b1f..c09118dc99fa4 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 4834fd53133b0..de6991dd6b414 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 63d92dd7004eb..5ab6ce2a131ad 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 04f18b58d4681..8671a14638fbb 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 3393ac181a03b..4fe5b32d0515a 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 0a37023383c6b..5ecbd71bcd494 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 3ead8f841428b..1320f1bc42681 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 1f4453b8d1b39..a4d162d6ba9d9 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 86fe006e5243e..f3516bb39463e 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 bea50a6fc6ec8..b27ffe3cde32a 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 753f379f170ef..2b7d56dd5ba65 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 d004e07e7482c..f9e53fcb50025 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 196c8fcee3818..c565dc960f813 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 a77f5014bc8d6..72f82f92f4553 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 f3691351152ff..73b3345729d52 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 a72a558a3a62e..b316eff7f380d 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 93c4efbdbfc74..6ea394a9ae8e8 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 6eb30fa91f982..68d3bb33786ef 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 7f5c6e01786ba..eba7d03854ab1 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 2005d627ebfd5..7c470cdb10419 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 cc77e5660ab9f..9e93055ebdf25 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 28d7027dda354..10a71992b6e21 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 0d6f57362465e..dabe8b9aa9e3f 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 aab30e15d8ce8..12468ec113142 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 f050f0df42b17..26f2f0a1d689c 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 72ebdd44aefe6..ae7357665bd69 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 107224d4d4b76..eba97b6c29bd1 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 e1970ffa191d3..b9dfd12a89397 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 6b140fb558f8f..81c277515fa6f 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 5c714a2298a76..48d6706dffcba 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 8d9a60a4db050..157036c26447f 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 0fbcb40d2b752..db301c946f5b5 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 e222f5e6f490a..e46daaa3dbcee 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 b197d94c1a285..939f5b08b6e31 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 3c8a7fa611262..ac2b709b1905f 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 e498e896099d5..3c50e87b2cf81 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 ba9e745b87368..62f12c025099b 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 3761921562530..ed202019e4f06 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 b019335a9110f..27fea3783283d 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 2c9aceab2f44a..322afbee70ca0 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 1b0bcb25c2d50..7dc7be4bf27e3 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 d4e007693dc71..d25226743d807 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 4bc664a0a24ab..2b71186e3386f 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 6ef5b95d6aa95..3c4cf0ea2b6e0 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 94319708c05e0..721431e033520 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 f662ee53f94c4..d29dfe6cbd0d6 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 287fe4e8aa6d0..f9a08e6c9fdd7 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 7acc595e6f4af..e2a8824e96f02 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 5e47825c181ba..c035f49ab60b5 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 2a24f41833350..f34faeb998017 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 22cc338f1eed6..1b47006701edb 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 f497cdaad00fd..f9f27603fc0fa 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 dc6de02228366..a2f01dadaec35 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 a54f1ad18b145..5e1027be580d5 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 cd61c0b59281e..3e353c25c8263 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 f54c53ddb83f1..fa73e5129f4c2 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 b2884af533bf4..8fda1ca453668 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 2b740bbc317c2..77965ac69a28b 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 bc864f6634137..eae5362bf467c 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 dbb0790628086..f95f06c4c2035 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 8b2ab0f27cc82..e94ca72c9e6a3 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 219bff6acca70..fdcbf61566ca5 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 25e2b17860cae..8bf24dcae299f 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 f980da9947c9c..0c3a4b01813e9 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 38ad8a4edccc3..f806051e2137c 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 fc75e4a33e8a8..6732706a2f810 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 108bda0dea172..87d66d7342639 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 e6d921cba40eb..fbaa4705a94b5 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 0754fb02046be..ceec0c87fbbbc 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 ac259c21e683e..67166373965d4 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 76cb3c57f644c..0b00e5317f6dc 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 d55fcc0a8dcc9..7baad3d59074c 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 95c9ce4f9c3b4..3ebcc5e99a269 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 2f3db162ba91b..0d40f92764ad8 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 7b652a9e2fa58..ce27a189ef3c0 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 95e20b66bc934..a49fadf85da47 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 908ff59a42d75..25b7364a1c234 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 aef5937c6a205..0e37caf4c08a8 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 c30847d16348b..8c4a0afd3c5cd 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 2125d53d815f7..215015c9d9816 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 320b43d424b9e..34f98ac583f86 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 9e9108a5f1932..54aefb341d1ed 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 8bc776c9bcb3e..846611808b7dd 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 8c423a68ac418..6845e5e1e5efb 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 6e82de44ead10..225a0ea635c0f 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 0c4221b1d4af4..f999fd1417b24 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 295522e6d8cc3..b89d7b714341e 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 0fd196ffb830e..cee71650396f7 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 be202142e5c43..fcb3cf98e5b9e 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 e06e33aaaa27b..a83ed87bfc072 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 60eb56702bf9f..ec9d0a55f25b4 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 f53c07e34a987..f6d945900f4f8 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 ab9aaa50469ed..d0827badb7e10 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 616e89a8b61db..ffadf9c4f8cd9 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 43149c7c091e1..84afcc91d45ba 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 be6227c07fe29..47430a3df8588 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 bddf24bd33a31..a68c965f5eb83 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 75490ea19dcd1..f4dc307954131 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 1fd31876cadbd..93c02fa4481ed 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 6ab2ff05da14a..fab20b464e65c 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 83258c7847098..a47d1e04af6d1 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 a322bb65e71ba..2c673e7d17bae 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 3f2b757473196..02f1002440e42 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 8aa163898d61f..db07ed6a9e3e0 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 fe7b9c012b585..febd911ece0cb 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 17f54f3831c14..7ae5d9d0192c1 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 1e58c07fc8ce1..46b827af0faa5 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 1ed19b0b77d2d..00192cd909116 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 9ae552d12f0ba..4b4750ce004a1 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 145542a241b9c..282027caecc0e 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 a95832a2975bd..c2517317ae271 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 e4bf4bdd924c9..745fd502d9a17 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 fcd38548330ab..1770fff432aed 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 cfdabbd145ef5..60bef67813592 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 7fd2779105326..f71c9d932dbfd 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 836a3b1a42f07..43eb347be5cde 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 585ee20834589..d0755e5c0123e 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 fd3eac076da5e..8887ffaedac4a 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 813688922bb08..9952dfe7209dd 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 b741828b0d7a4..c03d407a7a6cd 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 4a0c22965a5ca..09ca28524ec28 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 295c747971a25..7f7f9df33af70 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 35ebf02df30aa..dac83fee703d3 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 5532cec2e3945..2e400cb9e8402 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 4b1339d60e9a1..ab45a5459a298 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 310198f9d8026..2ab150ddc0d3f 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 4ea29219fcbc9..6e639163ace86 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 513932891b6cb..663f7d673b9e8 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 fa098c99077a4..bcdb7fa8a9883 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 a5a26d55a04d6..b60afdf34689b 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 aec4993a75312..1c6e651d3a5bb 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 1c495d87b8ad6..07a67691c7bcf 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 d79fde9f0c947..368b5f66d75c8 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 a22112392b2ba..380737ecafa36 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 18428be0dbf97..93a9f598be199 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 23e8751e6a99e..18e7457f17202 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 9d61d2aedbd42..de14a91e4867c 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 4e5aef64ee83b..cb24190e3d890 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 eeef0025c341e..192bebfca7276 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 3eb4587e5d008..481af65a25101 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 823d9fdf540ed..9012ae79f0e23 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 18fb8f132f5f3..411e5ae7d6217 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 1a5e23cbbd5a1..e42debfbd78df 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 37d1a16651d0a..c2b990f236195 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 9102587ada9c4..14854f4a616c2 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 d1a62e8bcc75b..a36d41ae1b73f 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 49d398962e03a..f5c7d2275b1f5 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 aae1fd3326c1e..34950bdda486c 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 865386fb978c1..ee2ff9141eec1 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 35741fd9ae999..3fa6faf5ff77f 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 2ac1bc2a67190..7f542b84ad6a2 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 57cad51fa78d1..ba75aff96269c 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 97f6702db0c65..a029d26590b94 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 d456be18b6007..fc187b35fa7c4 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 6ba34406ab6fc..a3aa1ad684091 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 aa1439c7557ba..a90bfe058baf2 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 998c920719ea2..27d3f5adf8757 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 44ef850916e81..f8f74bd4b621a 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 40ddb2ad50381..fccbbc3497afd 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 470341e2b84e6..f3eec2700c011 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 44b3e133bb254..3bc762549e44e 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 fff9c34bf2eed..cef18375df591 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 4aa336af4ef23..30c095dbaad2b 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 ff8b1c2c1fa72..0a14e437418c1 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 7164624cc8d9f..a166aca0ec9dd 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 fda1e42951a55..ecf36711a3de9 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 18e4f1cdf3139..2f017fb7177b9 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 d90df3dbdf4f6..25e2f15d1e08c 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 5315820314b96..7eeac681a7b7a 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 48a8be52b50a3..c701b25f30aeb 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 dda3b35fad6df..1dbe404e9c092 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 57ebe5778753d..dbf6c10854426 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 5028a8f025902..c05ce7526c0c4 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 2a2a62746ca33..8b9d764ba8557 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 7c577080d41e2..9cdae9815dd11 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 df25fb50458cb..ef9bf92a4452d 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 7a44d4313ca57..29d22a9844197 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 a03c300f38cb5..80a87f22f7cd5 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 3a97fe956b974..ccdc168652f9c 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 ab62a89c4f27e..88a58a5798975 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 49d2e04a4edfd..e6c1108f5fcb7 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 75e6b84ac4b1d..9673007b56e49 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 a3e1f042aaa9e..c6b235715743d 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 855196fa2f8d7..ec0d9ddbc50f1 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 8479be7df9e7d..8fcbbc8d34540 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 5ff25ad0ba0ff..b63dd1053df53 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 8c2063795ac5d..050c59694e7fe 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 2b29bdd4ecf9b..d7c27a311e908 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 bdf4bbe6005bc..22e8d24b03846 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 0bab59e84d704..219c8fad5a336 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 8886ab69c3a3a..bb24e4b064851 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 1bdd11bcc0afa..ccc1df11dc784 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 02097685e1c33..14f11b54b4b6b 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 23b583efa9939..d35d9ea459f45 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 a25e4d3285899..d792b62b067cc 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 d359927535cf5..a32ab6d8ae0b4 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 a50dc28a34505..27c0ffd11795f 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 41d78051632ff..559443c4fc028 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 fdf09aaf789aa..68c5f129b1f22 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 46e26cf278e3c..9ccb150bd5f14 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 508fb8b66db43..4c8ecfe0d7cbd 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 487c283492fc8..9557fa48e63fb 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 58f6857ccb5ba..0b6ee554ffb1f 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 dd19c778544de..3114f77d66cd2 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 5b7ccab628718..344b59fa71bf4 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 ffcf0839b7536..a8615f1543afc 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 cc6496f808032..11a79ab784569 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 eb23b3fee1e2f..fcab5a07bf94c 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 66c2e48d88c41..5bf15a0760787 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 3814feef35508..05d086a9d4d31 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 57fb6ee46d4c5..36a1e26cc7289 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 36b9780b2508b..ebd5bca57571d 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 70c7ad71c7062..b65164ee0899d 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 6f69ea17d2962..17f637d504a5b 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 1f23100e19622..ab372825b5966 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 fa355938629d8..3d4d03f5e43e3 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 52c6b5152b279..47f5a8d32de8b 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 50cca957443eb..469dfc9553a4b 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 da031d94b9867..07931f45501b2 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 4384b12f5d88f..e9fea20051d6f 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 04b8efc1e63e2..0f6028e02b783 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 cfc9a0b9de85c..81dc4e913ad6a 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 4ae901795ec38..4e9fa9599a606 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 d867a0149d88f..8a1b8e54ce00f 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 6270f74879826..c837ba6492004 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 d8170c2b392cb..ec7b41fc7af4b 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 de19a0393c034..1db4e49432900 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 f1a419b0b3180..b4dcd0f15b377 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 0986e65da08e0..2eafb797e6edc 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 58ba2b8db21cb..5fa698dd862f7 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 cd17094a2b3ee..5a38bbcf55b99 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 28a42467a5c65..efa91d542a895 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 5ee7e55d4d815..c82b16fed1fb8 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 c31b2393b6555..045f9409bd98e 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 fa8351590b51f..5d071092172b4 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 69ec9403a369e..fc24b59c6586f 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 d3ab5b6f39fcd..7fdc888828b84 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 fc7657c80450b..2889f455f01c9 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 b5a5cfc2dfc5e..53f82742ce779 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 b4672fe389bff..f65ffb3557e60 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 e7c83c5d9da5d..5302273142c1e 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 289be9e7be7fb..b35bbba335a40 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 521400e977b51..c53ad00db9b53 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 c89177b130b60..92dcfe33e3dc8 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 83f1d771f0e83..71cd9ef997afa 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 c37343fe0b652..eefe4e0bbb693 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 517fe46308e33..315dbaa4a85ec 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 6b176737c9178..900fe3b3bafb1 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 ab9faee4c364b..07347ae2a28d7 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 15018a7a9ea9b..53896e3b00ee1 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 034990eec6407..08e36b5b8c069 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 fb6306fef29ab..342930fc09abc 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 f37801cd522b4..277ac5523db02 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 a0a307ad82499..2a98c4c2cf74f 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 8ff340c0bb9fb..ad34d0a5affde 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 ec67a3b112c2f..8adca96ef8fbd 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 974144624d236..4dcb8a9c337dd 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 7b16ec11cb71a..e64cddc53faa7 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 f8e70c0287a44..46dccc8938ae5 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 48c89c9668382..de613422d733b 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 190fd76064de7..609f909c3c90e 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 82e1667421add..026ff2395b2b4 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 e80f54528ff0f..0f67e0140ca43 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 5d86eee2bc368..5963ffb467512 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 957154c350bfd..3ddda26c7e9d9 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 e7276bcb9beaf..dc77e067f6981 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 b8955206818de..dc0169b18a78e 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 27e577d4dede1..f781aead1fa2f 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 9d8db2449e11e..baa9d41bb2517 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 f0666d650dccd..e774f309ec082 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 8bf5d62b67f8d..c71ca1f9dec8c 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 d3b21680ab045..cbcd9478c7124 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 415c00a1032bf..a0b956dc6f777 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 3a40b4cced515..14bdf31b163c9 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 330a17e548f24..e05e9739dda32 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 898293eedeaac..0355b5d830820 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 f82731bcf4970..12b83fa45d450 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 efb8f8cec6b50..b56e3de2e9f36 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 35b7980b52e30..c89689ea762e0 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 d2a61e9ef8188..8d5d3fbcf2447 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 f02db2b13ae06..68a550748e238 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 99402d18e5e6f..3ceb77aacccde 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 69067baf4d0af..a31419625a57d 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 cee588a967da8..680b80f60c008 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 2825154c02e64..a29bcba5e9a19 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 e38207e977a81..6836d6db33f59 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 c370b6dffb0e7..ce917fce7f87b 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 bbf7490429785..899f4cc3234bf 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 621ca793c4449..c25cecb6d4740 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 f4d5afdddc151..cbf12dffa8900 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 2a8890fc9334c..5118d8de1ff83 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 27e5a358fea6f..404b95ca6924b 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 e3bdc4bd998d1..f6e9877b5e20e 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 3fa3537446306..87d8cff4a90ab 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 65b8c48da05cc..7a42f992580b1 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 8e308d0576d61..45f5d0b3fdb3c 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 ee9757e2ec2bd..4d022bc78dc2d 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 88b1139c299e6..b505dcfdd459d 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 1d086376ea8a0..f10621b24238e 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 b8108b8d895dc..fa3afabcb1759 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 37e15e620d727..dea219549e75e 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 675d0ebf5cad3..c3ae84beb4eee 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 990c88a0e2a23..b67e279cde3d9 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 4b369f061e2f5..35c5118fd8792 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 26538954e17fa..89224f8a892cb 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 f5233cd2c680d..4b18f443944c3 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 af6f4dd82d2cb..7a02b242ce3eb 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 43c1128cb9da5..b49621bb034c0 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 8fa3c3803790a..165a311fcc6bf 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 c64b1b7036983..01e305401444c 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 29874ddf837f0..1578c7ea8ec20 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 a691543cc9e57..c6a9e24beda8b 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 b03d7bbbce63a..9005eea4df4b7 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 f02ae49403fe0..562b6ebc8ef21 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 3f7e1f5de8de8..07b1b18ec37e2 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 11e20ddfc692d..7cd29915e8e1e 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 e919bdd4bde98..fd7d70929febd 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 fa57cbc05b042..b1bb90f0ef344 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 b5f8794865ec8..7eab985f9e355 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 3c1227f22adaf..516a724cb4d50 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 c4c5a880e6787..8ab5d04e1ea38 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 51cedef74853f..c7b0f8f91b291 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 1b6f0d24fb11b..10e5d0fa681ee 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 8af551208f5ac..dd1724c57141f 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 ad0b08939a0a3..d12881629b8e3 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 54d15dfe3b339..a6ffad70ef23e 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 0d350772cf978..433482e14c20c 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 98efc6e63aa5c..bf29794be3afe 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 706b56e798da5..6f1178505bb05 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 ff6d84c2e69d9..b02366a93470d 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 fe811e8e1aab9..42b0aae91e51b 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 d055447ffe7d9..9ec70a57b701f 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 4885d25ba6d8e..1ae4137935733 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 6ebc9ddea4620..ab1b47243c910 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 a2d0e88b737ca..fdca98fd1d9f2 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 167654af1afb7..4092ec55151c0 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 82fd7f4cb5543..821ac6c400761 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 921047595ffe7..80d523bb004ca 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 0935c387942fe..634e05ba58a00 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 d09b08c18d4ab..566aa70a10e50 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 b3f24a0eaca34..b10dbb7501a06 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 d10dd2e37bfb0..1d60393a86f33 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 7501b047cac1d..07cb00024dff2 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 62bb8ffe46c4e..c3b39c2e1b828 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 d4b36991df771..33d0ccb18a7b1 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 537fc37870d71..34dc5c0d68f8e 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 fdd8968a2f9fc..36b730809ffb1 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 ecbf1651b70b1..52d235ca1e143 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 1fa85151bf8de..09a52dce6b9d1 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 76c5f7259d3a1..fa46f842f9ffb 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 c8457bfac9451..84cdfd574ff51 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 4011c5578d70e..707edc14357e8 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 2e42cd1f28b70..c44f8a1733242 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 9bad775e531af..f674dcd25808f 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 3a5258708b680..a15755bead742 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 405d4bcea6f02..12cf704316318 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 8ba43642a5fa3..b8723e06a6162 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 a7b25129253f5..acf3727fd1156 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 d1fbd465090c5..3182057c6da64 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 b88baf4a98e59..6418cad2ddf56 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 7f584910850f3..5265152d22f23 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 bf682766bc350..8d2bc94fc81cf 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 206fa9a2095d5..1b96f44432b11 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 e9fa1323c718b..33bcb19c45a0d 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 a2bd96be3b3aa..339f450220583 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 49de9433f7103..98cbb8e3493b4 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 5d369c617d085..8c97b585d91fb 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 b28da793754e1..e1ce77ca761bf 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 5fcc8399a7fc2..7fde4e0851227 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 de9f8cabe5879..3eb392895346b 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 c5ea92e3e7b13..682acf84683c9 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 f57c513f2dfff..a6c0a4136ea4e 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 28045d0e2c56c..fc0b16d485123 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 856be76dab392..0b13f2221995c 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 9d503aa8426b0..43ec44b6ace8d 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 4e3bf12b8888b..ed6faca073d57 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 196cce99b1b3c..c3b250d02a220 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 9f6f349207d61..7c5eb4504143f 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 9b188eee632ac..625b7395b1561 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 d654d9040c9df..5172d2d27b322 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 3b209172b8123..1db64b3263944 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 5e10af4d84742..6d4e0eee64470 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 cf149f57d6465..e3e0ae931899f 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 a56f80abf0f2e..b53a3d99a138f 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 e24507645ce4a..1c3fe244b4fcd 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 289691fe7e156..fcc25a5a4dac7 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 11d31bb05258a..4381d0952d0e4 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 3025ac354a86f..44777bf038939 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 c703f2779048b..9e3edddac0f7a 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 6eb51e77fdcca..0c7f9124c5361 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 e9e89cd2e36a0..f5c40ccbf3a66 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 0cbd98ed4ccb3..dbdbfd5f8b431 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 f3b6b121c3cf4..33018f40b1aaa 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 aedbd6b9db9d8..0b9a80383e9f6 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 e2eaf5f079a05..40ccb924f62b6 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 9d177962edbaa..fae511a4f2b20 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 1161eb617fdaf..aa9edc008e60b 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 c6fc0385e3345..1648ba5d41f34 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 387b8e91dc118..a1a833fe91a69 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 510a605d7f13b..77d5e7705f91a 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 440a0c608768b..920af263ada5c 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 62762bb696d09..5af0f4f070be2 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 68aabe00774a6..08e5993937507 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 6ebac92db35c5..0b79283e56863 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 ad1d186d7163a..30dc59c306493 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 7ecf6156102fe..bb69ceb852379 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 f67c59a548d78..49f8879df12ae 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 271aaa640b65b..3a557a157c4ac 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 89a1f9983426b..c41af450d16c1 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 a65bb5ff8d4f0..4e54b1646e4e0 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 07df45199fba4..6fc6e81ea539b 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 3f75e11c16841..d43b7cdddb22f 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 6d69be36eb99c..62466525822e8 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 00201c8204287..a0ba95f37e996 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 60f5295a652c9..89ea67d14aa29 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 06293034b3795..87bba208d066b 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 4f6e9de9f011e..da878d235436e 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 b3e01a7b657c4..dce27d3de6b53 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 23c731c227046..b96b62b24d11d 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 23bd925eb4fda..14e2a35d9bb16 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 f46db18c250e5..587beb837a8b8 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 5e18e4e4f0b87..599ce9e73b2d6 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 ec5cbcbd5a4d9..bbe6ecb10eb5d 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 c07a09c05cb83..c6d23e269cfcc 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 1f775d88e1646..763635acea1ed 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 893e040ec6cd3..6a4f457cba27e 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 a9aaa293f95a4..503e500e9f3ec 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 554b9be6c8924..6fba9252455f1 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 0522d56a0339b..b454da39fd6d5 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 a5f2e3d84d9a6..ed431edc64611 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 a934db575a81c..c66d950dc3423 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 5aaa95553065b..57c775e7ac8a9 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 d7049ae183300..c23fe4abc2f14 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 c62c49df39d92..2be9067004a1a 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 8cf18c9a2b5bc..07a84ebcc6966 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 9c109175fe5e0..326570364ff83 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 bb2861429946d..08589cf4fa7a2 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 bbad892c375a7..e4c4e769ff3b7 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 947fb4bb0f4c6..b1d5a59e36903 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 268081fd113c9..1275dbf4f3f95 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 e5c360f0432ae..3ae8da31f8ab0 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 c451241f17590..41afbba42606b 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 83ab7442a0304..3ca25c7cb485b 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 2e6d77272403d..f05b68f73b527 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 15490b223a9c0..69e1e456090b0 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 1f0164cacfd7f..d3ff7f67c4127 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 6242b5884c558..1f0ed2f8ed11a 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 d75c1d87a5e0e..5cf954f1ef8d8 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 e2fbaae74e06d..f6838e3913f9d 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 9347e03843293..e4c0f88c56ecf 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 879842996d2d3..2a0fce21f2652 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 30aa41d62c165..b15219ce662cd 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 4193ed57bdcef..eb3286ed24ea6 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 be8c8797785e7..158cdca013e45 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 bde0996ecf6eb..f186ff4ccf67c 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 93fc3a411b67d..191bb36c24e31 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 80963aa3b92d2..76b1d49444ac4 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 9ad0eeaba4737..3f302d0943f26 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 f665555239037..ee1593f75eee0 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 35446602ae5fe..30e14c8fa83b7 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 8a976262c1b5d..20e2e251c4734 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 961a11dacebbf..32084d2ff8319 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 c9b5b0d68735a..b03e9a003c8d0 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 b531d3794d126..edc19c2e6973c 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 aefeda69362ab..b734dc6ecf105 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 de5e3ae212126..083ba6186c0f4 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 fced9c4c27613..21b2893613ebd 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 198b9edbc8f52..7017424c47ef2 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 ef093dee93e81..60d19515097a4 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 073fef1769f78..a5df9e11558a8 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 8346c8eeeca60..46e0cba304d3a 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 45520f36c207d..5e2d258ec150e 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 ca7a8c7c89e46..a251d9c2e096c 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 2ada9effda26e..a13e9f24b9111 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 311ad299ee101..40530feed709e 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 f29e6bd853dcf..7467b0ca43ca4 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 3f4fd7e4cd059..a590662940614 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 c87377cc4417a..12c687f30e1b5 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 44182d884ed2c..c0d3fba9d96bf 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 6c9ffa8518f14..c52d2b2ce1203 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 ea3f2ce25f57d..e7bba97bd06fd 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 0f3b5c189aeab..fad91066d6e21 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 d6fa36e2e960f..3dcd87676b938 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 c766a22a65ca1..b45a9732db6b6 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 d7c0113937dad..c2436d98431fe 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 7d6044f47fb6e..f13cbdcf27db3 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 66e1239ceb37f..c492dd4035003 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 50d07f540252d..57ff4be595e2e 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 d50e9b077bfdd..4fa05e800cf5a 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 07fd9a8c6bbc2..8d70eb00a11a7 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 bf474e88367b8..3bf6533889824 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 4e2eedca4c502..036c1cfec4eff 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 162994943c85f..e3f623fd72e98 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 3c5f05e6624c4..7cc46fca1c7df 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 20d1ef5807013..c91ab88827bc6 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 5b85f1b9f0a35..beef980603704 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 0eeb7bd713e4a..28121f015a3c9 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 cc34cf72426d8..f9f8157d87016 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 131dc50fd3a61..b707968030ae4 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 2caa1808a64eb..b4dfe5f2894e1 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 1a43ebb67254a..3113bce24f0f7 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 d4b7d2f8a1f5b..955e525db4a71 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 fbf3c98cdc1e7..dd423eceb6061 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 3a366e4d2e5c1..4c00956ebd735 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 11e763ad2785f..b9e0b6fcd427e 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 1eafb147096ac..f06082f2a3738 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 f77f9d0d18130..43c43a6540204 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 93255859e8f35..69e32ee8d4a9a 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 f4a05b1fcf4a1..1a10511d813aa 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 eaef96c08ee75..53450bd1fc011 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 d2be678ba0107..c47a509f19cc7 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 28fcff520f69a..ced8bc6dd32e1 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 16a233df87594..dbd8715d0b271 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 ecae4269cc7ff..a69b854bcb7fe 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 2103ea70c4b5f..42e4ed4503696 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 ef5b1a5eb7120..9ef2af1464fa1 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 d5d12bee46f47..f850f892ce8cb 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 4a6a490456bce..a34b9717d6692 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 316b1b88026d9..a43bd66deeda0 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 3d60f4ea5d863..50eeb8c822d11 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 92046291cd10a..20150fe233910 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 8dd0c51ffd88e..8285f68a52793 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 926dcf94431d7..7f21a4c73dd1d 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 5d8ff4db3667d..1249d396eb9cc 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 4581c4675a916..a999a7c7b7b54 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 7ec7b45238905..5da0072778e43 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 8e55ce91d8aa3..cf0757633321a 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 31a9b95695b48..b50696b71a552 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 d4bd852e1d193..1a6edc86b6d4f 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 26d656a0851a4..db64bf2484b76 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 7cfd20d1c6f98..02c1c40fe00bc 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 66dfc0540ee58..365efafe0b8a2 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 759cdd2510ebe..5e6d7748ffd33 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 22c6bb83b58a0..6d0ae443d1abf 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 2cfb4b1f242ef..ec2157be39ff2 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 22c2d229deb6f..c9b2cfbe52499 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 cf3286373ea33..b8734f41e1cc9 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 58cfd0bd1d40e..e770f65e130b6 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 b65a92aed2ff4..2930db4c53bc5 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 bbc9dfa75a952..f4b7ea8b1bb53 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 fdae170afc030..b9d2e93657779 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 16673a09d8e85..474752043ee04 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 45f8ab75188a7..80e793c500311 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 65f5d297c562b..ea2be10e7b4f9 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 ac3af9af84f25..fa7a2ebb04914 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 c44e5b7ddb722..cfebec33d8197 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 9b7b13160db36..ec423eb2a03d3 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 f823cb7eead46..bbb0be5273a1f 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 e4813436f4923..f47419468e0c4 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 62f61437b8f89..bb0a13a620126 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 949b05adda275..e2fec5d23a983 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 1b83227d09abe..ea2bb9b3a3e72 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 9f8bfae69e10b..bd114fff8bc45 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 8224688752baf..c7d7ed7fbeb0b 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 26c6231bc4807..bddb9e8e83010 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 d41c01aeab02d..2f28cc71c5653 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 6ff642ef1996c..2f1f36168ac7d 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 442400015e6a1..b6af15ca05a4e 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 8ae57d6f53be9..07c027697765b 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 5518fe9225215..337c690ebbbda 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 edf7080f1c138..bb73d764de39d 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 7380c2bec6f20..195560bd78df9 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 ff69a10af7ad1..d1fa73c5b7a94 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 af5ad03457895..4e74434d70fbc 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 4908e316c1ff4..2ee4e538f5d3d 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 82f1176464165..212a634e48356 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 73eafb6fa0ea2..7e60c15ed90a4 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 6f887c8daf829..c066ab4202998 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 5a3af6c39bd6e..c5b7fcbf816c7 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 b22f127ee84bc..0d8d9c75a4293 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 6b65ecbe50dd8..88bfb52e9a157 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 d73b161ba393f..1182781741657 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 4af0157b81367..e766f1a807223 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 54374015cc71a..aa778fa932192 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 1a0edd88a1bb5..23960a0bb1c76 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 ec5e1d92d5442..740abc4499c22 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 3219aba39c338..daafefb6999ab 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 6c1bf2c0b64c6..6490f52c202f0 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 4fe9de4191af9..0fd82e88cd964 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 b895438b4fc3d..f28e6915162c6 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 8738e4ea19922..feb978dd3f3fc 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 2551a92676797..33b759abc86ed 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 efa0e8a6269e5..15d6d6bef42a3 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 21cb7aeef2c68..e40634abfc4a7 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 4db7d972d510c..1b64f6db03d89 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 f8186aae430ef..6e4fd200c6c1b 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 e10fca6b93cfc..1eaa423f98851 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 9110810d827a7..fc2fecd0e6782 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 37761be473ede..54bfc7c87ee55 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 552c30deed140..65c1b1a771e40 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 930b248f7642b..cfdd00c7dd82e 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 2b36f4cf07736..29ca69b038344 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 40333b88da1fe..0c6da185bf5c0 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 1b84ab8533017..c51295315d6e1 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 5748eb660bc5c..e1bbc34515353 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 0d0e5b2b1b089..a295eba0a2192 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 82100c6509345..3061b5d955c2a 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 bceb998a305ba..97dda6d82b3e1 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 39f0b842f4856..99bd0faba5dc4 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 6cf7f59617018..41b0f21edc8d4 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 045aa713c9764..4d91d123b6b38 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 ddc1729c3d5d7..d948763b9b354 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 2eb561a55b580..d9a934276136b 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 27070829cfdb4..2d13e313120a5 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 e7207213fbf99..c327c34fc4447 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 fe7693931b5bc..1e9a0ce9d988c 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 e9d49c1f35f21..b609066a17132 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 f6eec025d9c5b..7ec8e096b52d7 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 a4eb80e0fce75..49cb19b7d9517 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 04d26dc1e08c5..5086dbb054ba6 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 995955e65fef2..e01da66423c21 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 ad6051e1b3152..bfa58e2e67308 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 6d15f94425ee6..d6552186d9074 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 98e8592e0873e..798923878b311 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 1318a5300fbc7..6cb900b5b3d76 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 d2f31095138c1..13d7712d046fb 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 b35750f4fb66e..9b21ec0b66b28 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 e19f2ae539e2b..35b2acca95e08 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 765f379e1652e..7a2d5cff44701 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 0f12c5d8e35f0..fc5f62a90ae06 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 3bc7ff53e0850..d64a6880b4994 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 adc535dbe5f9c..69dc48a76849b 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 20868e4103d06..c73d8052e360a 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 4be5f70247cbc..ac191f6b50a35 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 8de1526f81709..9828d79d6d4e6 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 4b536c1f5a555..d728426274091 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 f1f45c6853ad4..4fb7e27c76d03 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 75d86f2cf452f..4419fff6abffd 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 7b49954eec992..5f05fbe5dce23 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 a3484a50edbe8..610237c520934 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 fdca9adb50422..b013a0b8b50c5 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 3f32b513d23a7..746c8e41c36e1 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 953ff35c499c0..f3a9e287a6838 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 cfc4dd0ae4b2e..350c49b9384df 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 7895f29621076..75f2f7f0bb28d 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 6ddb9c99d6600..f4d152a316210 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 fbe85ebdd6768..f40a01d3f2041 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 a248b6c4e0597..317399057c617 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 f70412c2a606c..cb28882e403dc 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 bc61c5a884733..e0b78fa61fd04 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 a249ece62ab6f..a0756e932a206 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 c37326b9ceaeb..ba9b74213a2bb 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 152cb21e8ef2d..39e05dbdcead7 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 e10306f745c7d..3547ee73c3947 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 19c1a5e489c6a..18a2a10c65d41 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 cf0cc2e8dc9d1..b1631c04741fc 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 3311b6513641d..0d22388fdbc4d 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 9983b0ad8659f..a501ff9231893 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 0fd7a4a6165ab..b737db5f094dd 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 09be272ddfcae..2d63cd846610e 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 7c26861b689f6..78c222f6e15ee 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 b9689c298b364..ba78ad245d13d 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 0d1f64a170b5d..65bb8e8214d75 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 12a49c6eb0ef2..3e770e4c533bf 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 dbaf3adc26c9e..65b501d43f15f 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 6f9d0ceeb1fe3..efa5176bf7985 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 f646f3779fb0a..bd883af2b97ae 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 a9a16af40f4a7..4dba33efbe175 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 0483170ed5afc..4ef732ad71586 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 b98be55bac716..87d777bf3dbe8 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 bb9597779bebb..62e8038a1b41d 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 5760cb84d174e..09d8eecfc3708 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 c945f1c97b105..1564e2e28947e 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 7216c375a9883..eddd6690342b3 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 7a606dc77d09b..c9b557974bb09 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 73a0a4eb69d6a..2118b03157b05 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 85a36558c6cbe..5dae8ab0edd7b 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 3166f788f8a7c..d77c3e5d6506e 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 3e6b2881a77a8..4e5b702cbbd47 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 1f94638a9f87f..4ee32afb8650c 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 da8290fc52452..8812b485b16eb 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 cdefef1a4c8dc..25a73e1d38c3b 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 85d52c17973ca..c346bcd62276a 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 60af641f0982a..3037fc3ca17d0 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 51db7d12cadb2..fad8b55c27ef7 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 e233ac6e75a65..a01de1a919c07 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 9538efcd2d806..0944cecf7c24f 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 3317bb84b7f40..4b8c4384fae2e 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 ec00b36c614ed..148c33113c665 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 932f6edf279c5..2f1f60b93b3e1 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")