public final class SimpleIndexSearchResult<T> extends Object implements IndexSearchResult<T>
| Constructor and Description |
|---|
SimpleIndexSearchResult(long hitCount,
List<T> hits) |
public long getTotalHitCount()
getTotalHitCount in interface IndexSearchResult<T>public List<T> getHits()
getHits in interface IndexSearchResult<T>Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.