Package dw.xmlrpc
Class SearchResult
- java.lang.Object
-
- dw.xmlrpc.SearchResult
-
public class SearchResult extends java.lang.ObjectResult of a text search on the wiki
-
-
Constructor Summary
Constructors Constructor Description SearchResult(java.lang.String id, java.lang.String title, java.lang.Integer rev, java.lang.Integer mtime, java.lang.Integer score, java.lang.String snippet, java.lang.Integer size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()java.lang.Integermtime()java.lang.Integerrev()java.lang.Integerscore()Score of the result.java.lang.Integersize()java.lang.Stringsnippet()Snippet of the page matching the search.java.lang.Stringtitle()java.lang.StringtoString()
-
-
-
Method Detail
-
id
public java.lang.String id()
-
title
public java.lang.String title()
-
size
public java.lang.Integer size()
-
rev
public java.lang.Integer rev()
-
mtime
public java.lang.Integer mtime()
-
score
public java.lang.Integer score()
Score of the result. The higher, the more relevant this result is.
-
snippet
public java.lang.String snippet()
Snippet of the page matching the search.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-