All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sksamuel.elastic4s.api.ExistsApi.scala Maven / Gradle / Ivy

The newest version!
package com.sksamuel.elastic4s.api

import com.sksamuel.elastic4s.Index
import com.sksamuel.elastic4s.requests.exists.ExistsRequest

trait ExistsApi {
  @deprecated("create instance of ExistsRequest directly, eg ExistsRequest(123, Index(\"foo\"))")
  def exists(id: String, index: Index): ExistsRequest = ExistsRequest(id, index)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy