Documentation ¶
Overview ¶
Package termsaggregationcollectmode
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Depthfirst = TermsAggregationCollectMode{"depth_first"} Breadthfirst = TermsAggregationCollectMode{"breadth_first"} )
Functions ¶
This section is empty.
Types ¶
type TermsAggregationCollectMode ¶
type TermsAggregationCollectMode struct {
Name string
}
func (TermsAggregationCollectMode) MarshalText ¶
func (t TermsAggregationCollectMode) MarshalText() (text []byte, err error)
func (TermsAggregationCollectMode) String ¶
func (t TermsAggregationCollectMode) String() string
func (*TermsAggregationCollectMode) UnmarshalText ¶
func (t *TermsAggregationCollectMode) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.