License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.github.nicosensei |
ArtifactId | ArtifactIdelastic-index-batch |
Version | Version0.3.2 |
Type | Typejar |
Description |
DescriptionGeneric ElasticSearch Indexer Batch
Provides a generic framework for indexing text files with an ElasticSearch cluster.
|
Filename | Size |
---|---|
elastic-index-batch-0.3.2.pom | |
elastic-index-batch-0.3.2.jar | 17 KB |
elastic-index-batch-0.3.2-sources.jar | 8 KB |
elastic-index-batch-0.3.2-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei/elastic-index-batch/ -->
<dependency>
<groupId>com.github.nicosensei</groupId>
<artifactId>elastic-index-batch</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/elastic-index-batch/
implementation 'com.github.nicosensei:elastic-index-batch:0.3.2'
// https://jarcasting.com/artifacts/com.github.nicosensei/elastic-index-batch/
implementation ("com.github.nicosensei:elastic-index-batch:0.3.2")
'com.github.nicosensei:elastic-index-batch:jar:0.3.2'
<dependency org="com.github.nicosensei" name="elastic-index-batch" rev="0.3.2">
<artifact name="elastic-index-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='elastic-index-batch', version='0.3.2')
)
libraryDependencies += "com.github.nicosensei" % "elastic-index-batch" % "0.3.2"
[com.github.nicosensei/elastic-index-batch "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.nicosensei : text-batch | jar | 1.2.2 |
org.elasticsearch : elasticsearch | jar | 0.90.7 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |