Uses of Class
org.apache.jena.query.text.Entity
-
Packages that use Entity Package Description org.apache.jena.query.text -
-
Uses of Entity in org.apache.jena.query.text
Methods in org.apache.jena.query.text that return Entity Modifier and Type Method Description static EntityTextQueryFuncs. entityFromQuad(EntityDefinition defn, Node g, Node s, Node p, Node o)Create an Entity from a quad (as g/s/p/o).static EntityTextQueryFuncs. entityFromQuad(EntityDefinition defn, Quad quad)Create an Entity from a quad.Methods in org.apache.jena.query.text with parameters of type Entity Modifier and Type Method Description voidTextIndex. addEntity(Entity entity)voidTextIndexLucene. addEntity(Entity entity)voidTextIndex. deleteEntity(Entity entity)voidTextIndexLucene. deleteEntity(Entity entity)voidIndexer. handle(Entity entity)voidTextIndex. updateEntity(Entity entity)voidTextIndexLucene. updateEntity(Entity entity)
-