File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ please modify the original csharp file found at the link and submit the PR with
16
16
== Source Filtering Usage
17
17
18
18
Allows to control how the `_source` field is returned with every hit.
19
- By default operations return the contents of the `_source` field unless
20
- you have used the fields parameter or if the `_source` field is disabled.
19
+ By default, operations return the contents of the `_source` field unless
20
+ you have used the fields parameter, or if the `_source` field is disabled.
21
21
22
22
See the Elasticsearch documentation on {ref_current}/search-request-source-filtering.html[Source Filtering] for more detail.
23
23
Original file line number Diff line number Diff line change 15
15
"Newtonsoft.Json" : " 9.0.1" ,
16
16
"System.Reactive" : " 3.1.1" ,
17
17
"xunit" : " 2.2.0-beta3-build3330" ,
18
- "dotnet-test-xunit" : " 2.2.0-preview3-build1032"
18
+ "dotnet-test-xunit" : " 2.2.0-preview3-build1032" ,
19
19
"SemanticVersioning" : " 0.7.6"
20
20
},
21
21
"configurations" : {
You can’t perform that action at this time.
0 commit comments