summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/prefixexactattribute
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-08-11 16:39:15 +0200
committerGeir Storli <geirst@yahoo-inc.com>2017-08-11 16:39:15 +0200
commit56a873c580784c986dede9dc5cf8d0b06427c562 (patch)
tree33ccd2baba19f0fa654e9051d3c2a3979ed24911 /config-model/src/test/derived/prefixexactattribute
parent273a3b5e1d754ad6ca321488a761b0dcb7df48d9 (diff)
Add imported flag to attributes config.
Diffstat (limited to 'config-model/src/test/derived/prefixexactattribute')
-rw-r--r--config-model/src/test/derived/prefixexactattribute/attributes.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/config-model/src/test/derived/prefixexactattribute/attributes.cfg b/config-model/src/test/derived/prefixexactattribute/attributes.cfg
index 257ebcdebab..180b2f4f840 100644
--- a/config-model/src/test/derived/prefixexactattribute/attributes.cfg
+++ b/config-model/src/test/derived/prefixexactattribute/attributes.cfg
@@ -17,6 +17,7 @@ attribute[0].lowerbound -9223372036854775808
attribute[0].upperbound 9223372036854775807
attribute[0].densepostinglistthreshold 0.4
attribute[0].tensortype ""
+attribute[0].imported false
attribute[1].name "attributefield2"
attribute[1].datatype STRING
attribute[1].collectiontype SINGLE
@@ -35,4 +36,5 @@ attribute[1].arity 8
attribute[1].lowerbound -9223372036854775808
attribute[1].upperbound 9223372036854775807
attribute[1].densepostinglistthreshold 0.4
-attribute[1].tensortype "" \ No newline at end of file
+attribute[1].tensortype ""
+attribute[1].imported false \ No newline at end of file