| Package | Description |
|---|---|
| org.apache.jena.query.text |
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
TextDatasetFactory.createLucene(Dataset base,
org.apache.lucene.store.Directory directory,
TextIndexConfig config)
Create a text-indexed dataset, using Lucene
|
static DatasetGraph |
TextDatasetFactory.createLucene(DatasetGraph base,
org.apache.lucene.store.Directory directory,
TextIndexConfig config)
Create a text-indexed dataset, using Lucene
|
static TextIndex |
TextDatasetFactory.createLuceneIndex(org.apache.lucene.store.Directory directory,
TextIndexConfig config)
Create a Lucene TextIndex
|
| Constructor and Description |
|---|
TextIndexLucene(org.apache.lucene.store.Directory directory,
TextIndexConfig config)
Constructs a new TextIndexLucene.
|
Licenced under the Apache License, Version 2.0