net.sf.derquinse.lucis
Class Result
java.lang.Object
net.sf.derquinse.lucis.Result
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- GroupResult, Item, Page
public class Result
- extends Object
- implements Serializable
Base class for search results.
- Author:
- Andres Rodriguez
- See Also:
- Serialized Form
|
Constructor Summary |
Result(int totalHits,
float maxScore,
long time)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Result
public Result(int totalHits,
float maxScore,
long time)
getMaxScore
public float getMaxScore()
getTime
public long getTime()
getTotalHits
public int getTotalHits()
Copyright © 2011. All Rights Reserved.