| Package | Description |
|---|---|
| org.apache.jena.query.text | |
| org.apache.jena.query.text.assembler |
| Modifier and Type | Class and Description |
|---|---|
class |
TextIndexLucene |
| Modifier and Type | Method and Description |
|---|---|
static TextIndex |
TextDatasetFactory.createLuceneIndex(org.apache.lucene.store.Directory directory,
EntityDefinition def,
org.apache.lucene.analysis.Analyzer queryAnalyzer)
Create a Lucene TextIndex
|
static TextIndex |
TextDatasetFactory.createLuceneIndex(org.apache.lucene.store.Directory directory,
TextIndexConfig config)
Create a Lucene TextIndex
|
TextIndex |
DatasetGraphText.getTextIndex() |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
TextDatasetFactory.create(DatasetGraph dsg,
TextIndex textIndex)
Create a text-indexed DatasetGraph
|
static DatasetGraph |
TextDatasetFactory.create(DatasetGraph dsg,
TextIndex textIndex,
boolean closeIndexOnDSGClose)
Create a text-indexed DatasetGraph, optionally allowing the text index to be closed if the DatasetGraph is
|
static DatasetGraph |
TextDatasetFactory.create(DatasetGraph dsg,
TextIndex textIndex,
boolean closeIndexOnDSGClose,
TextDocProducer producer)
Create a text-indexed DatasetGraph, optionally allowing the text index to be closed if the DatasetGraph is
|
static Dataset |
TextDatasetFactory.create(Dataset base,
TextIndex textIndex)
Create a text-indexed dataset
|
static Dataset |
TextDatasetFactory.create(Dataset base,
TextIndex textIndex,
boolean closeIndexOnDSGClose)
Create a text-indexed dataset, optionally allowing the text index to be closed if the Dataset is
|
static Dataset |
TextDatasetFactory.create(Dataset base,
TextIndex textIndex,
boolean closeIndexOnDSGClose,
TextDocProducer producer)
Create a text-indexed dataset, optionally allowing the text index to be closed if the Dataset is
|
| Constructor and Description |
|---|
DatasetGraphText(DatasetGraph dsg,
TextIndex index,
TextDocProducer producer) |
DatasetGraphText(DatasetGraph dsg,
TextIndex index,
TextDocProducer producer,
boolean closeIndexOnClose) |
TextDocProducerEntities(TextIndex indexer) |
TextDocProducerTriples(TextIndex indexer) |
TextIndexDB(org.apache.jena.dboe.transaction.txn.ComponentId id,
TextIndex textIndex) |
TextIndexTDB1(TextIndex textIndex) |
| Modifier and Type | Method and Description |
|---|---|
TextIndex |
TextIndexLuceneAssembler.open(Assembler a,
Resource root,
Mode mode) |
Licenced under the Apache License, Version 2.0