search_decorators

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2018 License: BSD-3-Clause Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for search decorators API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new search decorators API client.

func (*Client) ExportSearchAbsoluteChunked

func (a *Client) ExportSearchAbsoluteChunked(params *ExportSearchAbsoluteChunkedParams, authInfo runtime.ClientAuthInfoWriter) (*ExportSearchAbsoluteChunkedOK, error)

ExportSearchAbsoluteChunked exports message search with absolute timerange

Search for messages using an absolute timerange, specified as from/to with format yyyy-MM-ddTHH:mm:ss.SSSZ (e.g. 2014-01-23T15:34:49.000Z) or yyyy-MM-dd HH:mm:ss.

func (*Client) FieldHistogramAbsolute

func (a *Client) FieldHistogramAbsolute(params *FieldHistogramAbsoluteParams, authInfo runtime.ClientAuthInfoWriter) (*FieldHistogramAbsoluteOK, error)

FieldHistogramAbsolute fields value histogram of a query using an absolute timerange

func (*Client) HistogramAbsolute

func (a *Client) HistogramAbsolute(params *HistogramAbsoluteParams, authInfo runtime.ClientAuthInfoWriter) (*HistogramAbsoluteOK, error)

HistogramAbsolute datetimes histogram of a query using an absolute timerange

func (*Client) SearchAbsolute

func (a *Client) SearchAbsolute(params *SearchAbsoluteParams, authInfo runtime.ClientAuthInfoWriter) (*SearchAbsoluteOK, error)

SearchAbsolute messages search with absolute timerange

Search for messages using an absolute timerange, specified as from/to with format yyyy-MM-ddTHH:mm:ss.SSSZ (e.g. 2014-01-23T15:34:49.000Z) or yyyy-MM-dd HH:mm:ss.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) StatsAbsolute

func (a *Client) StatsAbsolute(params *StatsAbsoluteParams, authInfo runtime.ClientAuthInfoWriter) (*StatsAbsoluteOK, error)

StatsAbsolute fields statistics for a query using an absolute timerange

Returns statistics like min/max or standard deviation of numeric fields over the whole query result set.

func (*Client) TermsAbsolute

func (a *Client) TermsAbsolute(params *TermsAbsoluteParams, authInfo runtime.ClientAuthInfoWriter) (*TermsAbsoluteOK, error)

TermsAbsolute mosts common field terms of a query using an absolute timerange

func (*Client) TermsStatsAbsolute

func (a *Client) TermsStatsAbsolute(params *TermsStatsAbsoluteParams, authInfo runtime.ClientAuthInfoWriter) (*TermsStatsAbsoluteOK, error)

TermsStatsAbsolute ordereds field terms of a query computed on another field using an absolute timerange

type ExportSearchAbsoluteChunkedBadRequest

type ExportSearchAbsoluteChunkedBadRequest struct {
}

ExportSearchAbsoluteChunkedBadRequest handles this case with default header values.

Invalid timerange parameters provided.

func NewExportSearchAbsoluteChunkedBadRequest

func NewExportSearchAbsoluteChunkedBadRequest() *ExportSearchAbsoluteChunkedBadRequest

NewExportSearchAbsoluteChunkedBadRequest creates a ExportSearchAbsoluteChunkedBadRequest with default headers values

func (*ExportSearchAbsoluteChunkedBadRequest) Error

type ExportSearchAbsoluteChunkedOK

type ExportSearchAbsoluteChunkedOK struct {
}

ExportSearchAbsoluteChunkedOK handles this case with default header values.

No response was specified

func NewExportSearchAbsoluteChunkedOK

func NewExportSearchAbsoluteChunkedOK() *ExportSearchAbsoluteChunkedOK

NewExportSearchAbsoluteChunkedOK creates a ExportSearchAbsoluteChunkedOK with default headers values

func (*ExportSearchAbsoluteChunkedOK) Error

type ExportSearchAbsoluteChunkedParams

type ExportSearchAbsoluteChunkedParams struct {

	/*Fields
	  Comma separated list of fields to return

	*/
	Fields string
	/*Filter
	  Filter

	*/
	Filter *string
	/*From
	  Timerange start. See description for date format

	*/
	From string
	/*Limit
	  Maximum number of messages to return.

	*/
	Limit *int64
	/*Offset
	  Offset

	*/
	Offset *int64
	/*Query
	  Query (Lucene syntax)

	*/
	Query string
	/*To
	  Timerange end. See description for date format

	*/
	To string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ExportSearchAbsoluteChunkedParams contains all the parameters to send to the API endpoint for the export search absolute chunked operation typically these are written to a http.Request

func NewExportSearchAbsoluteChunkedParams

func NewExportSearchAbsoluteChunkedParams() *ExportSearchAbsoluteChunkedParams

NewExportSearchAbsoluteChunkedParams creates a new ExportSearchAbsoluteChunkedParams object with the default values initialized.

func NewExportSearchAbsoluteChunkedParamsWithContext

func NewExportSearchAbsoluteChunkedParamsWithContext(ctx context.Context) *ExportSearchAbsoluteChunkedParams

NewExportSearchAbsoluteChunkedParamsWithContext creates a new ExportSearchAbsoluteChunkedParams object with the default values initialized, and the ability to set a context for a request

func NewExportSearchAbsoluteChunkedParamsWithHTTPClient

func NewExportSearchAbsoluteChunkedParamsWithHTTPClient(client *http.Client) *ExportSearchAbsoluteChunkedParams

NewExportSearchAbsoluteChunkedParamsWithHTTPClient creates a new ExportSearchAbsoluteChunkedParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewExportSearchAbsoluteChunkedParamsWithTimeout

func NewExportSearchAbsoluteChunkedParamsWithTimeout(timeout time.Duration) *ExportSearchAbsoluteChunkedParams

NewExportSearchAbsoluteChunkedParamsWithTimeout creates a new ExportSearchAbsoluteChunkedParams object with the default values initialized, and the ability to set a timeout on a request

func (*ExportSearchAbsoluteChunkedParams) SetContext

SetContext adds the context to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) SetFields

