Exemplo n.º 1
0
        public void ClientCanAddIndex()
        {
            _elasticSearchClient.Index(_fileData);
            var exists = _elasticSearchClient.CheckExists(_fileData);

            Assert.That(exists, Is.True);
        }