From d26183c03a632002fe2ad0e98c1f77e96ae3777e Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 15 Mar 2017 14:07:21 +0100 Subject: Validate index-info config for imported fields --- .../src/test/derived/importedfields/index-info.cfg | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 config-model/src/test/derived/importedfields/index-info.cfg (limited to 'config-model/src/test/derived/importedfields') diff --git a/config-model/src/test/derived/importedfields/index-info.cfg b/config-model/src/test/derived/importedfields/index-info.cfg new file mode 100644 index 00000000000..2bbf3c22231 --- /dev/null +++ b/config-model/src/test/derived/importedfields/index-info.cfg @@ -0,0 +1,33 @@ +indexinfo[].name "ad" +indexinfo[].command[].indexname "sddocname" +indexinfo[].command[].command "index" +indexinfo[].command[].indexname "sddocname" +indexinfo[].command[].command "word" +indexinfo[].command[].indexname "campaign_ref" +indexinfo[].command[].command "index" +indexinfo[].command[].indexname "campaign_ref" +indexinfo[].command[].command "attribute" +indexinfo[].command[].indexname "campaign_ref" +indexinfo[].command[].command "word" +indexinfo[].command[].indexname "person_ref" +indexinfo[].command[].command "index" +indexinfo[].command[].indexname "person_ref" +indexinfo[].command[].command "attribute" +indexinfo[].command[].indexname "person_ref" +indexinfo[].command[].command "word" +indexinfo[].command[].indexname "rankfeatures" +indexinfo[].command[].command "index" +indexinfo[].command[].indexname "summaryfeatures" +indexinfo[].command[].command "index" +indexinfo[].command[].indexname "my_budget" +indexinfo[].command[].command "index" +indexinfo[].command[].indexname "my_budget" +indexinfo[].command[].command "attribute" +indexinfo[].command[].indexname "my_budget" +indexinfo[].command[].command "numerical" +indexinfo[].command[].indexname "my_person_name" +indexinfo[].command[].command "index" +indexinfo[].command[].indexname "my_person_name" +indexinfo[].command[].command "attribute" +indexinfo[].command[].indexname "my_person_name" +indexinfo[].command[].command "word" -- cgit v1.2.3