func (o *ExportSearchAbsoluteChunkedParams) SetFields(fields string)

SetFields adds the fields to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) SetFilter

func (o *ExportSearchAbsoluteChunkedParams) SetFilter(filter *string)

SetFilter adds the filter to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) SetFrom

func (o *ExportSearchAbsoluteChunkedParams) SetFrom(from string)

SetFrom adds the from to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) SetHTTPClient

func (o *ExportSearchAbsoluteChunkedParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) SetLimit

func (o *ExportSearchAbsoluteChunkedParams) SetLimit(limit *int64)

SetLimit adds the limit to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) SetOffset

func (o *ExportSearchAbsoluteChunkedParams) SetOffset(offset *int64)

SetOffset adds the offset to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) SetQuery

func (o *ExportSearchAbsoluteChunkedParams) SetQuery(query string)

SetQuery adds the query to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) SetTimeout

func (o *ExportSearchAbsoluteChunkedParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) SetTo

SetTo adds the to to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WithContext

WithContext adds the context to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WithFields

WithFields adds the fields to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WithFilter

WithFilter adds the filter to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WithFrom

WithFrom adds the from to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WithLimit

WithLimit adds the limit to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WithOffset

WithOffset adds the offset to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WithQuery

WithQuery adds the query to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WithTimeout

WithTimeout adds the timeout to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WithTo

WithTo adds the to to the export search absolute chunked params

func (*ExportSearchAbsoluteChunkedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportSearchAbsoluteChunkedReader

type ExportSearchAbsoluteChunkedReader struct {
	// contains filtered or unexported fields
}

ExportSearchAbsoluteChunkedReader is a Reader for the ExportSearchAbsoluteChunked structure.

func (*ExportSearchAbsoluteChunkedReader) ReadResponse

func (o *ExportSearchAbsoluteChunkedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type FieldHistogramAbsoluteBadRequest

type FieldHistogramAbsoluteBadRequest struct {
}

FieldHistogramAbsoluteBadRequest handles this case with default header values.

Field is not of numeric type.

func NewFieldHistogramAbsoluteBadRequest

func NewFieldHistogramAbsoluteBadRequest() *FieldHistogramAbsoluteBadRequest

NewFieldHistogramAbsoluteBadRequest creates a FieldHistogramAbsoluteBadRequest with default headers values

func (*FieldHistogramAbsoluteBadRequest) Error

type FieldHistogramAbsoluteOK

type FieldHistogramAbsoluteOK struct {
	Payload *models.HistogramResult
}

FieldHistogramAbsoluteOK handles this case with default header values.

No response was specified

func NewFieldHistogramAbsoluteOK

func NewFieldHistogramAbsoluteOK() *FieldHistogramAbsoluteOK

NewFieldHistogramAbsoluteOK creates a FieldHistogramAbsoluteOK with default headers values

func (*FieldHistogramAbsoluteOK) Error

func (o *FieldHistogramAbsoluteOK) Error() string

type FieldHistogramAbsoluteParams

type FieldHistogramAbsoluteParams struct {

	/*Cardinality
	  Calculate the cardinality of the field as well

	*/
	Cardinality *bool
	/*Field
	  Field of whose values to get the histogram of

	*/
	Field string
	/*Filter
	  Filter

	*/
	Filter *string
	/*From
	  Timerange start. See search method description for date format

	*/
	From string
	/*Interval
	  Histogram interval / bucket size. (year, quarter, month, week, day, hour or minute)

	*/
	Interval string
	/*Query
	  Query (Lucene syntax)

	*/
	Query string
	/*To
	  Timerange end. See search method description for date format

	*/
	To string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

FieldHistogramAbsoluteParams contains all the parameters to send to the API endpoint for the field histogram absolute operation typically these are written to a http.Request

func NewFieldHistogramAbsoluteParams

func NewFieldHistogramAbsoluteParams() *FieldHistogramAbsoluteParams

NewFieldHistogramAbsoluteParams creates a new FieldHistogramAbsoluteParams object with the default values initialized.

func NewFieldHistogramAbsoluteParamsWithContext

func NewFieldHistogramAbsoluteParamsWithContext(ctx context.Context) *FieldHistogramAbsoluteParams

NewFieldHistogramAbsoluteParamsWithContext creates a new FieldHistogramAbsoluteParams object with the default values initialized, and the ability to set a context for a request

func NewFieldHistogramAbsoluteParamsWithHTTPClient

func NewFieldHistogramAbsoluteParamsWithHTTPClient(client *http.Client) *FieldHistogramAbsoluteParams

NewFieldHistogramAbsoluteParamsWithHTTPClient creates a new FieldHistogramAbsoluteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewFieldHistogramAbsoluteParamsWithTimeout

func NewFieldHistogramAbsoluteParamsWithTimeout(timeout time.Duration) *FieldHistogramAbsoluteParams

NewFieldHistogramAbsoluteParamsWithTimeout creates a new FieldHistogramAbsoluteParams object with the default values initialized, and the ability to set a timeout on a request

func (*FieldHistogramAbsoluteParams) SetCardinality

func (o *FieldHistogramAbsoluteParams) SetCardinality(cardinality *bool)

SetCardinality adds the cardinality to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) SetContext

func (o *FieldHistogramAbsoluteParams) SetContext(ctx context.Context)

SetContext adds the context to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) SetField

func (o *FieldHistogramAbsoluteParams) SetField(field string)

SetField adds the field to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) SetFilter

