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

com.datawizards.dmg.examples.CreateElasticsearchTemplate.scala Maven / Gradle / Ivy

The newest version!
package com.datawizards.dmg.examples

import com.datawizards.dmg.examples.TestModel.PersonWithMultipleEsAnnotations
import com.datawizards.dmg.service.ElasticsearchServiceImpl

object CreateElasticsearchTemplate extends App {
  val service = new ElasticsearchServiceImpl("http://localhost:9200")
  service.updateTemplate[PersonWithMultipleEsAnnotations]("people")

  println("Template:")
  println(service.getTemplate("people"))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy