public class TextHit
extends Object
Class representing a single hit from a jena-text index
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
TextHit
public TextHit(Node node,
float score,
Node literal)
-
TextHit
public TextHit(Node node,
float score,
Node literal,
Node graph)
-
-
Method Details
-
-
getScore
public float getScore()
-
-
-
-