Example #1
0
        public long Count()
        {
            ISearchResponse <T> response = client.Search <T>(DescribeSearch);

            return(response.Total);
        }