|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.erowid.sperosearch.SearchResultEntry
An entry returned by the SperoSearch search engine. Basically, a struct.
| Constructor Summary | |
protected |
SearchResultEntry(String url,
String title,
String description,
float weight)
Creates a new SearchResultEntry for a SearchResults collection. |
| Method Summary | |
String |
getDescription()
Returns the description of this search result. |
String |
getTitle()
Returns the title of the web page represented by this search result. |
String |
getURL()
Returns the URL, as a String, of this search result. |
float |
getWeight()
Returns the weight of this search result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected SearchResultEntry(String url,
String title,
String description,
float weight)
SearchResults collection.
| Method Detail |
public String getURL()
public String getTitle()
public String getDescription()
public float getWeight()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||