I have indexed documents with this simplified structure:
public class Document { public string Id { get; set; } public string x { get; set; } }