aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/neuralnet_noqueryprofile
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-10-03 06:27:03 +0200
committerJon Bratseth <bratseth@gmail.com>2022-10-03 06:27:03 +0200
commit0c855ec9883c8f49cca892bed80358647c7cd9c0 (patch)
tree6b06c7c9d4c7ed536b2830024ad1bbea6a9bb837 /config-model/src/test/derived/neuralnet_noqueryprofile
parent539f2871e4812a463aa108639aac66c4903f3c33 (diff)
Revert "Merge pull request #24279 from vespa-engine/jonmv/revert-GC-heaven-commits"
This reverts commit 539f2871e4812a463aa108639aac66c4903f3c33, reversing changes made to aeaa3c2da60259a8ba80345591657922c90c1993.
Diffstat (limited to 'config-model/src/test/derived/neuralnet_noqueryprofile')
-rw-r--r--config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd4
-rw-r--r--config-model/src/test/derived/neuralnet_noqueryprofile/schema-info.cfg3
2 files changed, 7 insertions, 0 deletions
diff --git a/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd b/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd
index 073813d2198..e083b152aba 100644
--- a/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd
+++ b/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd
@@ -3,6 +3,10 @@ schema neuralnet {
document neuralnet {
+ field uniqueRCount type double {
+ indexing: attribute
+ }
+
field pinned type int {
indexing: attribute
}
diff --git a/config-model/src/test/derived/neuralnet_noqueryprofile/schema-info.cfg b/config-model/src/test/derived/neuralnet_noqueryprofile/schema-info.cfg
index 524a1253480..82bba81f0d5 100644
--- a/config-model/src/test/derived/neuralnet_noqueryprofile/schema-info.cfg
+++ b/config-model/src/test/derived/neuralnet_noqueryprofile/schema-info.cfg
@@ -10,6 +10,9 @@ schema[].summaryclass[].fields[].name "documentid"
schema[].summaryclass[].fields[].type "longstring"
schema[].summaryclass[].fields[].dynamic false
schema[].summaryclass[].name "attributeprefetch"
+schema[].summaryclass[].fields[].name "uniqueRCount"
+schema[].summaryclass[].fields[].type "double"
+schema[].summaryclass[].fields[].dynamic false
schema[].summaryclass[].fields[].name "pinned"
schema[].summaryclass[].fields[].type "integer"
schema[].summaryclass[].fields[].dynamic false