Beispiel #1
0
        public bool TestIndex()
        {
            var indexDescriptor = esClient.GetIndexExistsDescriptor();

            indexDescriptor.Index(Index);

            return(esClient.EsConnector.IndexExists(i => indexDescriptor).Exists);
        }