net.sf.derquinse.lucis
Class GroupResult

java.lang.Object
  extended by net.sf.derquinse.lucis.Result
      extended by net.sf.derquinse.lucis.GroupResult
All Implemented Interfaces:
Serializable

public class GroupResult
extends Result

Grouped search result.

Author:
Andres Rodriguez
See Also:
Serialized Form

Constructor Summary
GroupResult(Group group, float maxScore, long time)
           
 
Method Summary
 Group getGroup()
           
 
Methods inherited from class net.sf.derquinse.lucis.Result
getMaxScore, getTime, getTotalHits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupResult

public GroupResult(Group group,
                   float maxScore,
                   long time)
Method Detail

getGroup

public Group getGroup()


Copyright © 2011. All Rights Reserved.