HIT - is the type of hits. Should typically be a
GenericEntity.public interface SearchResult<HIT> extends Serializable
SearchCriteria. It contains the hits
matching the SearchCriteria. | Modifier and Type | Method and Description |
|---|---|
List<HIT> |
getHits()
This method gets the
List with all hits returned by this SearchResult. |
boolean |
isComplete()
This method determines if this result holds all hits that matched your
SearchCriteria. |
List<HIT> getHits()
List with all hits returned by this SearchResult. hit-count is limited to the maximum hit-count
specified by your SearchCriteria.List with all hits.isComplete()boolean isComplete()
SearchCriteria. Otherwise the
matches have been truncated and getHits() will return only the amount of hits specified by
maximum hit-count of your SearchCriteria even though more hits
are available.true if this result is complete, false if there are more matches available than
contained in this result.Copyright © 2001–2016 mmm-Team. All rights reserved.