public class Group extends Object implements Serializable
GroupCommand.
In case of a field value or a function result the value is always a indexed value.| 构造器和说明 |
|---|
Group(String groupValue,
SolrDocumentList result)
Creates a Group instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGroupValue()
Returns the common group value that all documents share inside this group.
|
SolrDocumentList |
getResult()
Returns the documents to be displayed that belong to this group.
|
public Group(String groupValue, SolrDocumentList result)
groupValue - The common group value (indexed value) that all documents share.result - The documents to be displayed that belong to this grouppublic String getGroupValue()
public SolrDocumentList getResult()
group.offset and group.limit parameters.Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.