To retrieve search reports, use
getESearchReportsComplete() methods (Java) and
ESearchReportsComplete properties (.NET) on the
DimensionSearchResult and
Navigation classes.
Both the
DimensionSearchResult and
Navigation classes have
getESearchReportsComplete() methods (Java), and
ESearchReportsComplete properties (.NET) that return a
Map (Java), and an
IDictionary (.NET) of search keys to a
List of
ESearchReport objects. In the dimension search case,
the single search report is associated with the literal string
Dimension Search.
You can also use these methods/properties if you have performed a
multiple search (that is, using the
Ntk and
Ntt parameters with two or more search keys and terms).
These accessors return a
Map (Java) and an
IDictionary (.NET) of
List (Java) and
IList (.NET) objects that contain
ESearchReports objects.

