OBJECT
AnalyzerGroup
Description
AnalyzerGroup represents a group of analyzers.
link GraphQL Schema definition
- type AnalyzerGroup {
- # List of analyzers in the group.
- : [Analyzer!]!
- # List of document type IDs associated with this analyzer group.
- : [String!]!
- # Analyzer group type.
- : AnalyzerGroupTypeEnum!
- # Analyzer group id for custom groups.
- : String!
- # Analyzer group name for custom groups.
- : String!
- }
link Require by
- AnalyzerGroupConnectionPaginated list of AnalyzerGroup objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- AnalyzerGroupEdgeWrapper around the AnalyzerGroup object. This wrapper is used for pagination.
- AnalyzerGroupResultAnalyzerGroupResult represents the result of a group of analyzers.
- AnalyzerMapping