LSEG Data Library for .NET

Analyze

Description

Computes a tree expression from a user query string.

Breaks down a user query string into News related entities, then aggregates them into a boolean filtering tree.

Usage

    // Analyze the following news query string
    string query = "AA";   // All Alerts

    //query = "PresetTopic:[Energy Market] AND 'carbon'";
    var data = Analyze.Definition(query).GetData();