groupIdentity
Modifier | Constructor and Description |
---|---|
protected |
HitGroup(PropertyValue groupIdentity,
Hits storedResults,
int totalSize)
Wraps a list of Hit objects with the HitGroup interface.
|
protected |
HitGroup(QueryInfo queryInfo,
PropertyValue groupIdentity,
int totalSize) |
protected |
HitGroup(QueryInfo queryInfo,
PropertyValue groupIdentity,
List<Hit> storedResults,
CapturedGroups capturedGroups,
int totalSize)
Wraps a list of Hit objects with the HitGroup interface.
|
Modifier and Type | Method and Description |
---|---|
static HitGroup |
empty(QueryInfo queryInfo,
PropertyValue groupIdentity,
int totalSize) |
static HitGroup |
fromHits(PropertyValue groupIdentity,
Hits storedResults,
int totalSize) |
static HitGroup |
fromList(QueryInfo queryInfo,
PropertyValue groupIdentity,
List<Hit> storedResults,
CapturedGroups capturedGroups,
int totalSize) |
Hits |
storedResults() |
compareTo, identity, numberOfStoredResults, size, toString
protected HitGroup(QueryInfo queryInfo, PropertyValue groupIdentity, int totalSize)
protected HitGroup(QueryInfo queryInfo, PropertyValue groupIdentity, List<Hit> storedResults, CapturedGroups capturedGroups, int totalSize)
queryInfo
- query infostoredResults
- the hits we actually storedcapturedGroups
- captured groups for hits in this grouptotalSize
- total group sizeprotected HitGroup(PropertyValue groupIdentity, Hits storedResults, int totalSize)
queryInfo
- query infostoredResults
- the hitspublic static HitGroup empty(QueryInfo queryInfo, PropertyValue groupIdentity, int totalSize)
public static HitGroup fromList(QueryInfo queryInfo, PropertyValue groupIdentity, List<Hit> storedResults, CapturedGroups capturedGroups, int totalSize)
public static HitGroup fromHits(PropertyValue groupIdentity, Hits storedResults, int totalSize)
public Hits storedResults()
storedResults
in class Group<Hit>
Copyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.