| Package | Description |
|---|---|
| org.apache.jena.query.text.es |
| Modifier and Type | Method and Description |
|---|---|
ESSettings |
ESSettings.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
TextESDatasetFactory.createES(Dataset base,
TextIndexConfig config,
ESSettings settings)
Create an ElasticSearch based Index and return a Dataset based on this index
|
static TextIndex |
TextESDatasetFactory.createESIndex(TextIndexConfig config,
ESSettings settings)
Create an ElasticSearch based Index
|
| Constructor and Description |
|---|
TextIndexES(TextIndexConfig config,
ESSettings esSettings)
Construct an instance of
TextIndexES based on provided TextIndexConfig and ESSettings
The constructor is responsible for initializing a TransportClient based on the provided configs
and create index based on the provided ESSettings |
Licenced under the Apache License, Version 2.0