Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Configuration;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Elasticsearch.Net.Connection.Configuration;
using Elasticsearch.Net.Connection.Thrift.Protocol;
using Elasticsearch.Net.Connection.Thrift.Transport;
using Elasticsearch.Net.ConnectionPool;
using Elasticsearch.Net.Providers;

namespace Elasticsearch.Net.Connection.Thrift
{
Expand Down
1 change: 0 additions & 1 deletion src/Nest/ConvenienceExtensions/AliasExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down
1 change: 0 additions & 1 deletion src/Nest/ConvenienceExtensions/DeleteExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Threading.Tasks;
using Elasticsearch.Net;

namespace Nest
{
Expand Down
1 change: 0 additions & 1 deletion src/Nest/ConvenienceExtensions/DeleteManyExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/ConvenienceExtensions/IndexManyExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/ConvenienceExtensions/SerializerExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.IO;
using System.Linq;
using System.Text;
using Elasticsearch.Net.Serialization;

namespace Nest.SerializationExtensions
{
Expand Down
2 changes: 0 additions & 2 deletions src/Nest/DSL/Aggregations/AggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using Elasticsearch.Net;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
3 changes: 0 additions & 3 deletions src/Nest/DSL/Aggregations/AverageAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
2 changes: 0 additions & 2 deletions src/Nest/DSL/Aggregations/BucketAggregationBaseDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Nest.Resolvers;
using Newtonsoft.Json;

namespace Nest
{
Expand Down
4 changes: 0 additions & 4 deletions src/Nest/DSL/Aggregations/CardinalityAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Net.Configuration;
using System.Text;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Elasticsearch.Net;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/Aggregations/FilterAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Nest.Resolvers.Converters;
using Nest.Resolvers.Converters.Aggregations;
using Newtonsoft.Json;

Expand Down
2 changes: 0 additions & 2 deletions src/Nest/DSL/Aggregations/GeoDistanceAggregationDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;
using Elasticsearch.Net;

namespace Nest
{
Expand Down
2 changes: 0 additions & 2 deletions src/Nest/DSL/Aggregations/GeoHashAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
2 changes: 0 additions & 2 deletions src/Nest/DSL/Aggregations/HistogramAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Elasticsearch.Net;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/Aggregations/Ip4RangeAggregationDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
3 changes: 0 additions & 3 deletions src/Nest/DSL/Aggregations/MaxAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
2 changes: 0 additions & 2 deletions src/Nest/DSL/Aggregations/MetricAggregationBaseDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using Nest.Resolvers;
using Newtonsoft.Json;

namespace Nest
Expand Down
3 changes: 0 additions & 3 deletions src/Nest/DSL/Aggregations/MinAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
2 changes: 0 additions & 2 deletions src/Nest/DSL/Aggregations/MissingAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Elasticsearch.Net;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/Aggregations/NestedAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Linq.Expressions;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
2 changes: 0 additions & 2 deletions src/Nest/DSL/Aggregations/PercentilesAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Elasticsearch.Net;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/Aggregations/RangeAggregationDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Elasticsearch.Net;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
4 changes: 0 additions & 4 deletions src/Nest/DSL/Aggregations/StatsAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Text.RegularExpressions;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
3 changes: 0 additions & 3 deletions src/Nest/DSL/Aggregations/SumAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
2 changes: 0 additions & 2 deletions src/Nest/DSL/Aggregations/TermsAggregationDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Elasticsearch.Net;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using Nest.Resolvers;
using Nest.Resolvers.Converters;
using Newtonsoft.Json;

Expand Down
2 changes: 0 additions & 2 deletions src/Nest/DSL/AliasDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Nest;
using Newtonsoft.Json;

namespace Nest
Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/AnalyzeDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/Bulk/BulkDeleteDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Globalization;
using Nest.Resolvers;
using Elasticsearch.Net;

namespace Nest
Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/Bulk/BulkIndexDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Globalization;
using Nest.Resolvers;
using Newtonsoft.Json;
using Elasticsearch.Net;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/Bulk/BulkUpdateDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Security.Cryptography.X509Certificates;
using Elasticsearch.Net;

namespace Nest
Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/BulkDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/ClearCacheDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/ClearScrollDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/CloseIndexDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/ClusterGetSettingsDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/ClusterHealthDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/ClusterSettingsDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/ClusterStateDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/Common/BasePathDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using Elasticsearch.Net;
using Elasticsearch.Net.Connection;
using Elasticsearch.Net.Connection.Configuration;

namespace Nest
Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/CountDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using Elasticsearch.Net;
using Newtonsoft.Json;
using Nest.Resolvers.Converters;

namespace Nest
{
Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/CreateIndexDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/Nest/DSL/CreateRepositoryDescriptor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using Newtonsoft.Json;

Expand Down
Loading