com.google.appengine.api.search.dev
Class Scorer.SearchResults

java.lang.Object
  extended by com.google.appengine.api.search.dev.Scorer.SearchResults
Enclosing class:
Scorer

public static class Scorer.SearchResults
extends java.lang.Object

Simple container class for result list and totalHits value.


Field Summary
 Scorer.Result[] results
           
 int totalHits
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

public final Scorer.Result[] results

totalHits

public int totalHits