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

com.sksamuel.elastic4s.handlers.searches.queries.NoopQueryBuilderFn.scala Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
package com.sksamuel.elastic4s.handlers.searches.queries

import com.sksamuel.elastic4s.json.{XContentBuilder, XContentFactory}

object NoopQueryBuilderFn {
  def apply(): XContentBuilder = XContentFactory.parse("")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy