Class TextHit

java.lang.Object
org.apache.jena.query.text.TextHit

public class TextHit extends Object
Class representing a single hit from a jena-text index
  • Constructor Details

    • TextHit

      public TextHit(Node node, float score, Node literal)
    • TextHit

      public TextHit(Node node, float score, Node literal, Node graph)
    • TextHit

      public TextHit(Node node, float score, Node literal, Node graph, Node prop)
  • Method Details

    • getNode

      public Node getNode()
    • getScore

      public float getScore()
    • getLiteral

      public Node getLiteral()
    • getGraph

      public Node getGraph()
    • getProp

      public Node getProp()
    • toString

      public String toString()
      Overrides:
      toString in class Object