Stage 2 of converting C# expressions to azure search calls is to convert the LINQ-like syntax into a wellknown expression tree, which could later be recursively walked to generate Lucene search queries or, given another provider, any kind of query language
Stage 2 of converting C# expressions to azure search calls is to convert the LINQ-like syntax into a wellknown expression tree, which could later be recursively walked to generate Lucene search queries or, given another provider, any kind of query language