MVN

de.julielab : elasticsearch-mapper-preanalyzed

Maven & Gradle

Feb 21, 2023
0 stars

Plugin: 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.

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>elasticsearch-mapper-preanalyzed</artifactId>
    <version>7.17.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.julielab : elasticsearch-mapper-preanalyzed to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.17.9

All Versions

Choose a version of de.julielab : elasticsearch-mapper-preanalyzed to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.17.x
elasticsearch-mapper-preanalyzed-7.17.9
elasticsearch-mapper-preanalyzed-7.17.8
elasticsearch-mapper-preanalyzed-7.17.7
7.9.x
elasticsearch-mapper-preanalyzed-7.9.1
7.0.x
elasticsearch-mapper-preanalyzed-7.0.1
6.1.x
elasticsearch-mapper-preanalyzed-6.1.4
6.0.x
elasticsearch-mapper-preanalyzed-6.0.1
5.4.x
elasticsearch-mapper-preanalyzed-5.4.3
elasticsearch-mapper-preanalyzed-5.4.1
elasticsearch-mapper-preanalyzed-5.4.0
5.3.x
elasticsearch-mapper-preanalyzed-5.3.2
elasticsearch-mapper-preanalyzed-5.3.1
elasticsearch-mapper-preanalyzed-5.3.0
5.2.x
elasticsearch-mapper-preanalyzed-5.2.2

How to add a dependency to Maven

Add the following de.julielab : elasticsearch-mapper-preanalyzed maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>elasticsearch-mapper-preanalyzed</artifactId>
    <version>7.17.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.julielab : elasticsearch-mapper-preanalyzed gradle dependency to your build.gradle file:

implementation 'de.julielab:elasticsearch-mapper-preanalyzed:7.17.9'

Gradle Kotlin DSL: Add the following de.julielab : elasticsearch-mapper-preanalyzed gradle kotlin dependency to your build.gradle.kts file:

implementation("de.julielab:elasticsearch-mapper-preanalyzed:7.17.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.julielab : elasticsearch-mapper-preanalyzed sbt scala dependency to your build.sbt file:

libraryDependencies += "de.julielab" % "elasticsearch-mapper-preanalyzed" % "7.17.9"

Advertisement