ElasticSwift icon indicating copy to clipboard operation
ElasticSwift copied to clipboard

Elasticsearch client in swift

Results 4 ElasticSwift issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use elastic search. But getting this error > status: NIOHTTP1.HTTPResponseStatus.notFound > ElasticsearchError(error: "Routing Error. The path you have requested is invalid.", status: nil) My code...

This would be similar to how Fluent works in Vapor and avoid callbacks. **I could see something along these lines:** ``` return client.query().set(indices: ...).set(types: ...).search().map { // Code } ```...

question

The response of GetIndexRequest returns a wrong data type for Index settings field **creation_date** and the deserialization fails. `{ "settings": { "index": {` **` "creation_date": "1563813426580",`** ` "number_of_shards": "1", "number_of_replicas":...