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

com.sksamuel.elastic4s.handlers.searches.RawQueryBodyFn.scala Maven / Gradle / Ivy

package com.sksamuel.elastic4s.handlers.searches

import com.sksamuel.elastic4s.json.{XContentBuilder, XContentFactory}
import com.sksamuel.elastic4s.requests.searches.queries.RawQuery

object RawQueryBodyFn {
  def apply(q: RawQuery): XContentBuilder = XContentFactory.parse(q.json)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy