e

elasticsearch-mapper-preanalyzed

Provides the preanalyzed field datatype. The plugin allows to specify the exact terms of a field in JSON format without any further analysis being done.
Files download
File Operation
elasticsearch-mapper-preanalyzed-7.9.1.jar download
elasticsearch-mapper-preanalyzed-7.9.1.pom download
elasticsearch-mapper-preanalyzed-7.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.julielab</groupId>
  <artifactId>elasticsearch-mapper-preanalyzed</artifactId>
  <version>7.9.1</version>
</dependency>
Gradle Groovy
implementation 'de.julielab:elasticsearch-mapper-preanalyzed:7.9.1'
Gradle Kotlin
implementation("de.julielab:elasticsearch-mapper-preanalyzed:7.9.1")
Scala SBT
libraryDependencies += "de.julielab" % "elasticsearch-mapper-preanalyzed" % "7.9.1"
Groovy Grape
@Grapes(
  @Grab(group='de.julielab', module='elasticsearch-mapper-preanalyzed', version='7.9.1')
)
Apache Ivy
<dependency org="de.julielab" name="elasticsearch-mapper-preanalyzed" rev="7.9.1" />
Leiningen
[de.julielab/elasticsearch-mapper-preanalyzed "7.9.1"]
Apache Buildr
'de.julielab:elasticsearch-mapper-preanalyzed:jar:7.9.1'