|
138 | 138 | <Compile Include="Domain\Bulk\BulkUpdateBody.cs" /> |
139 | 139 | <Compile Include="Domain\Alias\IndexAliases.cs" /> |
140 | 140 | <Compile Include="Domain\Responses\IShardsOperationResponse.cs" /> |
| 141 | + <Compile Include="Domain\Responses\EmptyResponse.cs" /> |
| 142 | + <Compile Include="Domain\Responses\SuggestResponse.cs" /> |
141 | 143 | <Compile Include="DSL\Aggregations\AggregationDescriptor.cs" /> |
142 | 144 | <Compile Include="DSL\Aggregations\BucketAggregationBaseDescriptor.cs" /> |
143 | 145 | <Compile Include="DSL\Aggregations\DateHistogramAggregationDescriptor.cs" /> |
|
164 | 166 | <Compile Include="DSL\Aggregations\SignificantTermsAggregationDescriptor.cs" /> |
165 | 167 | <Compile Include="DSL\Aggregations\TermsAggregationDescriptor.cs" /> |
166 | 168 | <Compile Include="DSL\Aggregations\ValueCountAggregationDescriptor.cs" /> |
| 169 | + <Compile Include="DSL\ClearScrollDescriptor.cs" /> |
| 170 | + <Compile Include="DSL\SuggestDescriptor.cs" /> |
167 | 171 | <Compile Include="DSL\CloseIndexDescriptor.cs" /> |
168 | 172 | <Compile Include="DSL\ClusterStateDescriptor.cs" /> |
169 | 173 | <Compile Include="DSL\ClearCacheDescriptor.cs" /> |
|
220 | 224 | <Compile Include="DSL\ScrollDescriptor.cs" /> |
221 | 225 | <Compile Include="DSL\UpdateSettingsDescriptor.cs" /> |
222 | 226 | <Compile Include="DSL\Paths\IndexOptionalPathDescriptor.cs" /> |
| 227 | + <Compile Include="ElasticClient-Suggest.cs" /> |
223 | 228 | <Compile Include="ElasticClient-RootNodeInfo.cs" /> |
224 | 229 | <Compile Include="ElasticClient-UpdateSettings.cs" /> |
225 | 230 | <Compile Include="DSL\ISimpleGetDescriptor.cs" /> |
|
668 | 673 | <Compile Include="Resolvers\Converters\BulkOperationResponseItemConverter.cs" /> |
669 | 674 | <Compile Include="Resolvers\Converters\AggregationConverter.cs" /> |
670 | 675 | <Compile Include="Resolvers\Converters\IndexSettingsResponseConverter.cs" /> |
| 676 | + <Compile Include="Resolvers\Converters\SuggestResponseConverter.cs" /> |
671 | 677 | <Compile Include="Resolvers\Converters\PropertyPathMarkerConverter.cs" /> |
672 | 678 | <Compile Include="Resolvers\Converters\DynamicMappingOptionConverter.cs" /> |
673 | 679 | <Compile Include="Resolvers\Converters\DictionaryKeysAreNotPropertyNamesJsonConverter.cs" /> |
|
0 commit comments