| Package | Description |
|---|---|
| org.apache.jena.query.text | |
| org.apache.jena.query.text.assembler |
| Modifier and Type | Class and Description |
|---|---|
class |
TextIndexLucene |
class |
TextIndexSolr |
| Modifier and Type | Method and Description |
|---|---|
static TextIndex |
TextDatasetFactory.createLuceneIndex(org.apache.lucene.store.Directory directory,
EntityDefinition entMap)
Create a Lucene TextIndex
|
static TextIndex |
TextDatasetFactory.createSolrIndex(org.apache.solr.client.solrj.SolrServer server,
EntityDefinition entMap)
Create a Solr TextIndex
|
TextIndex |
DatasetGraphText.getTextIndex() |
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.sparql.core.DatasetGraph |
TextDatasetFactory.create(com.hp.hpl.jena.sparql.core.DatasetGraph dsg,
TextIndex textIndex)
Create a text-indexed dataset
|
static com.hp.hpl.jena.query.Dataset |
TextDatasetFactory.create(com.hp.hpl.jena.query.Dataset base,
TextIndex textIndex)
Create a text-indexed dataset
|
| Constructor and Description |
|---|
DatasetGraphText(com.hp.hpl.jena.sparql.core.DatasetGraph dsg,
TextIndex index,
TextDocProducer producer) |
TextDocProducerEntities(EntityDefinition defn,
TextIndex indexer) |
TextDocProducerTriples(EntityDefinition defn,
TextIndex indexer) |
| Modifier and Type | Method and Description |
|---|---|
TextIndex |
TextIndexLuceneAssembler.open(com.hp.hpl.jena.assembler.Assembler a,
com.hp.hpl.jena.rdf.model.Resource root,
com.hp.hpl.jena.assembler.Mode mode) |
TextIndex |
TextIndexSolrAssembler.open(com.hp.hpl.jena.assembler.Assembler a,
com.hp.hpl.jena.rdf.model.Resource root,
com.hp.hpl.jena.assembler.Mode mode) |
Licenced under the Apache License, Version 2.0