We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde26d4 commit fb3a786Copy full SHA for fb3a786
es6/rest/src/main/scala/app/softnetwork/elastic/client/rest/RestHighLevelClientApi.scala
@@ -578,7 +578,7 @@ trait RestHighLevelClientGetApi extends GetApi with RestHighLevelClientCompanion
578
m.runtimeClass.getSimpleName.toLowerCase
579
)
580
),
581
- maybeType.getOrElse("_all"),
+ "_doc",
582
id
583
584
RequestOptions.DEFAULT
@@ -628,7 +628,7 @@ trait RestHighLevelClientGetApi extends GetApi with RestHighLevelClientCompanion
628
629
630
631
632
633
634
RequestOptions.DEFAULT,
0 commit comments