public interface WrappedHit
getRawHit()
are copied from the Hit class.Modifier and Type | Method and Description |
---|---|
String |
get(String s)
Deprecated.
|
float |
getBoost()
Deprecated.
|
org.apache.lucene.document.Document |
getDocument()
Deprecated.
|
int |
getId()
Deprecated.
|
org.apache.lucene.search.ScoreDoc |
getRawHit()
Deprecated.
|
float |
getScore()
Deprecated.
|
org.apache.lucene.document.Document getDocument() throws org.apache.lucene.index.CorruptIndexException, IOException
org.apache.lucene.index.CorruptIndexException
IOException
float getScore() throws IOException
IOException
int getId() throws IOException
IOException
float getBoost() throws org.apache.lucene.index.CorruptIndexException, IOException
org.apache.lucene.index.CorruptIndexException
IOException
String get(String s) throws org.apache.lucene.index.CorruptIndexException, IOException
org.apache.lucene.index.CorruptIndexException
IOException
org.apache.lucene.search.ScoreDoc getRawHit()
Copyright © 2003–2020 Atlassian. All rights reserved.