using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Amazon.CloudSearchDomain; using Amazon.Runtime; namespace Sony.Filtr.Search.Api { //public class SearchRequest //{ // public string Cursor { get; set; } // public string Expr { get; set; } // public string Facet { get; set; } // public string FilterQuery { get; set; } // public string Highlight { get; set; } // public bool? Partial { get; set; } // public string Query { get; set; } // public string QueryOptions { get; set; } // public QueryParser QueryParser { get; set; } // public string Return { get; set; } // public long? Size { get; set; } // public string Sort { get; set; } // public long? Start { get; set; } //} }