public abstract class FullTextQueryHit
extends java.lang.Object
Constructor and Description |
---|
FullTextQueryHit() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getCollection()
This method returns the name of the collection in which the match was found.
|
abstract byte[] |
getEvent()
This method returns the matched event instance in JSON format.
|
abstract double |
getScore()
This method returns the accuracy (score) of the match.
|
public abstract java.lang.String getCollection()
public abstract double getScore()
public abstract byte[] getEvent()