Class NativeClientResponseParser


  • public class NativeClientResponseParser
    extends Object
    Helper class for the ELS native client that parses the response from the ELS server and builds the resulting data set.
    Since:
    0.5.0
    • Method Detail

      • parse

        public SearchResponse parse​(org.dashbuilder.dataset.DataSetMetadata metadata,
                                    org.elasticsearch.action.search.SearchResponse response,
                                    List<org.dashbuilder.dataset.DataColumn> columns)
                             throws ParseException
        Throws:
        ParseException