Initial search service commit
[aai/search-data-service.git] / src / test / resources / json / queries / query-with-subrange.json
diff --git a/src/test/resources/json/queries/query-with-subrange.json b/src/test/resources/json/queries/query-with-subrange.json
new file mode 100644 (file)
index 0000000..36e5f15
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "results-start": 0,
+  "results-size": 10,
+  "queries": [
+    {
+      "must": {
+        "match": {
+          "field": "field1",
+          "value": "Bob"
+        }
+      }
+    }
+  ]
+}
\ No newline at end of file