public class TextQueryFuncs extends Object
| Constructor and Description |
|---|
TextQueryFuncs() |
| Modifier and Type | Method and Description |
|---|---|
static Entity |
entityFromQuad(EntityDefinition defn,
Node g,
Node s,
Node p,
Node o)
Create an Entity from a quad (as g/s/p/o).
|
static Entity |
entityFromQuad(EntityDefinition defn,
Quad quad)
Create an Entity from a quad.
|
static String |
graphNodeToString(Node g)
Create a string to put in a Lucene index for a graph node
|
static Node |
stringToNode(String v)
Recover a Node from a stored Lucene string
|
static String |
subjectToString(Node s)
Create a string to put in a Lucene index for the subject node
|
public static String subjectToString(Node s)
public static String graphNodeToString(Node g)
public static Entity entityFromQuad(EntityDefinition defn, Quad quad)
Licenced under the Apache License, Version 2.0