Documentation of 'org.apache.lucene.search.Hit' Java class
Hit
org.apache.lucene.search

Class Hit

  • All Implemented Interfaces:
    java.io.Serializable


    public class Hit
    extends java.lang.Object
    implements java.io.Serializable
    Wrapper used by HitIterator to provide a lazily loaded hit from Hits.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String get(java.lang.String name)
      Returns the string value of the field with the given name if any exist in this document, or null.
      float getBoost()
      Returns the boost factor for this hit on any field of the underlying document.
      Document getDocument()
      Returns document for this hit.
      int getId()
      Returns id for this hit.
      float getScore()
      Returns score for this hit.
      java.lang.String toString()
      Prints the parameters to be used to discover the promised result.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getScore

        public float getScore()
                       throws java.io.IOException
        Returns score for this hit.
        Throws:
        java.io.IOException
        See Also:
        Hits.score(int)
      • getId

        public int getId()
                  throws java.io.IOException
        Returns id for this hit.
        Throws:
        java.io.IOException
        See Also:
        Hits.id(int)
      • getBoost

        public float getBoost()
                       throws CorruptIndexException,
                              java.io.IOException
        Returns the boost factor for this hit on any field of the underlying document.
        Throws:
        CorruptIndexException - if the index is corrupt
        java.io.IOException - if there is a low-level IO error
        See Also:
        Document.getBoost()
      • get

        public java.lang.String get(java.lang.String name)
                             throws CorruptIndexException,
                                    java.io.IOException
        Returns the string value of the field with the given name if any exist in this document, or null. If multiple fields exist with this name, this method returns the first value added. If only binary fields with this name exist, returns null.
        Throws:
        CorruptIndexException - if the index is corrupt
        java.io.IOException - if there is a low-level IO error
        See Also:
        Document.get(String)
      • toString

        public java.lang.String toString()
        Prints the parameters to be used to discover the promised result.
        Overrides:
        toString in class java.lang.Object

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.