Represents a group in the group list of the search response.

interface SearchResponseGroupResponseGroupListGroup {
    doclist?: SearchResponseResponse;
    groupValue: string;
}

Properties

Properties

groupValue: string