com.google.appengine.api.search.dev
Class Scorer.SearchResults
- java.lang.Object
-
- 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
Fields Modifier and Type Field and Description FacetResult[]
facetResults
Scorer.Result[]
results
int
totalHits
-
-
-
Field Detail
-
results
public final Scorer.Result[] results
-
totalHits
public int totalHits
-
facetResults
public final FacetResult[] facetResults
-
-