question stringclasses 2
values | answer dict | input_ids sequencelengths 103 212 | attention_mask sequencelengths 103 212 | labels sequencelengths 103 212 |
|---|---|---|---|---|
How can I fetch the last 10,000 documents of the ERS-Daily stream for Eswatini Opco? | {
"GET": "ptm_counters-eswatini*/_search",
"body": {
"aggs": null,
"from": 0,
"query": {
"bool": null,
"term": {
"Stream.keyword": {
"value": "ERS-Daily"
}
}
},
"size": 10000,
"sort": [
{
"Date": {
"order": "desc"
}
... | [
2347,
476,
309,
20279,
253,
1390,
884,
13,
933,
7177,
273,
253,
444,
6453,
14,
34934,
5542,
323,
444,
2140,
5009,
74,
12605,
1940,
32,
46912,
9278,
5295,
686,
431,
78,
64,
28958,
1336,
14,
265,
88,
5009,
74,
8480,
64,
8716,
1383,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2347,
476,
309,
20279,
253,
1390,
884,
13,
933,
7177,
273,
253,
444,
6453,
14,
34934,
5542,
323,
444,
2140,
5009,
74,
12605,
1940,
32,
46912,
9278,
5295,
686,
431,
78,
64,
28958,
1336,
14,
265,
88,
5009,
74,
8480,
64,
8716,
1383,
... |
How do I filter by Result_Code and a specific date range for the ERS-Daily stream in Zambia Opco? | {
"GET": "ptm_counters-zambia*/_search",
"body": {
"aggs": null,
"from": null,
"query": {
"bool": {
"must": [
{
"range": null,
"term": {
"Result_Code.keyword": null,
"Stream.keyword": {
"value": "ERS-Daily"
... | [
2347,
513,
309,
5806,
407,
22195,
64,
6124,
285,
247,
2173,
3522,
2491,
323,
253,
444,
6453,
14,
34934,
5542,
275,
1503,
1369,
571,
12605,
1940,
32,
46912,
9278,
5295,
686,
431,
78,
64,
28958,
1336,
14,
91,
1369,
571,
8480,
64,
8716... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
2347,
513,
309,
5806,
407,
22195,
64,
6124,
285,
247,
2173,
3522,
2491,
323,
253,
444,
6453,
14,
34934,
5542,
275,
1503,
1369,
571,
12605,
1940,
32,
46912,
9278,
5295,
686,
431,
78,
64,
28958,
1336,
14,
91,
1369,
571,
8480,
64,
8716... |
README.md exists but content is empty.
- Downloads last month
- 3