public class

WrappedHitImpl

extends Object
implements WrappedHit
java.lang.Object
   ↳ com.atlassian.confluence.search.v2.lucene.WrappedHitImpl

Summary

Public Constructors
WrappedHitImpl(Hit hit)
Public Methods
String get(String s)
float getBoost()
Document getDocument()
int getId()
Hit getRawHit()
Get the Lucene hit object, unwrapped.
float getScore()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.search.v2.lucene.WrappedHit

Public Constructors

public WrappedHitImpl (Hit hit)

Public Methods

public float getBoost ()

public Document getDocument ()

public int getId ()

Throws
IOException

public Hit getRawHit ()

Get the Lucene hit object, unwrapped.

Returns
  • the Lucene hit object.

public float getScore ()

Throws
IOException

public String toString ()