WIP - Upgrade to the new Elasticsearch client #405
Annotations
10 errors and 10 warnings
build / build:
src/Foundatio.Parsers.ElasticQueries/Extensions/DefaultSortNodeExtensions.cs#L23
'FieldSort' does not contain a definition for 'Field'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Visitors/GetSortFieldsVisitor.cs#L21
'FieldSort' does not contain a definition for 'SortKey' and no accessible extension method 'SortKey' accepting a first argument of type 'FieldSort' could be found (are you missing a using directive or an assembly reference?)
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Visitors/CombineQueriesVisitor.cs#L29
Cannot convert type 'Elastic.Clients.Elasticsearch.QueryDsl.Query' to 'Elastic.Clients.Elasticsearch.QueryDsl.NestedQuery' via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion, or null type conversion
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Extensions/SearchDescriptorExtensions.cs#L13
Cannot convert type 'Elastic.Clients.Elasticsearch.Fluent.FluentDescriptorDictionary<string, Elastic.Clients.Elasticsearch.Aggregations.AggregationDescriptor<T>>' to 'Elastic.Clients.Elasticsearch.Aggregations.Aggregation'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Extensions/SearchDescriptorExtensions.cs#L24
Operator '==' cannot be applied to operands of type 'method group' and '<null>'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Extensions/SearchDescriptorExtensions.cs#L25
Cannot assign to 'Sort' because it is a 'method group'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Extensions/SearchDescriptorExtensions.cs#L27
'SearchRequestDescriptor<T>.Sort(ICollection<SortOptions>?)' is a method, which is not valid in the given context
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Visitors/GeoVisitor.cs#L26
The name 'Distance' does not exist in the current context
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Visitors/GeoVisitor.cs#L35
The type or namespace name 'BoundingBox' could not be found (are you missing a using directive or an assembly reference?)
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Extensions/DefaultAggregationNodeExtensions.cs#L53
The type 'GeohashPrecision' must be a non-nullable value type in order to use it as parameter 'TEnum' in the generic type or method 'Enum.TryParse<TEnum>(string, out TEnum)'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Extensions/ElasticExtensions.cs#L127
'ElasticsearchClient.Ping()' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/ElasticMappingResolver.cs#L475
'IndicesNamespacedClient.Refresh(Indices?)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/ElasticMappingResolver.cs#L476
'IndicesNamespacedClient.GetMapping(GetMappingRequest)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/ElasticMappingResolver.cs#L491
'IndicesNamespacedClient.Refresh(Indices?)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/ElasticMappingResolver.cs#L492
'IndicesNamespacedClient.GetMapping(GetMappingRequest)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/ElasticMappingResolver.cs#L514
'IndicesNamespacedClient.Refresh(Indices?)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/ElasticMappingResolver.cs#L515
'IndicesNamespacedClient.GetMapping(GetMappingRequest)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/ElasticMappingResolver.cs#L530
'IndicesNamespacedClient.Refresh(Indices?)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/ElasticMappingResolver.cs#L531
'IndicesNamespacedClient.GetMapping(GetMappingRequest)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
|
build / build:
src/Foundatio.Parsers.ElasticQueries/Extensions/ElasticExtensions.cs#L127
'ElasticsearchClient.Ping()' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
|