public class SimpleSearchResult<H> extends Object implements SearchResult<H>
| Constructor and Description |
|---|
SimpleSearchResult(long hitCount,
List<H> hits) |
public long getTotalHitCount()
getTotalHitCount in interface SearchResult<H>public List<H> getHits()
getHits in interface SearchResult<H>List containing one element for each matched entity.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.