File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Tests/Nest.Tests.Integration/Core/Suggest Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace Nest
1313{
1414 [ DescriptorFor ( "Suggest" ) ]
1515 public partial class SuggestDescriptor < T > :
16- IndicesOptionalPathDescriptor < SuggestDescriptor < T > , SuggestRequestParameters >
16+ IndicesOptionalExplicitAllPathDescriptor < SuggestDescriptor < T > , SuggestRequestParameters >
1717 , IPathInfo < SuggestRequestParameters >
1818 where T : class
1919 {
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ public void TestSuggest()
1717 var wrongCountry = country + "x" ;
1818
1919 var suggestResults = _client . Suggest < ElasticsearchProject > ( s => s
20- . Index < ElasticsearchProject > ( )
2120 . Term ( "mySuggest" , m => m
2221 . SuggestMode ( SuggestMode . Always )
2322 . Text ( wrongCountry )
You can’t perform that action at this time.
0 commit comments