# Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search test { document test { field word1 type array { indexing: index | summary | attribute match: word stemming: none normalizing: none } field word2 type array { indexing: index | summary | attribute match: word stemming: none normalizing: none } } fieldset words { fields: word1,word2 } }