eswire
elasticsearch data exporter by reading local lucene files directly
License |
License |
---|---|
Categories |
CategoriesNet Wire Data Data Structures |
GroupId | GroupIdnet.guoyk |
ArtifactId | ArtifactIdeswire |
Last Version | Last Version2.0.0.RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnet.guoyk:eswire
a tool to export elasticsearch documents from raw files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eswire-2.0.0.RC1.pom | |
eswire-2.0.0.RC1.jar | 9 KB |
eswire-2.0.0.RC1-sources.jar | 4 KB |
eswire-2.0.0.RC1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.guoyk/eswire/ -->
<dependency>
<groupId>net.guoyk</groupId>
<artifactId>eswire</artifactId>
<version>2.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.guoyk/eswire/
implementation 'net.guoyk:eswire:2.0.0.RC1'
// https://jarcasting.com/artifacts/net.guoyk/eswire/
implementation ("net.guoyk:eswire:2.0.0.RC1")
'net.guoyk:eswire:jar:2.0.0.RC1'
<dependency org="net.guoyk" name="eswire" rev="2.0.0.RC1">
<artifact name="eswire" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.guoyk', module='eswire', version='2.0.0.RC1')
)
libraryDependencies += "net.guoyk" % "eswire" % "2.0.0.RC1"
[net.guoyk/eswire "2.0.0.RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.elasticsearch.client : transport | jar | 6.3.2 |
org.apache.lucene : lucene-core | jar | 7.3.1 |
org.apache.lucene : lucene-codecs | jar | 7.3.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
elasticsearch data exporter by reading local lucene files directly