RavenDB: how to transform a query into a lucene query?
问题 I have the following code: public class Continent { public string Name { get; set; } public List<Country> Countries{ get; set; } } public class Countries { public string Name { get; set; } public List<Province> Provinces{ get; set; } } public class Province { public string Name { get; set; } public List<Province> Cities { get; set; } } public class City { public string Name { get; set; } public string Address { get; set; } } I want to transform the following query into a lucene query(e.g.,