| Package | Description |
|---|---|
| org.apache.jena.query.text | |
| org.apache.jena.query.text.assembler |
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
TextIndexSolr.getDocDef() |
EntityDefinition |
TextIndexLucene.getDocDef() |
EntityDefinition |
TextIndex.getDocDef() |
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.query.Dataset |
TextDatasetFactory.createLucene(com.hp.hpl.jena.query.Dataset base,
org.apache.lucene.store.Directory directory,
EntityDefinition entMap)
Create a text-indexed dataset, using Lucene
|
static com.hp.hpl.jena.sparql.core.DatasetGraph |
TextDatasetFactory.createLucene(com.hp.hpl.jena.sparql.core.DatasetGraph base,
org.apache.lucene.store.Directory directory,
EntityDefinition entMap)
Create a text-indexed dataset, using Lucene
|
static TextIndex |
TextDatasetFactory.createLuceneIndex(org.apache.lucene.store.Directory directory,
EntityDefinition entMap)
Create a Lucene TextIndex
|
static com.hp.hpl.jena.sparql.core.DatasetGraph |
TextDatasetFactory.createSolrIndex(com.hp.hpl.jena.sparql.core.DatasetGraph base,
org.apache.solr.client.solrj.SolrServer server,
EntityDefinition entMap)
Create a text-indexed dataset, using Solr
|
static com.hp.hpl.jena.query.Dataset |
TextDatasetFactory.createSolrIndex(com.hp.hpl.jena.query.Dataset base,
org.apache.solr.client.solrj.SolrServer server,
EntityDefinition entMap)
Create a text-indexed dataset, using Solr
|
static TextIndex |
TextDatasetFactory.createSolrIndex(org.apache.solr.client.solrj.SolrServer server,
EntityDefinition entMap)
Create a Solr TextIndex
|
static Entity |
TextQueryFuncs.entityFromQuad(EntityDefinition defn,
com.hp.hpl.jena.graph.Node g,
com.hp.hpl.jena.graph.Node s,
com.hp.hpl.jena.graph.Node p,
com.hp.hpl.jena.graph.Node o)
Create an Entity from a quad (as g/s/p/o).
|
static Entity |
TextQueryFuncs.entityFromQuad(EntityDefinition defn,
com.hp.hpl.jena.sparql.core.Quad quad)
Create an Entity from a quad.
|
| Constructor and Description |
|---|
TextDocProducerEntities(EntityDefinition defn,
TextIndex indexer) |
TextDocProducerTriples(EntityDefinition defn,
TextIndex indexer) |
TextIndexLucene(org.apache.lucene.store.Directory directory,
EntityDefinition def) |
TextIndexSolr(org.apache.solr.client.solrj.SolrServer server,
EntityDefinition def) |
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
EntityMapAssembler.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