|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HitContent
Service that returns the content of a hit.
| Method Summary | |
|---|---|
byte[] |
getContent(HitDetails details)
Returns the content of a hit document. |
long |
getFetchDate(HitDetails details)
Returns the fetch date of a hit document. |
ParseData |
getParseData(HitDetails details)
Returns the ParseData of a hit document. |
ParseText |
getParseText(HitDetails details)
Returns the ParseText of a hit document. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
byte[] getContent(HitDetails details)
throws IOException
IOException
ParseData getParseData(HitDetails details)
throws IOException
IOException
ParseText getParseText(HitDetails details)
throws IOException
IOException
long getFetchDate(HitDetails details)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||