Class TextHit


  • public class TextHit
    extends java.lang.Object
    Class representing a single hit from a jena-text index
    • Constructor Detail

      • 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 Detail

      • getNode

        public Node getNode()
      • getScore

        public float getScore()
      • getLiteral

        public Node getLiteral()
      • getGraph

        public Node getGraph()
      • getProp

        public Node getProp()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object