func (o *FieldHistogramAbsoluteParams) SetFilter(filter *string)

SetFilter adds the filter to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) SetFrom

func (o *FieldHistogramAbsoluteParams) SetFrom(from string)

SetFrom adds the from to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) SetHTTPClient

func (o *FieldHistogramAbsoluteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) SetInterval

func (o *FieldHistogramAbsoluteParams) SetInterval(interval string)

SetInterval adds the interval to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) SetQuery

func (o *FieldHistogramAbsoluteParams) SetQuery(query string)

SetQuery adds the query to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) SetTimeout

func (o *FieldHistogramAbsoluteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) SetTo

func (o *FieldHistogramAbsoluteParams) SetTo(to string)

SetTo adds the to to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WithCardinality

func (o *FieldHistogramAbsoluteParams) WithCardinality(cardinality *bool) *FieldHistogramAbsoluteParams

WithCardinality adds the cardinality to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WithContext

WithContext adds the context to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WithField

WithField adds the field to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WithFilter

WithFilter adds the filter to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WithFrom

WithFrom adds the from to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WithInterval

WithInterval adds the interval to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WithQuery

WithQuery adds the query to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WithTimeout

WithTimeout adds the timeout to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WithTo

WithTo adds the to to the field histogram absolute params

func (*FieldHistogramAbsoluteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FieldHistogramAbsoluteReader

type FieldHistogramAbsoluteReader struct {
	// contains filtered or unexported fields
}

FieldHistogramAbsoluteReader is a Reader for the FieldHistogramAbsolute structure.

func (*FieldHistogramAbsoluteReader) ReadResponse

func (o *FieldHistogramAbsoluteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type HistogramAbsoluteBadRequest

type HistogramAbsoluteBadRequest struct {
}

HistogramAbsoluteBadRequest handles this case with default header values.

Invalid interval provided.

func NewHistogramAbsoluteBadRequest

func NewHistogramAbsoluteBadRequest() *HistogramAbsoluteBadRequest

NewHistogramAbsoluteBadRequest creates a HistogramAbsoluteBadRequest with default headers values

func (*HistogramAbsoluteBadRequest) Error

type HistogramAbsoluteOK

type HistogramAbsoluteOK struct {
	Payload *models.HistogramResult
}

HistogramAbsoluteOK handles this case with default header values.

No response was specified

func NewHistogramAbsoluteOK

func NewHistogramAbsoluteOK() *HistogramAbsoluteOK

NewHistogramAbsoluteOK creates a HistogramAbsoluteOK with default headers values

func (*HistogramAbsoluteOK) Error

func (o *HistogramAbsoluteOK) Error() string

type HistogramAbsoluteParams

type HistogramAbsoluteParams struct {

	/*Filter
	  Filter

	*/
	Filter *string
	/*From
	  Timerange start. See search method description for date format

	*/
	From string
	/*Interval
	  Histogram interval / bucket size. (year, quarter, month, week, day, hour or minute)

	*/
	Interval string
	/*Query
	  Query (Lucene syntax)

	*/
	Query string
	/*To
	  Timerange end. See search method description for date format

	*/
	To string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

HistogramAbsoluteParams contains all the parameters to send to the API endpoint for the histogram absolute operation typically these are written to a http.Request

func NewHistogramAbsoluteParams

func NewHistogramAbsoluteParams() *HistogramAbsoluteParams

NewHistogramAbsoluteParams creates a new HistogramAbsoluteParams object with the default values initialized.

func NewHistogramAbsoluteParamsWithContext

func NewHistogramAbsoluteParamsWithContext(ctx context.Context) *HistogramAbsoluteParams

NewHistogramAbsoluteParamsWithContext creates a new HistogramAbsoluteParams object with the default values initialized, and the ability to set a context for a request

func NewHistogramAbsoluteParamsWithHTTPClient

func NewHistogramAbsoluteParamsWithHTTPClient(client *http.Client) *HistogramAbsoluteParams

NewHistogramAbsoluteParamsWithHTTPClient creates a new HistogramAbsoluteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewHistogramAbsoluteParamsWithTimeout

func NewHistogramAbsoluteParamsWithTimeout(timeout time.Duration) *HistogramAbsoluteParams

NewHistogramAbsoluteParamsWithTimeout creates a new HistogramAbsoluteParams object with the default values initialized, and the ability to set a timeout on a request

func (*HistogramAbsoluteParams) SetContext

func (o *HistogramAbsoluteParams) SetContext(ctx context.Context)

SetContext adds the context to the histogram absolute params

func (*HistogramAbsoluteParams) SetFilter

func (o *HistogramAbsoluteParams) SetFilter(filter *string)

SetFilter adds the filter to the histogram absolute params

func (*HistogramAbsoluteParams) SetFrom

func (o *HistogramAbsoluteParams) SetFrom(from string)

SetFrom adds the from to the histogram absolute params

func (*HistogramAbsoluteParams) SetHTTPClient

func (o *HistogramAbsoluteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the histogram absolute params

func (*HistogramAbsoluteParams) SetInterval

func (o *HistogramAbsoluteParams) SetInterval(interval string)

SetInterval adds the interval to the histogram absolute params

func (*HistogramAbsoluteParams) SetQuery

func (o *HistogramAbsoluteParams) SetQuery(query string)

SetQuery adds the query to the histogram absolute params

func (*HistogramAbsoluteParams) SetTimeout

func (o *HistogramAbsoluteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the histogram absolute params

func (*HistogramAbsoluteParams) SetTo

func (o *HistogramAbsoluteParams) SetTo(to string)

SetTo adds the to to the histogram absolute params

func (*HistogramAbsoluteParams) WithContext

WithContext adds the context to the histogram absolute params

func (*HistogramAbsoluteParams) WithFilter

func (o *HistogramAbsoluteParams) WithFilter(filter *string) *HistogramAbsoluteParams

WithFilter adds the filter to the histogram absolute params

func (*HistogramAbsoluteParams) WithFrom

WithFrom adds the from to the histogram absolute params

func (*HistogramAbsoluteParams) WithHTTPClient

func (o *HistogramAbsoluteParams) WithHTTPClient(client *http.Client) *HistogramAbsoluteParams

WithHTTPClient adds the HTTPClient to the histogram absolute params

func (*HistogramAbsoluteParams) WithInterval

func (o *HistogramAbsoluteParams) WithInterval(interval string) *HistogramAbsoluteParams

WithInterval adds the interval to the histogram absolute params

func (*HistogramAbsoluteParams) WithQuery

WithQuery adds the query to the histogram absolute params

func (*HistogramAbsoluteParams) WithTimeout

WithTimeout adds the timeout to the histogram absolute params

func (*HistogramAbsoluteParams) WithTo

WithTo adds the to to the histogram absolute params

func (*HistogramAbsoluteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type HistogramAbsoluteReader

type HistogramAbsoluteReader struct {
	// contains filtered or unexported fields
}

HistogramAbsoluteReader is a Reader for the HistogramAbsolute structure.

func (*HistogramAbsoluteReader) ReadResponse

func (o *HistogramAbsoluteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SearchAbsoluteBadRequest

type SearchAbsoluteBadRequest struct {
}

SearchAbsoluteBadRequest handles this case with default header values.

Invalid timerange parameters provided.

func NewSearchAbsoluteBadRequest

func NewSearchAbsoluteBadRequest() *SearchAbsoluteBadRequest

NewSearchAbsoluteBadRequest creates a SearchAbsoluteBadRequest with default headers values

func (*SearchAbsoluteBadRequest) Error

func (o *SearchAbsoluteBadRequest) Error() string

type SearchAbsoluteOK

type SearchAbsoluteOK struct {
	Payload *models.SearchResponse
}

SearchAbsoluteOK handles this case with default header values.

No response was specified

func NewSearchAbsoluteOK

func NewSearchAbsoluteOK() *SearchAbsoluteOK

NewSearchAbsoluteOK creates a SearchAbsoluteOK with default headers values

func (*SearchAbsoluteOK) Error

func (o *SearchAbsoluteOK) Error() string

type SearchAbsoluteParams

type SearchAbsoluteParams struct {

	/*Decorate
	  Run decorators on search result

	*/
	Decorate *bool
	/*Fields
	  Comma separated list of fields to return

	*/
	Fields *string
	/*Filter
	  Filter

	*/
	Filter *string
	/*From
	  Timerange start. See description for date format

	*/
	From string
	/*Limit
	  Maximum number of messages to return.

	*/
	Limit *int64
	/*Offset
	  Offset

	*/
	Offset *int64
	/*Query
	  Query (Lucene syntax)

	*/
	Query string
	/*Sort
	  Sorting (field:asc / field:desc)

	*/
	Sort *string
	/*To
	  Timerange end. See description for date format

	*/
	To string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SearchAbsoluteParams contains all the parameters to send to the API endpoint for the search absolute operation typically these are written to a http.Request

func NewSearchAbsoluteParams

func NewSearchAbsoluteParams() *SearchAbsoluteParams

NewSearchAbsoluteParams creates a new SearchAbsoluteParams object with the default values initialized.

func NewSearchAbsoluteParamsWithContext

func NewSearchAbsoluteParamsWithContext(ctx context.Context) *SearchAbsoluteParams

NewSearchAbsoluteParamsWithContext creates a new SearchAbsoluteParams object with the default values initialized, and the ability to set a context for a request

func NewSearchAbsoluteParamsWithHTTPClient

func NewSearchAbsoluteParamsWithHTTPClient(client *http.Client) *SearchAbsoluteParams

NewSearchAbsoluteParamsWithHTTPClient creates a new SearchAbsoluteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSearchAbsoluteParamsWithTimeout

func NewSearchAbsoluteParamsWithTimeout(timeout time.Duration) *SearchAbsoluteParams

NewSearchAbsoluteParamsWithTimeout creates a new SearchAbsoluteParams object with the default values initialized, and the ability to set a timeout on a request

func (*SearchAbsoluteParams) SetContext

func (o *SearchAbsoluteParams) SetContext(ctx context.Context)

SetContext adds the context to the search absolute params

func (*SearchAbsoluteParams) SetDecorate

func (o *SearchAbsoluteParams) SetDecorate(decorate *bool)

SetDecorate adds the decorate to the search absolute params

func (*SearchAbsoluteParams) SetFields

func (o *SearchAbsoluteParams) SetFields(fields *string)

SetFields adds the fields to the search absolute params

func (*SearchAbsoluteParams) SetFilter

func (o *SearchAbsoluteParams) SetFilter(filter *string)

SetFilter adds the filter to the search absolute params

func (*SearchAbsoluteParams) SetFrom

func (o *SearchAbsoluteParams) SetFrom(from string)

SetFrom adds the from to the search absolute params

func (*SearchAbsoluteParams) SetHTTPClient

func (o *SearchAbsoluteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the search absolute params

func (*SearchAbsoluteParams) SetLimit

func (o *SearchAbsoluteParams) SetLimit(limit *int64)

SetLimit adds the limit to the search absolute params

func (*SearchAbsoluteParams) SetOffset

func (o *SearchAbsoluteParams) SetOffset(offset *int64)

SetOffset adds the offset to the search absolute params

func (*SearchAbsoluteParams) SetQuery

func (o *SearchAbsoluteParams) SetQuery(query string)

SetQuery adds the query to the search absolute params

func (*SearchAbsoluteParams) SetSort

func (o *SearchAbsoluteParams) SetSort(sort *string)

SetSort adds the sort to the search absolute params

func (*SearchAbsoluteParams) SetTimeout

func (o *SearchAbsoluteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the search absolute params

func (*SearchAbsoluteParams) SetTo

func (o *SearchAbsoluteParams) SetTo(to string)

SetTo adds the to to the search absolute params

func (*SearchAbsoluteParams) WithContext

WithContext adds the context to the search absolute params

func (*SearchAbsoluteParams) WithDecorate

func (o *SearchAbsoluteParams) WithDecorate(decorate *bool) *SearchAbsoluteParams

WithDecorate adds the decorate to the search absolute params

func (*SearchAbsoluteParams) WithFields

func (o *SearchAbsoluteParams) WithFields(fields *string) *SearchAbsoluteParams

WithFields adds the fields to the search absolute params

func (*SearchAbsoluteParams) WithFilter

func (o *SearchAbsoluteParams) WithFilter(filter *string) *SearchAbsoluteParams

WithFilter adds the filter to the search absolute params

func (*SearchAbsoluteParams) WithFrom

WithFrom adds the from to the search absolute params

func (*SearchAbsoluteParams) WithHTTPClient

func (o *SearchAbsoluteParams) WithHTTPClient(client *http.Client) *SearchAbsoluteParams

WithHTTPClient adds the HTTPClient to the search absolute params

func (*SearchAbsoluteParams) WithLimit

func (o *SearchAbsoluteParams) WithLimit(limit *int64) *SearchAbsoluteParams

WithLimit adds the limit to the search absolute params

func (*SearchAbsoluteParams) WithOffset

func (o *SearchAbsoluteParams) WithOffset(offset *int64) *SearchAbsoluteParams

WithOffset adds the offset to the search absolute params

func (*SearchAbsoluteParams) WithQuery

func (o *SearchAbsoluteParams) WithQuery(query string) *SearchAbsoluteParams

WithQuery adds the query to the search absolute params

func (*SearchAbsoluteParams) WithSort

func (o *SearchAbsoluteParams) WithSort(sort *string) *SearchAbsoluteParams

WithSort adds the sort to the search absolute params

func (*SearchAbsoluteParams) WithTimeout

func (o *SearchAbsoluteParams) WithTimeout(timeout time.Duration) *SearchAbsoluteParams

WithTimeout adds the timeout to the search absolute params

func (*SearchAbsoluteParams) WithTo

WithTo adds the to to the search absolute params

func (*SearchAbsoluteParams) WriteToRequest

func (o *SearchAbsoluteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SearchAbsoluteReader

type SearchAbsoluteReader struct {
	// contains filtered or unexported fields
}

SearchAbsoluteReader is a Reader for the SearchAbsolute structure.

func (*SearchAbsoluteReader) ReadResponse

func (o *SearchAbsoluteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StatsAbsoluteBadRequest

type StatsAbsoluteBadRequest struct {
}

StatsAbsoluteBadRequest handles this case with default header values.

Field is not of numeric type.

func NewStatsAbsoluteBadRequest

func NewStatsAbsoluteBadRequest() *StatsAbsoluteBadRequest

NewStatsAbsoluteBadRequest creates a StatsAbsoluteBadRequest with default headers values

func (*StatsAbsoluteBadRequest) Error

func (o *StatsAbsoluteBadRequest) Error() string

type StatsAbsoluteOK

type StatsAbsoluteOK struct {
	Payload *models.FieldStatsResult
}

StatsAbsoluteOK handles this case with default header values.

No response was specified

func NewStatsAbsoluteOK

func NewStatsAbsoluteOK() *StatsAbsoluteOK

NewStatsAbsoluteOK creates a StatsAbsoluteOK with default headers values

func (*StatsAbsoluteOK) Error

func (o *StatsAbsoluteOK) Error() string

type StatsAbsoluteParams

type StatsAbsoluteParams struct {

	/*Field
	  Message field of numeric type to return statistics for

	*/
	Field string
	/*Filter
	  Filter

	*/
	Filter *string
	/*From
	  Timerange start. See search method description for date format

	*/
	From string
	/*Query
	  Query (Lucene syntax)

	*/
	Query string
	/*To
	  Timerange end. See search method description for date format

	*/
	To string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StatsAbsoluteParams contains all the parameters to send to the API endpoint for the stats absolute operation typically these are written to a http.Request

func NewStatsAbsoluteParams

func NewStatsAbsoluteParams() *StatsAbsoluteParams

NewStatsAbsoluteParams creates a new StatsAbsoluteParams object with the default values initialized.

func NewStatsAbsoluteParamsWithContext

func NewStatsAbsoluteParamsWithContext(ctx context.Context) *StatsAbsoluteParams

NewStatsAbsoluteParamsWithContext creates a new StatsAbsoluteParams object with the default values initialized, and the ability to set a context for a request

func NewStatsAbsoluteParamsWithHTTPClient

func NewStatsAbsoluteParamsWithHTTPClient(client *http.Client) *StatsAbsoluteParams

NewStatsAbsoluteParamsWithHTTPClient creates a new StatsAbsoluteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStatsAbsoluteParamsWithTimeout

func NewStatsAbsoluteParamsWithTimeout(timeout time.Duration) *StatsAbsoluteParams

NewStatsAbsoluteParamsWithTimeout creates a new StatsAbsoluteParams object with the default values initialized, and the ability to set a timeout on a request

func (*StatsAbsoluteParams) SetContext

func (o *StatsAbsoluteParams) SetContext(ctx context.Context)

SetContext adds the context to the stats absolute params

func (*StatsAbsoluteParams) SetField

func (o *StatsAbsoluteParams) SetField(field string)

SetField adds the field to the stats absolute params

func (*StatsAbsoluteParams) SetFilter

func (o *StatsAbsoluteParams) SetFilter(filter *string)

SetFilter adds the filter to the stats absolute params

func (*StatsAbsoluteParams) SetFrom

func (o *StatsAbsoluteParams) SetFrom(from string)

SetFrom adds the from to the stats absolute params

func (*StatsAbsoluteParams) SetHTTPClient

func (o *StatsAbsoluteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the stats absolute params

func (*StatsAbsoluteParams) SetQuery

func (o *StatsAbsoluteParams) SetQuery(query string)

SetQuery adds the query to the stats absolute params

func (*StatsAbsoluteParams) SetTimeout

func (o *StatsAbsoluteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the stats absolute params

func (*StatsAbsoluteParams) SetTo

func (o *StatsAbsoluteParams) SetTo(to string)

SetTo adds the to to the stats absolute params

func (*StatsAbsoluteParams) WithContext

WithContext adds the context to the stats absolute params

func (*StatsAbsoluteParams) WithField

func (o *StatsAbsoluteParams) WithField(field string) *StatsAbsoluteParams

WithField adds the field to the stats absolute params

func (*StatsAbsoluteParams) WithFilter

func (o *StatsAbsoluteParams) WithFilter(filter *string) *StatsAbsoluteParams

WithFilter adds the filter to the stats absolute params

func (*StatsAbsoluteParams) WithFrom

func (o *StatsAbsoluteParams) WithFrom(from string) *StatsAbsoluteParams

WithFrom adds the from to the stats absolute params

func (*StatsAbsoluteParams) WithHTTPClient

func (o *StatsAbsoluteParams) WithHTTPClient(client *http.Client) *StatsAbsoluteParams

WithHTTPClient adds the HTTPClient to the stats absolute params

func (*StatsAbsoluteParams) WithQuery

func (o *StatsAbsoluteParams) WithQuery(query string) *StatsAbsoluteParams

WithQuery adds the query to the stats absolute params

func (*StatsAbsoluteParams) WithTimeout

func (o *StatsAbsoluteParams) WithTimeout(timeout time.Duration) *StatsAbsoluteParams

WithTimeout adds the timeout to the stats absolute params

func (*StatsAbsoluteParams) WithTo

WithTo adds the to to the stats absolute params

func (*StatsAbsoluteParams) WriteToRequest

func (o *StatsAbsoluteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type StatsAbsoluteReader

type StatsAbsoluteReader struct {
	// contains filtered or unexported fields
}

StatsAbsoluteReader is a Reader for the StatsAbsolute structure.

func (*StatsAbsoluteReader) ReadResponse

func (o *StatsAbsoluteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type TermsAbsoluteBadRequest

type TermsAbsoluteBadRequest struct {
}

TermsAbsoluteBadRequest handles this case with default header values.

Invalid timerange parameters provided.

func NewTermsAbsoluteBadRequest

func NewTermsAbsoluteBadRequest() *TermsAbsoluteBadRequest

NewTermsAbsoluteBadRequest creates a TermsAbsoluteBadRequest with default headers values

func (*TermsAbsoluteBadRequest) Error

func (o *TermsAbsoluteBadRequest) Error() string

type TermsAbsoluteOK

type TermsAbsoluteOK struct {
	Payload *models.TermsResult
}

TermsAbsoluteOK handles this case with default header values.

No response was specified

func NewTermsAbsoluteOK

func NewTermsAbsoluteOK() *TermsAbsoluteOK

NewTermsAbsoluteOK creates a TermsAbsoluteOK with default headers values

func (*TermsAbsoluteOK) Error

func (o *TermsAbsoluteOK) Error() string

type TermsAbsoluteParams

type TermsAbsoluteParams struct {

	/*Field
	  Message field of to return terms of

	*/
	Field string
	/*Filter
	  Filter

	*/
	Filter *string
	/*From
	  Timerange start. See search method description for date format

	*/
	From string
	/*Order
	  Sorting (field:asc / field:desc)

	*/
	Order *string
	/*Query
	  Query (Lucene syntax)

	*/
	Query string
	/*Size
	  Maximum number of terms to return

	*/
	Size *int64
	/*StackedFields
	  Fields to stack

	*/
	StackedFields *string
	/*To
	  Timerange end. See search method description for date format

	*/
	To string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TermsAbsoluteParams contains all the parameters to send to the API endpoint for the terms absolute operation typically these are written to a http.Request

func NewTermsAbsoluteParams

func NewTermsAbsoluteParams() *TermsAbsoluteParams

NewTermsAbsoluteParams creates a new TermsAbsoluteParams object with the default values initialized.

func NewTermsAbsoluteParamsWithContext

func NewTermsAbsoluteParamsWithContext(ctx context.Context) *TermsAbsoluteParams

NewTermsAbsoluteParamsWithContext creates a new TermsAbsoluteParams object with the default values initialized, and the ability to set a context for a request

func NewTermsAbsoluteParamsWithHTTPClient

func NewTermsAbsoluteParamsWithHTTPClient(client *http.Client) *TermsAbsoluteParams

NewTermsAbsoluteParamsWithHTTPClient creates a new TermsAbsoluteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewTermsAbsoluteParamsWithTimeout

func NewTermsAbsoluteParamsWithTimeout(timeout time.Duration) *TermsAbsoluteParams

NewTermsAbsoluteParamsWithTimeout creates a new TermsAbsoluteParams object with the default values initialized, and the ability to set a timeout on a request

func (*TermsAbsoluteParams) SetContext

func (o *TermsAbsoluteParams) SetContext(ctx context.Context)

SetContext adds the context to the terms absolute params

func (*TermsAbsoluteParams) SetField

func (o *TermsAbsoluteParams) SetField(field string)

SetField adds the field to the terms absolute params

func (*TermsAbsoluteParams) SetFilter

func (o *TermsAbsoluteParams) SetFilter(filter *string)

SetFilter adds the filter to the terms absolute params

func (*TermsAbsoluteParams) SetFrom

func (o *TermsAbsoluteParams) SetFrom(from string)

SetFrom adds the from to the terms absolute params

func (*TermsAbsoluteParams) SetHTTPClient

func (o *TermsAbsoluteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the terms absolute params

func (*TermsAbsoluteParams) SetOrder

func (o *TermsAbsoluteParams) SetOrder(order *string)

SetOrder adds the order to the terms absolute params

func (*TermsAbsoluteParams) SetQuery

func (o *TermsAbsoluteParams) SetQuery(query string)

SetQuery adds the query to the terms absolute params

func (*TermsAbsoluteParams) SetSize

func (o *TermsAbsoluteParams) SetSize(size *int64)

SetSize adds the size to the terms absolute params

func (*TermsAbsoluteParams) SetStackedFields

func (o *TermsAbsoluteParams) SetStackedFields(stackedFields *string)

SetStackedFields adds the stackedFields to the terms absolute params

func (*TermsAbsoluteParams) SetTimeout

func (o *TermsAbsoluteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the terms absolute params

func (*TermsAbsoluteParams) SetTo

func (o *TermsAbsoluteParams) SetTo(to string)

SetTo adds the to to the terms absolute params

func (*TermsAbsoluteParams) WithContext

WithContext adds the context to the terms absolute params

func (*TermsAbsoluteParams) WithField

func (o *TermsAbsoluteParams) WithField(field string) *TermsAbsoluteParams

WithField adds the field to the terms absolute params

func (*TermsAbsoluteParams) WithFilter

func (o *TermsAbsoluteParams) WithFilter(filter *string) *TermsAbsoluteParams

WithFilter adds the filter to the terms absolute params

func (*TermsAbsoluteParams) WithFrom

func (o *TermsAbsoluteParams) WithFrom(from string) *TermsAbsoluteParams

WithFrom adds the from to the terms absolute params

func (*TermsAbsoluteParams) WithHTTPClient

func (o *TermsAbsoluteParams) WithHTTPClient(client *http.Client) *TermsAbsoluteParams

WithHTTPClient adds the HTTPClient to the terms absolute params

func (*TermsAbsoluteParams) WithOrder

func (o *TermsAbsoluteParams) WithOrder(order *string) *TermsAbsoluteParams

WithOrder adds the order to the terms absolute params

func (*TermsAbsoluteParams) WithQuery

func (o *TermsAbsoluteParams) WithQuery(query string) *TermsAbsoluteParams

WithQuery adds the query to the terms absolute params

func (*TermsAbsoluteParams) WithSize

func (o *TermsAbsoluteParams) WithSize(size *int64) *TermsAbsoluteParams

WithSize adds the size to the terms absolute params

func (*TermsAbsoluteParams) WithStackedFields

func (o *TermsAbsoluteParams) WithStackedFields(stackedFields *string) *TermsAbsoluteParams

WithStackedFields adds the stackedFields to the terms absolute params

func (*TermsAbsoluteParams) WithTimeout

func (o *TermsAbsoluteParams) WithTimeout(timeout time.Duration) *TermsAbsoluteParams

WithTimeout adds the timeout to the terms absolute params

func (*TermsAbsoluteParams) WithTo

WithTo adds the to to the terms absolute params

func (*TermsAbsoluteParams) WriteToRequest

func (o *TermsAbsoluteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type TermsAbsoluteReader

type TermsAbsoluteReader struct {
	// contains filtered or unexported fields
}

TermsAbsoluteReader is a Reader for the TermsAbsolute structure.

func (*TermsAbsoluteReader) ReadResponse

func (o *TermsAbsoluteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type TermsStatsAbsoluteBadRequest

type TermsStatsAbsoluteBadRequest struct {
}

TermsStatsAbsoluteBadRequest handles this case with default header values.

Invalid timerange parameters provided.

func NewTermsStatsAbsoluteBadRequest

func NewTermsStatsAbsoluteBadRequest() *TermsStatsAbsoluteBadRequest

NewTermsStatsAbsoluteBadRequest creates a TermsStatsAbsoluteBadRequest with default headers values

func (*TermsStatsAbsoluteBadRequest) Error

type TermsStatsAbsoluteOK

type TermsStatsAbsoluteOK struct {
	Payload *models.TermsStatsResult
}

TermsStatsAbsoluteOK handles this case with default header values.

No response was specified

func NewTermsStatsAbsoluteOK

func NewTermsStatsAbsoluteOK() *TermsStatsAbsoluteOK

NewTermsStatsAbsoluteOK creates a TermsStatsAbsoluteOK with default headers values

func (*TermsStatsAbsoluteOK) Error

func (o *TermsStatsAbsoluteOK) Error() string

type TermsStatsAbsoluteParams

type TermsStatsAbsoluteParams struct {

	/*Filter
	  Filter

	*/
	Filter *string
	/*From
	  Timerange start. See search method description for date format

	*/
	From string
	/*KeyField
	  Message field of to return terms of

	*/
	KeyField string
	/*Order
	  What to order on (Allowed values: TERM, REVERSE_TERM, COUNT, REVERSE_COUNT, TOTAL, REVERSE_TOTAL, MIN, REVERSE_MIN, MAX, REVERSE_MAX, MEAN, REVERSE_MEAN)

	*/
	Order string
	/*Query
	  Query (Lucene syntax)

	*/
	Query string
	/*Size
	  Maximum number of terms to return

	*/
	Size *int64
	/*To
	  Timerange end. See search method description for date format

	*/
	To string
	/*ValueField
	  Value field used for computation

	*/
	ValueField string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TermsStatsAbsoluteParams contains all the parameters to send to the API endpoint for the terms stats absolute operation typically these are written to a http.Request

func NewTermsStatsAbsoluteParams

func NewTermsStatsAbsoluteParams() *TermsStatsAbsoluteParams

NewTermsStatsAbsoluteParams creates a new TermsStatsAbsoluteParams object with the default values initialized.

func NewTermsStatsAbsoluteParamsWithContext

func NewTermsStatsAbsoluteParamsWithContext(ctx context.Context) *TermsStatsAbsoluteParams

NewTermsStatsAbsoluteParamsWithContext creates a new TermsStatsAbsoluteParams object with the default values initialized, and the ability to set a context for a request

func NewTermsStatsAbsoluteParamsWithHTTPClient

func NewTermsStatsAbsoluteParamsWithHTTPClient(client *http.Client) *TermsStatsAbsoluteParams

NewTermsStatsAbsoluteParamsWithHTTPClient creates a new TermsStatsAbsoluteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewTermsStatsAbsoluteParamsWithTimeout

func NewTermsStatsAbsoluteParamsWithTimeout(timeout time.Duration) *TermsStatsAbsoluteParams

NewTermsStatsAbsoluteParamsWithTimeout creates a new TermsStatsAbsoluteParams object with the default values initialized, and the ability to set a timeout on a request

func (*TermsStatsAbsoluteParams) SetContext

func (o *TermsStatsAbsoluteParams) SetContext(ctx context.Context)

SetContext adds the context to the terms stats absolute params

func (*TermsStatsAbsoluteParams) SetFilter

func (o *TermsStatsAbsoluteParams) SetFilter(filter *string)

SetFilter adds the filter to the terms stats absolute params

func (*TermsStatsAbsoluteParams) SetFrom

func (o *TermsStatsAbsoluteParams) SetFrom(from string)

SetFrom adds the from to the terms stats absolute params

func (*TermsStatsAbsoluteParams) SetHTTPClient

func (o *TermsStatsAbsoluteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the terms stats absolute params

func (*TermsStatsAbsoluteParams) SetKeyField

func (o *TermsStatsAbsoluteParams) SetKeyField(keyField string)

SetKeyField adds the keyField to the terms stats absolute params

func (*TermsStatsAbsoluteParams) SetOrder

func (o *TermsStatsAbsoluteParams) SetOrder(order string)

SetOrder adds the order to the terms stats absolute params

func (*TermsStatsAbsoluteParams) SetQuery

func (o *TermsStatsAbsoluteParams) SetQuery(query string)

SetQuery adds the query to the terms stats absolute params

func (*TermsStatsAbsoluteParams) SetSize

func (o *TermsStatsAbsoluteParams) SetSize(size *int64)

SetSize adds the size to the terms stats absolute params

func (*TermsStatsAbsoluteParams) SetTimeout

func (o *TermsStatsAbsoluteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the terms stats absolute params

func (*TermsStatsAbsoluteParams) SetTo

func (o *TermsStatsAbsoluteParams) SetTo(to string)

SetTo adds the to to the terms stats absolute params

func (*TermsStatsAbsoluteParams) SetValueField

func (o *TermsStatsAbsoluteParams) SetValueField(valueField string)

SetValueField adds the valueField to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithContext

WithContext adds the context to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithFilter

WithFilter adds the filter to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithFrom

WithFrom adds the from to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithHTTPClient

func (o *TermsStatsAbsoluteParams) WithHTTPClient(client *http.Client) *TermsStatsAbsoluteParams

WithHTTPClient adds the HTTPClient to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithKeyField

func (o *TermsStatsAbsoluteParams) WithKeyField(keyField string) *TermsStatsAbsoluteParams

WithKeyField adds the keyField to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithOrder

WithOrder adds the order to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithQuery

WithQuery adds the query to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithSize

WithSize adds the size to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithTimeout

WithTimeout adds the timeout to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithTo

WithTo adds the to to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WithValueField

func (o *TermsStatsAbsoluteParams) WithValueField(valueField string) *TermsStatsAbsoluteParams

WithValueField adds the valueField to the terms stats absolute params

func (*TermsStatsAbsoluteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TermsStatsAbsoluteReader

type TermsStatsAbsoluteReader struct {
	// contains filtered or unexported fields
}

TermsStatsAbsoluteReader is a Reader for the TermsStatsAbsolute structure.

func (*TermsStatsAbsoluteReader) ReadResponse

func (o *TermsStatsAbsoluteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL