summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/test/files/temp-dir/output.json
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient-java/src/test/files/temp-dir/output.json')
-rw-r--r--vespaclient-java/src/test/files/temp-dir/output.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vespaclient-java/src/test/files/temp-dir/output.json b/vespaclient-java/src/test/files/temp-dir/output.json
new file mode 100644
index 00000000000..2abc3de91e3
--- /dev/null
+++ b/vespaclient-java/src/test/files/temp-dir/output.json
@@ -0,0 +1,20 @@
+{
+ "version" : "1.0",
+ "id" : "1",
+ "description" : "Significance model for input file",
+ "languages" : {
+ "NB" : {
+ "description" : "Document frequency for language",
+ "document-count" : 3,
+ "document-frequencies" : {
+ "fra" : 2,
+ "skriveform" : 3,
+ "nytt" : 2,
+ "kategori" : 3,
+ "eldr" : 3,
+ "omdirigering" : 3,
+ "arbeiderparti" : 3
+ }
+ }
+ }
+}