public interface TextIndex
extends org.apache.jena.atlas.lib.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
abortIndexing() |
void |
addEntity(Entity entity) |
void |
finishIndexing() |
Map<String,com.hp.hpl.jena.graph.Node> |
get(String uri)
Get all entries for uri
|
EntityDefinition |
getDocDef() |
List<com.hp.hpl.jena.graph.Node> |
query(String qs) |
List<com.hp.hpl.jena.graph.Node> |
query(String qs,
int limit)
Access the index - limit if -1 for as many as possible
|
void |
startIndexing() |
void startIndexing()
void addEntity(Entity entity)
void finishIndexing()
void abortIndexing()
List<com.hp.hpl.jena.graph.Node> query(String qs, int limit)
EntityDefinition getDocDef()
Licenced under the Apache License, Version 2.0