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

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

There is a newer version: 8.15.1
Show newest version
package com.sksamuel.elastic4s.api

import com.sksamuel.elastic4s.requests.indexes.analyze.AnalyzeRequest

trait AnalyzeApi {

  def analyze(text: String, other: String*): AnalyzeRequest = AnalyzeRequest.text(text, other: _*)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy