|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.appengine.api.search.SearchResult
ScoredDocument.
@Deprecated public final class SearchResult
Represents a single search result consisting of a scored document, a cursor to continue the search from, and any expression fields.
| Method Summary | |
|---|---|
java.lang.String |
getCursor()
Deprecated. A cursor to be used continuing search after this search result. |
Document |
getDocument()
Deprecated. |
java.util.List<Field> |
getExpressions()
Deprecated. The list of Field which are the result of any extra expressions requested. |
java.util.List<java.lang.Double> |
getSortScores()
Deprecated. The list of scores assigned during sort evaluation. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Document getDocument()
public java.util.List<java.lang.Double> getSortScores()
public java.util.List<Field> getExpressions()
FieldExpressions which are named snippet
expressions, then the returned expression will be a Field with the
name specified in the request and HTML value set to the snippet.
public java.lang.String getCursor()
QueryOptions.Builder#setCursorType to set the value to
QueryOptions.CursorType#RESULT_CURSOR, otherwise
getCursor() will return null.
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||