net.sf.derquinse.lucis
Class Result

java.lang.Object
  extended by 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)
           
 
Method Summary
 float getMaxScore()
           
 long getTime()
           
 int getTotalHits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result(int totalHits,
              float maxScore,
              long time)
Method Detail

getMaxScore

public float getMaxScore()

getTime

public long getTime()

getTotalHits

public int getTotalHits()


Copyright © 2011. All Rights Reserved.