// Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using Elastic.Elasticsearch.Xunit.XunitPlumbing;
using Nest;
using System.Linq;
namespace Examples.QueryDsl.QuerySuggesters
{
public class TermQuerySingleFieldsArrayTests : ExampleBase
{
[U(Skip = "Example not implemented")]
[Description("query term query single fields array")]
public void Simple()
{
// tag::simple[]
var result = await _client.Search