SYMBOL INDEX (6422 symbols across 601 files) FILE: acknowledged_response.go type AcknowledgedResponse (line 9) | type AcknowledgedResponse struct FILE: aws/sign_v4.go function NewV4SigningClient (line 14) | func NewV4SigningClient(credentials awsauth.Credentials) *http.Client { function NewV4SigningClientWithHTTPClient (line 19) | func NewV4SigningClientWithHTTPClient(credentials awsauth.Credentials, h... type V4Transport (line 29) | type V4Transport struct method RoundTrip (line 35) | func (st V4Transport) RoundTrip(req *http.Request) (*http.Response, er... FILE: aws/sign_v4_test.go function TestSigningClient (line 19) | func TestSigningClient(t *testing.T) { FILE: aws/v4/aws_v4.go function NewV4SigningClient (line 21) | func NewV4SigningClient(creds *credentials.Credentials, region string) *... function NewV4SigningClientWithHTTPClient (line 26) | func NewV4SigningClientWithHTTPClient(creds *credentials.Credentials, re... type Transport (line 38) | type Transport struct method RoundTrip (line 46) | func (st Transport) RoundTrip(req *http.Request) (*http.Response, erro... FILE: aws/v4/aws_v4_test.go function TestSigningClient (line 20) | func TestSigningClient(t *testing.T) { FILE: backoff.go type BackoffFunc (line 17) | type BackoffFunc type Backoff (line 20) | type Backoff interface type ZeroBackoff (line 30) | type ZeroBackoff struct method Next (line 33) | func (b ZeroBackoff) Next(retry int) (time.Duration, bool) { type StopBackoff (line 41) | type StopBackoff struct method Next (line 44) | func (b StopBackoff) Next(retry int) (time.Duration, bool) { type ConstantBackoff (line 51) | type ConstantBackoff struct method Next (line 61) | func (b *ConstantBackoff) Next(retry int) (time.Duration, bool) { function NewConstantBackoff (line 56) | func NewConstantBackoff(interval time.Duration) *ConstantBackoff { type ExponentialBackoff (line 69) | type ExponentialBackoff struct method Next (line 87) | func (b *ExponentialBackoff) Next(retry int) (time.Duration, bool) { function NewExponentialBackoff (line 78) | func NewExponentialBackoff(initialTimeout, maxTimeout time.Duration) *Ex... type SimpleBackoff (line 103) | type SimpleBackoff struct method Jitter (line 119) | func (b *SimpleBackoff) Jitter(flag bool) *SimpleBackoff { method Next (line 135) | func (b *SimpleBackoff) Next(retry int) (time.Duration, bool) { function NewSimpleBackoff (line 111) | func NewSimpleBackoff(ticks ...int) *SimpleBackoff { function jitter (line 127) | func jitter(millis int) int { FILE: backoff_test.go function TestZeroBackoff (line 13) | func TestZeroBackoff(t *testing.T) { function TestStopBackoff (line 21) | func TestStopBackoff(t *testing.T) { function TestConstantBackoff (line 29) | func TestConstantBackoff(t *testing.T) { function TestSimpleBackoff (line 40) | func TestSimpleBackoff(t *testing.T) { function TestExponentialBackoff (line 85) | func TestExponentialBackoff(t *testing.T) { FILE: bulk.go type BulkService (line 29) | type BulkService struct method Pretty (line 62) | func (s *BulkService) Pretty(pretty bool) *BulkService { method Human (line 69) | func (s *BulkService) Human(human bool) *BulkService { method ErrorTrace (line 75) | func (s *BulkService) ErrorTrace(errorTrace bool) *BulkService { method FilterPath (line 81) | func (s *BulkService) FilterPath(filterPath ...string) *BulkService { method Header (line 87) | func (s *BulkService) Header(name string, value string) *BulkService { method Headers (line 96) | func (s *BulkService) Headers(headers http.Header) *BulkService { method Reset (line 102) | func (s *BulkService) Reset() { method Retrier (line 110) | func (s *BulkService) Retrier(retrier Retrier) *BulkService { method Index (line 117) | func (s *BulkService) Index(index string) *BulkService { method Type (line 124) | func (s *BulkService) Type(typ string) *BulkService { method Timeout (line 132) | func (s *BulkService) Timeout(timeout string) *BulkService { method Refresh (line 145) | func (s *BulkService) Refresh(refresh string) *BulkService { method Routing (line 151) | func (s *BulkService) Routing(routing string) *BulkService { method Pipeline (line 157) | func (s *BulkService) Pipeline(pipeline string) *BulkService { method WaitForActiveShards (line 167) | func (s *BulkService) WaitForActiveShards(waitForActiveShards string) ... method Add (line 174) | func (s *BulkService) Add(requests ...BulkableRequest) *BulkService { method EstimatedSizeInBytes (line 181) | func (s *BulkService) EstimatedSizeInBytes() int64 { method estimateSizeInBytes (line 195) | func (s *BulkService) estimateSizeInBytes(r BulkableRequest) int64 { method NumberOfActions (line 207) | func (s *BulkService) NumberOfActions() int { method bodyAsString (line 211) | func (s *BulkService) bodyAsString() (string, error) { method Do (line 233) | func (s *BulkService) Do(ctx context.Context) (*BulkResponse, error) { function NewBulkService (line 54) | func NewBulkService(client *Client) *BulkService { type BulkResponse (line 364) | type BulkResponse struct method Indexed (line 387) | func (r *BulkResponse) Indexed() []*BulkResponseItem { method Created (line 392) | func (r *BulkResponse) Created() []*BulkResponseItem { method Updated (line 397) | func (r *BulkResponse) Updated() []*BulkResponseItem { method Deleted (line 402) | func (r *BulkResponse) Deleted() []*BulkResponseItem { method ByAction (line 408) | func (r *BulkResponse) ByAction(action string) []*BulkResponseItem { method ById (line 423) | func (r *BulkResponse) ById(id string) []*BulkResponseItem { method Failed (line 440) | func (r *BulkResponse) Failed() []*BulkResponseItem { method Succeeded (line 457) | func (r *BulkResponse) Succeeded() []*BulkResponseItem { type BulkResponseItem (line 371) | type BulkResponseItem struct FILE: bulk_create_request.go type BulkCreateRequest (line 19) | type BulkCreateRequest struct method UseEasyJSON (line 72) | func (r *BulkCreateRequest) UseEasyJSON(enable bool) *BulkCreateRequest { method Index (line 79) | func (r *BulkCreateRequest) Index(index string) *BulkCreateRequest { method Type (line 87) | func (r *BulkCreateRequest) Type(typ string) *BulkCreateRequest { method Id (line 94) | func (r *BulkCreateRequest) Id(id string) *BulkCreateRequest { method Routing (line 101) | func (r *BulkCreateRequest) Routing(routing string) *BulkCreateRequest { method Parent (line 108) | func (r *BulkCreateRequest) Parent(parent string) *BulkCreateRequest { method Version (line 116) | func (r *BulkCreateRequest) Version(version int64) *BulkCreateRequest { method VersionType (line 128) | func (r *BulkCreateRequest) VersionType(versionType string) *BulkCreat... method Doc (line 135) | func (r *BulkCreateRequest) Doc(doc interface{}) *BulkCreateRequest { method RetryOnConflict (line 142) | func (r *BulkCreateRequest) RetryOnConflict(retryOnConflict int) *Bulk... method Pipeline (line 149) | func (r *BulkCreateRequest) Pipeline(pipeline string) *BulkCreateReque... method IfSeqNo (line 157) | func (r *BulkCreateRequest) IfSeqNo(ifSeqNo int64) *BulkCreateRequest { method IfPrimaryTerm (line 164) | func (r *BulkCreateRequest) IfPrimaryTerm(ifPrimaryTerm int64) *BulkCr... method String (line 171) | func (r *BulkCreateRequest) String() string { method Source (line 183) | func (r *BulkCreateRequest) Source() ([]string, error) { type bulkCreateRequestCommand (line 41) | type bulkCreateRequestCommand type bulkCreateRequestCommandOp (line 44) | type bulkCreateRequestCommandOp struct function NewBulkCreateRequest (line 61) | func NewBulkCreateRequest() *BulkCreateRequest { FILE: bulk_create_request_easyjson.go function easyjson29a8ef77DecodeGithubComOlivereElasticV7 (line 20) | func easyjson29a8ef77DecodeGithubComOlivereElasticV7(in *jlexer.Lexer, o... function easyjson29a8ef77EncodeGithubComOlivereElasticV7 (line 103) | func easyjson29a8ef77EncodeGithubComOlivereElasticV7(out *jwriter.Writer... method MarshalJSON (line 217) | func (v bulkCreateRequestCommandOp) MarshalJSON() ([]byte, error) { method MarshalEasyJSON (line 224) | func (v bulkCreateRequestCommandOp) MarshalEasyJSON(w *jwriter.Writer) { method UnmarshalJSON (line 229) | func (v *bulkCreateRequestCommandOp) UnmarshalJSON(data []byte) error { method UnmarshalEasyJSON (line 236) | func (v *bulkCreateRequestCommandOp) UnmarshalEasyJSON(l *jlexer.Lexer) { function easyjson29a8ef77DecodeGithubComOlivereElasticV71 (line 239) | func easyjson29a8ef77DecodeGithubComOlivereElasticV71(in *jlexer.Lexer, ... function easyjson29a8ef77EncodeGithubComOlivereElasticV71 (line 260) | func easyjson29a8ef77EncodeGithubComOlivereElasticV71(out *jwriter.Write... method MarshalJSON (line 281) | func (v bulkCreateRequestCommand) MarshalJSON() ([]byte, error) { method MarshalEasyJSON (line 288) | func (v bulkCreateRequestCommand) MarshalEasyJSON(w *jwriter.Writer) { method UnmarshalJSON (line 293) | func (v *bulkCreateRequestCommand) UnmarshalJSON(data []byte) error { method UnmarshalEasyJSON (line 300) | func (v *bulkCreateRequestCommand) UnmarshalEasyJSON(l *jlexer.Lexer) { FILE: bulk_create_request_test.go function TestBulkCreateRequestSerialization (line 12) | func TestBulkCreateRequestSerialization(t *testing.T) { function BenchmarkBulkCreateRequestSerialization (line 97) | func BenchmarkBulkCreateRequestSerialization(b *testing.B) { function benchmarkBulkCreateRequestSerialization (line 110) | func benchmarkBulkCreateRequestSerialization(b *testing.B, r *BulkCreate... FILE: bulk_delete_request.go type BulkDeleteRequest (line 21) | type BulkDeleteRequest struct method UseEasyJSON (line 64) | func (r *BulkDeleteRequest) UseEasyJSON(enable bool) *BulkDeleteRequest { method Index (line 71) | func (r *BulkDeleteRequest) Index(index string) *BulkDeleteRequest { method Type (line 79) | func (r *BulkDeleteRequest) Type(typ string) *BulkDeleteRequest { method Id (line 86) | func (r *BulkDeleteRequest) Id(id string) *BulkDeleteRequest { method Parent (line 94) | func (r *BulkDeleteRequest) Parent(parent string) *BulkDeleteRequest { method Routing (line 101) | func (r *BulkDeleteRequest) Routing(routing string) *BulkDeleteRequest { method Version (line 109) | func (r *BulkDeleteRequest) Version(version int64) *BulkDeleteRequest { method VersionType (line 117) | func (r *BulkDeleteRequest) VersionType(versionType string) *BulkDelet... method IfSeqNo (line 125) | func (r *BulkDeleteRequest) IfSeqNo(ifSeqNo int64) *BulkDeleteRequest { method IfPrimaryTerm (line 132) | func (r *BulkDeleteRequest) IfPrimaryTerm(ifPrimaryTerm int64) *BulkDe... method String (line 139) | func (r *BulkDeleteRequest) String() string { method Source (line 151) | func (r *BulkDeleteRequest) Source() ([]string, error) { type bulkDeleteRequestCommand (line 39) | type bulkDeleteRequestCommand type bulkDeleteRequestCommandOp (line 42) | type bulkDeleteRequestCommandOp struct function NewBulkDeleteRequest (line 55) | func NewBulkDeleteRequest() *BulkDeleteRequest { FILE: bulk_delete_request_easyjson.go function easyjson8092efb6DecodeGithubComOlivereElasticV7 (line 20) | func easyjson8092efb6DecodeGithubComOlivereElasticV7(in *jlexer.Lexer, o... function easyjson8092efb6EncodeGithubComOlivereElasticV7 (line 83) | func easyjson8092efb6EncodeGithubComOlivereElasticV7(out *jwriter.Writer... method MarshalJSON (line 177) | func (v bulkDeleteRequestCommandOp) MarshalJSON() ([]byte, error) { method MarshalEasyJSON (line 184) | func (v bulkDeleteRequestCommandOp) MarshalEasyJSON(w *jwriter.Writer) { method UnmarshalJSON (line 189) | func (v *bulkDeleteRequestCommandOp) UnmarshalJSON(data []byte) error { method UnmarshalEasyJSON (line 196) | func (v *bulkDeleteRequestCommandOp) UnmarshalEasyJSON(l *jlexer.Lexer) { function easyjson8092efb6DecodeGithubComOlivereElasticV71 (line 199) | func easyjson8092efb6DecodeGithubComOlivereElasticV71(in *jlexer.Lexer, ... function easyjson8092efb6EncodeGithubComOlivereElasticV71 (line 220) | func easyjson8092efb6EncodeGithubComOlivereElasticV71(out *jwriter.Write... method MarshalJSON (line 241) | func (v bulkDeleteRequestCommand) MarshalJSON() ([]byte, error) { method MarshalEasyJSON (line 248) | func (v bulkDeleteRequestCommand) MarshalEasyJSON(w *jwriter.Writer) { method UnmarshalJSON (line 253) | func (v *bulkDeleteRequestCommand) UnmarshalJSON(data []byte) error { method UnmarshalEasyJSON (line 260) | func (v *bulkDeleteRequestCommand) UnmarshalEasyJSON(l *jlexer.Lexer) { FILE: bulk_delete_request_test.go function TestBulkDeleteRequestSerialization (line 11) | func TestBulkDeleteRequestSerialization(t *testing.T) { function BenchmarkBulkDeleteRequestSerialization (line 60) | func BenchmarkBulkDeleteRequestSerialization(b *testing.B) { function benchmarkBulkDeleteRequestSerialization (line 71) | func benchmarkBulkDeleteRequestSerialization(b *testing.B, r *BulkDelete... FILE: bulk_index_request.go type BulkIndexRequest (line 19) | type BulkIndexRequest struct method UseEasyJSON (line 72) | func (r *BulkIndexRequest) UseEasyJSON(enable bool) *BulkIndexRequest { method Index (line 79) | func (r *BulkIndexRequest) Index(index string) *BulkIndexRequest { method Type (line 87) | func (r *BulkIndexRequest) Type(typ string) *BulkIndexRequest { method Id (line 94) | func (r *BulkIndexRequest) Id(id string) *BulkIndexRequest { method OpType (line 104) | func (r *BulkIndexRequest) OpType(opType string) *BulkIndexRequest { method Routing (line 111) | func (r *BulkIndexRequest) Routing(routing string) *BulkIndexRequest { method Parent (line 118) | func (r *BulkIndexRequest) Parent(parent string) *BulkIndexRequest { method Version (line 126) | func (r *BulkIndexRequest) Version(version int64) *BulkIndexRequest { method VersionType (line 138) | func (r *BulkIndexRequest) VersionType(versionType string) *BulkIndexR... method Doc (line 145) | func (r *BulkIndexRequest) Doc(doc interface{}) *BulkIndexRequest { method RetryOnConflict (line 152) | func (r *BulkIndexRequest) RetryOnConflict(retryOnConflict int) *BulkI... method Pipeline (line 159) | func (r *BulkIndexRequest) Pipeline(pipeline string) *BulkIndexRequest { method IfSeqNo (line 167) | func (r *BulkIndexRequest) IfSeqNo(ifSeqNo int64) *BulkIndexRequest { method IfPrimaryTerm (line 174) | func (r *BulkIndexRequest) IfPrimaryTerm(ifPrimaryTerm int64) *BulkInd... method String (line 181) | func (r *BulkIndexRequest) String() string { method Source (line 193) | func (r *BulkIndexRequest) Source() ([]string, error) { type bulkIndexRequestCommand (line 41) | type bulkIndexRequestCommand type bulkIndexRequestCommandOp (line 44) | type bulkIndexRequestCommandOp struct function NewBulkIndexRequest (line 61) | func NewBulkIndexRequest() *BulkIndexRequest { FILE: bulk_index_request_easyjson.go function easyjson9de0fcbfDecodeGithubComOlivereElasticV7 (line 20) | func easyjson9de0fcbfDecodeGithubComOlivereElasticV7(in *jlexer.Lexer, o... function easyjson9de0fcbfEncodeGithubComOlivereElasticV7 (line 103) | func easyjson9de0fcbfEncodeGithubComOlivereElasticV7(out *jwriter.Writer... method MarshalJSON (line 217) | func (v bulkIndexRequestCommandOp) MarshalJSON() ([]byte, error) { method MarshalEasyJSON (line 224) | func (v bulkIndexRequestCommandOp) MarshalEasyJSON(w *jwriter.Writer) { method UnmarshalJSON (line 229) | func (v *bulkIndexRequestCommandOp) UnmarshalJSON(data []byte) error { method UnmarshalEasyJSON (line 236) | func (v *bulkIndexRequestCommandOp) UnmarshalEasyJSON(l *jlexer.Lexer) { function easyjson9de0fcbfDecodeGithubComOlivereElasticV71 (line 239) | func easyjson9de0fcbfDecodeGithubComOlivereElasticV71(in *jlexer.Lexer, ... function easyjson9de0fcbfEncodeGithubComOlivereElasticV71 (line 260) | func easyjson9de0fcbfEncodeGithubComOlivereElasticV71(out *jwriter.Write... method MarshalJSON (line 281) | func (v bulkIndexRequestCommand) MarshalJSON() ([]byte, error) { method MarshalEasyJSON (line 288) | func (v bulkIndexRequestCommand) MarshalEasyJSON(w *jwriter.Writer) { method UnmarshalJSON (line 293) | func (v *bulkIndexRequestCommand) UnmarshalJSON(data []byte) error { method UnmarshalEasyJSON (line 300) | func (v *bulkIndexRequestCommand) UnmarshalEasyJSON(l *jlexer.Lexer) { FILE: bulk_index_request_test.go function TestBulkIndexRequestSerialization (line 12) | func TestBulkIndexRequestSerialization(t *testing.T) { function BenchmarkBulkIndexRequestSerialization (line 106) | func BenchmarkBulkIndexRequestSerialization(b *testing.B) { function benchmarkBulkIndexRequestSerialization (line 119) | func benchmarkBulkIndexRequestSerialization(b *testing.B, r *BulkIndexRe... FILE: bulk_processor.go type BulkProcessorService (line 43) | type BulkProcessorService struct method Before (line 82) | func (s *BulkProcessorService) Before(fn BulkBeforeFunc) *BulkProcesso... method After (line 90) | func (s *BulkProcessorService) After(fn BulkAfterFunc) *BulkProcessorS... method Name (line 96) | func (s *BulkProcessorService) Name(name string) *BulkProcessorService { method Workers (line 103) | func (s *BulkProcessorService) Workers(num int) *BulkProcessorService { method BulkActions (line 110) | func (s *BulkProcessorService) BulkActions(bulkActions int) *BulkProce... method BulkSize (line 117) | func (s *BulkProcessorService) BulkSize(bulkSize int) *BulkProcessorSe... method FlushInterval (line 126) | func (s *BulkProcessorService) FlushInterval(interval time.Duration) *... method Stats (line 133) | func (s *BulkProcessorService) Stats(wantStats bool) *BulkProcessorSer... method Backoff (line 139) | func (s *BulkProcessorService) Backoff(backoff Backoff) *BulkProcessor... method RetryItemStatusCodes (line 146) | func (s *BulkProcessorService) RetryItemStatusCodes(retryItemStatusCod... method Do (line 166) | func (s *BulkProcessorService) Do(ctx context.Context) (*BulkProcessor... function NewBulkProcessorService (line 58) | func NewBulkProcessorService(client *Client) *BulkProcessorService { type BulkBeforeFunc (line 74) | type BulkBeforeFunc type BulkAfterFunc (line 78) | type BulkAfterFunc type BulkProcessorStats (line 197) | type BulkProcessorStats struct method dup (line 227) | func (st *BulkProcessorStats) dup() *BulkProcessorStats { type BulkProcessorWorkerStats (line 211) | type BulkProcessorWorkerStats struct method dup (line 243) | func (st *BulkProcessorWorkerStats) dup() *BulkProcessorWorkerStats { function newBulkProcessorStats (line 217) | func newBulkProcessorStats(workers int) *BulkProcessorStats { type BulkProcessor (line 257) | type BulkProcessor struct method Start (line 313) | func (p *BulkProcessor) Start(ctx context.Context) error { method Stop (line 351) | func (p *BulkProcessor) Stop() error { method Close (line 359) | func (p *BulkProcessor) Close() error { method Stats (line 394) | func (p *BulkProcessor) Stats() BulkProcessorStats { method Add (line 403) | func (p *BulkProcessor) Add(request BulkableRequest) { method Flush (line 409) | func (p *BulkProcessor) Flush() error { method flusher (line 424) | func (p *BulkProcessor) flusher(interval time.Duration) { function newBulkProcessor (line 284) | func newBulkProcessor( type bulkWorker (line 445) | type bulkWorker struct method work (line 470) | func (w *bulkWorker) work(ctx context.Context) { method commit (line 526) | func (w *bulkWorker) commit(ctx context.Context) error { method waitForActiveConnection (line 594) | func (w *bulkWorker) waitForActiveConnection(ready chan<- struct{}) { method updateStats (line 623) | func (w *bulkWorker) updateStats(res *BulkResponse) { method commitRequired (line 648) | func (w *bulkWorker) commitRequired() bool { function newBulkWorker (line 456) | func newBulkWorker(p *BulkProcessor, i int) *bulkWorker { FILE: bulk_processor_test.go function TestBulkProcessorDefaults (line 17) | func TestBulkProcessorDefaults(t *testing.T) { function TestBulkProcessorCommitOnBulkActions (line 50) | func TestBulkProcessorCommitOnBulkActions(t *testing.T) { function TestBulkProcessorCommitOnBulkSize (line 73) | func TestBulkProcessorCommitOnBulkSize(t *testing.T) { function TestBulkProcessorBasedOnFlushInterval (line 96) | func TestBulkProcessorBasedOnFlushInterval(t *testing.T) { function TestBulkProcessorClose (line 181) | func TestBulkProcessorClose(t *testing.T) { function TestBulkProcessorFlush (line 265) | func TestBulkProcessorFlush(t *testing.T) { function testBulkProcessor (line 340) | func testBulkProcessor(t *testing.T, numDocs int, svc *BulkProcessorServ... FILE: bulk_request.go type BulkableRequest (line 14) | type BulkableRequest interface FILE: bulk_test.go function TestBulk (line 17) | func TestBulk(t *testing.T) { function TestBulkWithIndexSetOnClient (line 159) | func TestBulkWithIndexSetOnClient(t *testing.T) { function TestBulkIndexDeleteUpdate (line 205) | func TestBulkIndexDeleteUpdate(t *testing.T) { function TestBulkOnReadOnlyIndex (line 392) | func TestBulkOnReadOnlyIndex(t *testing.T) { function TestFailedBulkRequests (line 434) | func TestFailedBulkRequests(t *testing.T) { function TestBulkEstimatedSizeInBytes (line 489) | func TestBulkEstimatedSizeInBytes(t *testing.T) { function TestBulkEstimateSizeInBytesLength (line 535) | func TestBulkEstimateSizeInBytesLength(t *testing.T) { function TestBulkContentType (line 545) | func TestBulkContentType(t *testing.T) { function BenchmarkBulkEstimatedSizeInBytesWith1Request (line 573) | func BenchmarkBulkEstimatedSizeInBytesWith1Request(b *testing.B) { function BenchmarkBulkEstimatedSizeInBytesWith100Requests (line 588) | func BenchmarkBulkEstimatedSizeInBytesWith100Requests(b *testing.B) { function BenchmarkBulkAllocs (line 605) | func BenchmarkBulkAllocs(b *testing.B) { constant charset (line 616) | charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678... function benchmarkBulkAllocs (line 619) | func benchmarkBulkAllocs(b *testing.B, size, num int) { FILE: bulk_update_request.go type BulkUpdateRequest (line 19) | type BulkUpdateRequest struct method UseEasyJSON (line 84) | func (r *BulkUpdateRequest) UseEasyJSON(enable bool) *BulkUpdateRequest { method Index (line 91) | func (r *BulkUpdateRequest) Index(index string) *BulkUpdateRequest { method Type (line 99) | func (r *BulkUpdateRequest) Type(typ string) *BulkUpdateRequest { method Id (line 106) | func (r *BulkUpdateRequest) Id(id string) *BulkUpdateRequest { method Routing (line 113) | func (r *BulkUpdateRequest) Routing(routing string) *BulkUpdateRequest { method Parent (line 120) | func (r *BulkUpdateRequest) Parent(parent string) *BulkUpdateRequest { method Script (line 130) | func (r *BulkUpdateRequest) Script(script *Script) *BulkUpdateRequest { method ScriptedUpsert (line 140) | func (r *BulkUpdateRequest) ScriptedUpsert(upsert bool) *BulkUpdateReq... method RetryOnConflict (line 147) | func (r *BulkUpdateRequest) RetryOnConflict(retryOnConflict int) *Bulk... method Version (line 155) | func (r *BulkUpdateRequest) Version(version int64) *BulkUpdateRequest { method VersionType (line 163) | func (r *BulkUpdateRequest) VersionType(versionType string) *BulkUpdat... method IfSeqNo (line 171) | func (r *BulkUpdateRequest) IfSeqNo(ifSeqNo int64) *BulkUpdateRequest { method IfPrimaryTerm (line 178) | func (r *BulkUpdateRequest) IfPrimaryTerm(ifPrimaryTerm int64) *BulkUp... method Doc (line 184) | func (r *BulkUpdateRequest) Doc(doc interface{}) *BulkUpdateRequest { method DocAsUpsert (line 195) | func (r *BulkUpdateRequest) DocAsUpsert(docAsUpsert bool) *BulkUpdateR... method DetectNoop (line 204) | func (r *BulkUpdateRequest) DetectNoop(detectNoop bool) *BulkUpdateReq... method Upsert (line 212) | func (r *BulkUpdateRequest) Upsert(doc interface{}) *BulkUpdateRequest { method ReturnSource (line 221) | func (r *BulkUpdateRequest) ReturnSource(source bool) *BulkUpdateReque... method String (line 229) | func (r *BulkUpdateRequest) String() string { method Source (line 241) | func (r *BulkUpdateRequest) Source() ([]string, error) { type bulkUpdateRequestCommand (line 46) | type bulkUpdateRequestCommand type bulkUpdateRequestCommandOp (line 49) | type bulkUpdateRequestCommandOp struct type bulkUpdateRequestCommandData (line 64) | type bulkUpdateRequestCommandData struct function NewBulkUpdateRequest (line 75) | func NewBulkUpdateRequest() *BulkUpdateRequest { FILE: bulk_update_request_easyjson.go function easyjson1ed00e60DecodeGithubComOlivereElasticV7 (line 20) | func easyjson1ed00e60DecodeGithubComOlivereElasticV7(in *jlexer.Lexer, o... function easyjson1ed00e60EncodeGithubComOlivereElasticV7 (line 93) | func easyjson1ed00e60EncodeGithubComOlivereElasticV7(out *jwriter.Writer... method MarshalJSON (line 197) | func (v bulkUpdateRequestCommandOp) MarshalJSON() ([]byte, error) { method MarshalEasyJSON (line 204) | func (v bulkUpdateRequestCommandOp) MarshalEasyJSON(w *jwriter.Writer) { method UnmarshalJSON (line 209) | func (v *bulkUpdateRequestCommandOp) UnmarshalJSON(data []byte) error { method UnmarshalEasyJSON (line 216) | func (v *bulkUpdateRequestCommandOp) UnmarshalEasyJSON(l *jlexer.Lexer) { function easyjson1ed00e60DecodeGithubComOlivereElasticV71 (line 219) | func easyjson1ed00e60DecodeGithubComOlivereElasticV71(in *jlexer.Lexer, ... function easyjson1ed00e60EncodeGithubComOlivereElasticV71 (line 312) | func easyjson1ed00e60EncodeGithubComOlivereElasticV71(out *jwriter.Write... method MarshalJSON (line 404) | func (v bulkUpdateRequestCommandData) MarshalJSON() ([]byte, error) { method MarshalEasyJSON (line 411) | func (v bulkUpdateRequestCommandData) MarshalEasyJSON(w *jwriter.Writer) { method UnmarshalJSON (line 416) | func (v *bulkUpdateRequestCommandData) UnmarshalJSON(data []byte) error { method UnmarshalEasyJSON (line 423) | func (v *bulkUpdateRequestCommandData) UnmarshalEasyJSON(l *jlexer.Lexer) { function easyjson1ed00e60DecodeGithubComOlivereElasticV72 (line 426) | func easyjson1ed00e60DecodeGithubComOlivereElasticV72(in *jlexer.Lexer, ... function easyjson1ed00e60EncodeGithubComOlivereElasticV72 (line 447) | func easyjson1ed00e60EncodeGithubComOlivereElasticV72(out *jwriter.Write... method MarshalJSON (line 468) | func (v bulkUpdateRequestCommand) MarshalJSON() ([]byte, error) { method MarshalEasyJSON (line 475) | func (v bulkUpdateRequestCommand) MarshalEasyJSON(w *jwriter.Writer) { method UnmarshalJSON (line 480) | func (v *bulkUpdateRequestCommand) UnmarshalJSON(data []byte) error { method UnmarshalEasyJSON (line 487) | func (v *bulkUpdateRequestCommand) UnmarshalEasyJSON(l *jlexer.Lexer) { FILE: bulk_update_request_test.go function TestBulkUpdateRequestSerialization (line 12) | func TestBulkUpdateRequestSerialization(t *testing.T) { function BenchmarkBulkUpdateRequestSerialization (line 165) | func BenchmarkBulkUpdateRequestSerialization(b *testing.B) { function benchmarkBulkUpdateRequestSerialization (line 184) | func benchmarkBulkUpdateRequestSerialization(b *testing.B, r *BulkUpdate... FILE: canonicalize.go function canonicalize (line 21) | func canonicalize(rawurls ...string) []string { FILE: canonicalize_test.go function TestCanonicalize (line 9) | func TestCanonicalize(t *testing.T) { FILE: cat_aliases.go type CatAliasesService (line 22) | type CatAliasesService struct method Pretty (line 46) | func (s *CatAliasesService) Pretty(pretty bool) *CatAliasesService { method Human (line 53) | func (s *CatAliasesService) Human(human bool) *CatAliasesService { method ErrorTrace (line 59) | func (s *CatAliasesService) ErrorTrace(errorTrace bool) *CatAliasesSer... method FilterPath (line 65) | func (s *CatAliasesService) FilterPath(filterPath ...string) *CatAlias... method Header (line 71) | func (s *CatAliasesService) Header(name string, value string) *CatAlia... method Headers (line 80) | func (s *CatAliasesService) Headers(headers http.Header) *CatAliasesSe... method Alias (line 86) | func (s *CatAliasesService) Alias(alias ...string) *CatAliasesService { method Local (line 93) | func (s *CatAliasesService) Local(local bool) *CatAliasesService { method MasterTimeout (line 99) | func (s *CatAliasesService) MasterTimeout(masterTimeout string) *CatAl... method Columns (line 113) | func (s *CatAliasesService) Columns(columns ...string) *CatAliasesServ... method Sort (line 119) | func (s *CatAliasesService) Sort(fields ...string) *CatAliasesService { method buildURL (line 125) | func (s *CatAliasesService) buildURL() (string, url.Values, error) { method Do (line 175) | func (s *CatAliasesService) Do(ctx context.Context) (CatAliasesRespons... function NewCatAliasesService (line 39) | func NewCatAliasesService(client *Client) *CatAliasesService { type CatAliasesResponse (line 204) | type CatAliasesResponse type CatAliasesResponseRow (line 209) | type CatAliasesResponseRow struct FILE: cat_aliases_test.go function TestCatAliases (line 12) | func TestCatAliases(t *testing.T) { FILE: cat_allocation.go type CatAllocationService (line 22) | type CatAllocationService struct method Pretty (line 47) | func (s *CatAllocationService) Pretty(pretty bool) *CatAllocationServi... method Human (line 54) | func (s *CatAllocationService) Human(human bool) *CatAllocationService { method ErrorTrace (line 60) | func (s *CatAllocationService) ErrorTrace(errorTrace bool) *CatAllocat... method FilterPath (line 66) | func (s *CatAllocationService) FilterPath(filterPath ...string) *CatAl... method Header (line 72) | func (s *CatAllocationService) Header(name string, value string) *CatA... method Headers (line 81) | func (s *CatAllocationService) Headers(headers http.Header) *CatAlloca... method NodeID (line 87) | func (s *CatAllocationService) NodeID(nodes ...string) *CatAllocationS... method Bytes (line 94) | func (s *CatAllocationService) Bytes(bytes string) *CatAllocationServi... method Local (line 101) | func (s *CatAllocationService) Local(local bool) *CatAllocationService { method MasterTimeout (line 107) | func (s *CatAllocationService) MasterTimeout(masterTimeout string) *Ca... method Columns (line 121) | func (s *CatAllocationService) Columns(columns ...string) *CatAllocati... method Sort (line 127) | func (s *CatAllocationService) Sort(fields ...string) *CatAllocationSe... method buildURL (line 133) | func (s *CatAllocationService) buildURL() (string, url.Values, error) { method Do (line 186) | func (s *CatAllocationService) Do(ctx context.Context) (CatAllocationR... function NewCatAllocationService (line 40) | func NewCatAllocationService(client *Client) *CatAllocationService { type CatAllocationResponse (line 215) | type CatAllocationResponse type CatAllocationResponseRow (line 220) | type CatAllocationResponseRow struct FILE: cat_allocation_test.go function TestCatAllocation (line 12) | func TestCatAllocation(t *testing.T) { FILE: cat_count.go type CatCountService (line 22) | type CatCountService struct method Pretty (line 46) | func (s *CatCountService) Pretty(pretty bool) *CatCountService { method Human (line 53) | func (s *CatCountService) Human(human bool) *CatCountService { method ErrorTrace (line 59) | func (s *CatCountService) ErrorTrace(errorTrace bool) *CatCountService { method FilterPath (line 65) | func (s *CatCountService) FilterPath(filterPath ...string) *CatCountSe... method Header (line 71) | func (s *CatCountService) Header(name string, value string) *CatCountS... method Headers (line 80) | func (s *CatCountService) Headers(headers http.Header) *CatCountService { method Index (line 87) | func (s *CatCountService) Index(index ...string) *CatCountService { method Local (line 94) | func (s *CatCountService) Local(local bool) *CatCountService { method MasterTimeout (line 100) | func (s *CatCountService) MasterTimeout(masterTimeout string) *CatCoun... method Columns (line 114) | func (s *CatCountService) Columns(columns ...string) *CatCountService { method Sort (line 120) | func (s *CatCountService) Sort(fields ...string) *CatCountService { method buildURL (line 126) | func (s *CatCountService) buildURL() (string, url.Values, error) { method Do (line 176) | func (s *CatCountService) Do(ctx context.Context) (CatCountResponse, e... function NewCatCountService (line 39) | func NewCatCountService(client *Client) *CatCountService { type CatCountResponse (line 205) | type CatCountResponse type CatCountResponseRow (line 211) | type CatCountResponseRow struct FILE: cat_count_integration_test.go function TestCatCountIntegration (line 12) | func TestCatCountIntegration(t *testing.T) { FILE: cat_count_test.go function TestCatCount (line 12) | func TestCatCount(t *testing.T) { FILE: cat_fielddata.go type CatFielddataService (line 22) | type CatFielddataService struct method Pretty (line 45) | func (s *CatFielddataService) Pretty(pretty bool) *CatFielddataService { method Human (line 52) | func (s *CatFielddataService) Human(human bool) *CatFielddataService { method ErrorTrace (line 58) | func (s *CatFielddataService) ErrorTrace(errorTrace bool) *CatFielddat... method FilterPath (line 64) | func (s *CatFielddataService) FilterPath(filterPath ...string) *CatFie... method Header (line 70) | func (s *CatFielddataService) Header(name string, value string) *CatFi... method Headers (line 79) | func (s *CatFielddataService) Headers(headers http.Header) *CatFieldda... method Field (line 85) | func (s *CatFielddataService) Field(fields ...string) *CatFielddataSer... method Bytes (line 92) | func (s *CatFielddataService) Bytes(bytes string) *CatFielddataService { method Columns (line 106) | func (s *CatFielddataService) Columns(columns ...string) *CatFielddata... method Sort (line 112) | func (s *CatFielddataService) Sort(fields ...string) *CatFielddataServ... method buildURL (line 117) | func (s *CatFielddataService) buildURL() (string, url.Values, error) { method Do (line 164) | func (s *CatFielddataService) Do(ctx context.Context) (CatFielddataRes... function NewCatFielddataService (line 38) | func NewCatFielddataService(client *Client) *CatFielddataService { type CatFielddataResponse (line 193) | type CatFielddataResponse type CatFielddataResponseRow (line 198) | type CatFielddataResponseRow struct FILE: cat_fielddata_test.go function TestCatFielddata (line 12) | func TestCatFielddata(t *testing.T) { FILE: cat_health.go type CatHealthService (line 20) | type CatHealthService struct method Pretty (line 44) | func (s *CatHealthService) Pretty(pretty bool) *CatHealthService { method Human (line 51) | func (s *CatHealthService) Human(human bool) *CatHealthService { method ErrorTrace (line 57) | func (s *CatHealthService) ErrorTrace(errorTrace bool) *CatHealthServi... method FilterPath (line 63) | func (s *CatHealthService) FilterPath(filterPath ...string) *CatHealth... method Header (line 69) | func (s *CatHealthService) Header(name string, value string) *CatHealt... method Headers (line 78) | func (s *CatHealthService) Headers(headers http.Header) *CatHealthServ... method Local (line 85) | func (s *CatHealthService) Local(local bool) *CatHealthService { method MasterTimeout (line 91) | func (s *CatHealthService) MasterTimeout(masterTimeout string) *CatHea... method Columns (line 105) | func (s *CatHealthService) Columns(columns ...string) *CatHealthService { method Sort (line 111) | func (s *CatHealthService) Sort(fields ...string) *CatHealthService { method DisableTimestamping (line 117) | func (s *CatHealthService) DisableTimestamping(disable bool) *CatHealt... method buildURL (line 123) | func (s *CatHealthService) buildURL() (string, url.Values, error) { method Do (line 162) | func (s *CatHealthService) Do(ctx context.Context) (CatHealthResponse,... function NewCatHealthService (line 37) | func NewCatHealthService(client *Client) *CatHealthService { type CatHealthResponse (line 191) | type CatHealthResponse type CatHealthResponseRow (line 196) | type CatHealthResponseRow struct FILE: cat_health_test.go function TestCatHealth (line 12) | func TestCatHealth(t *testing.T) { FILE: cat_indices.go type CatIndicesService (line 22) | type CatIndicesService struct method Pretty (line 49) | func (s *CatIndicesService) Pretty(pretty bool) *CatIndicesService { method Human (line 56) | func (s *CatIndicesService) Human(human bool) *CatIndicesService { method ErrorTrace (line 62) | func (s *CatIndicesService) ErrorTrace(errorTrace bool) *CatIndicesSer... method FilterPath (line 68) | func (s *CatIndicesService) FilterPath(filterPath ...string) *CatIndic... method Header (line 74) | func (s *CatIndicesService) Header(name string, value string) *CatIndi... method Headers (line 83) | func (s *CatIndicesService) Headers(headers http.Header) *CatIndicesSe... method Index (line 89) | func (s *CatIndicesService) Index(index string) *CatIndicesService { method Bytes (line 96) | func (s *CatIndicesService) Bytes(bytes string) *CatIndicesService { method Local (line 103) | func (s *CatIndicesService) Local(local bool) *CatIndicesService { method MasterTimeout (line 109) | func (s *CatIndicesService) MasterTimeout(masterTimeout string) *CatIn... method Columns (line 123) | func (s *CatIndicesService) Columns(columns ...string) *CatIndicesServ... method Health (line 130) | func (s *CatIndicesService) Health(healthState string) *CatIndicesServ... method PrimaryOnly (line 136) | func (s *CatIndicesService) PrimaryOnly(primaryOnly bool) *CatIndicesS... method Sort (line 142) | func (s *CatIndicesService) Sort(fields ...string) *CatIndicesService { method buildURL (line 148) | func (s *CatIndicesService) buildURL() (string, url.Values, error) { method Do (line 223) | func (s *CatIndicesService) Do(ctx context.Context) (CatIndicesRespons... function NewCatIndicesService (line 42) | func NewCatIndicesService(client *Client) *CatIndicesService { type CatIndicesResponse (line 252) | type CatIndicesResponse type CatIndicesResponseRow (line 258) | type CatIndicesResponseRow struct FILE: cat_indices_test.go function TestCatIndices (line 12) | func TestCatIndices(t *testing.T) { function TestCatIndicesResponseRowAliasesMap (line 31) | func TestCatIndicesResponseRowAliasesMap(t *testing.T) { function TestCatIndicesWithAliases (line 42) | func TestCatIndicesWithAliases(t *testing.T) { function TestCatIndicesWithAliases_Double (line 62) | func TestCatIndicesWithAliases_Double(t *testing.T) { FILE: cat_master.go type CatMasterService (line 20) | type CatMasterService struct method Pretty (line 43) | func (s *CatMasterService) Pretty(pretty bool) *CatMasterService { method Human (line 50) | func (s *CatMasterService) Human(human bool) *CatMasterService { method ErrorTrace (line 56) | func (s *CatMasterService) ErrorTrace(errorTrace bool) *CatMasterServi... method FilterPath (line 62) | func (s *CatMasterService) FilterPath(filterPath ...string) *CatMaster... method Header (line 68) | func (s *CatMasterService) Header(name string, value string) *CatMaste... method Headers (line 77) | func (s *CatMasterService) Headers(headers http.Header) *CatMasterServ... method Local (line 84) | func (s *CatMasterService) Local(local bool) *CatMasterService { method MasterTimeout (line 90) | func (s *CatMasterService) MasterTimeout(masterTimeout string) *CatMas... method Columns (line 104) | func (s *CatMasterService) Columns(columns ...string) *CatMasterService { method Sort (line 110) | func (s *CatMasterService) Sort(fields ...string) *CatMasterService { method buildURL (line 116) | func (s *CatMasterService) buildURL() (string, url.Values, error) { method Do (line 152) | func (s *CatMasterService) Do(ctx context.Context) (CatMasterResponse,... function NewCatMasterService (line 36) | func NewCatMasterService(client *Client) *CatMasterService { type CatMasterResponse (line 181) | type CatMasterResponse type CatMasterResponseRow (line 186) | type CatMasterResponseRow struct FILE: cat_master_test.go function TestCatMaster (line 12) | func TestCatMaster(t *testing.T) { FILE: cat_shards.go type CatShardsService (line 22) | type CatShardsService struct method Pretty (line 48) | func (s *CatShardsService) Pretty(pretty bool) *CatShardsService { method Human (line 55) | func (s *CatShardsService) Human(human bool) *CatShardsService { method ErrorTrace (line 61) | func (s *CatShardsService) ErrorTrace(errorTrace bool) *CatShardsServi... method FilterPath (line 67) | func (s *CatShardsService) FilterPath(filterPath ...string) *CatShards... method Header (line 73) | func (s *CatShardsService) Header(name string, value string) *CatShard... method Headers (line 82) | func (s *CatShardsService) Headers(headers http.Header) *CatShardsServ... method Index (line 88) | func (s *CatShardsService) Index(index ...string) *CatShardsService { method Bytes (line 95) | func (s *CatShardsService) Bytes(bytes string) *CatShardsService { method Local (line 102) | func (s *CatShardsService) Local(local bool) *CatShardsService { method MasterTimeout (line 108) | func (s *CatShardsService) MasterTimeout(masterTimeout string) *CatSha... method Columns (line 123) | func (s *CatShardsService) Columns(columns ...string) *CatShardsService { method Sort (line 129) | func (s *CatShardsService) Sort(fields ...string) *CatShardsService { method Time (line 135) | func (s *CatShardsService) Time(time string) *CatShardsService { method buildURL (line 141) | func (s *CatShardsService) buildURL() (string, url.Values, error) { method Do (line 212) | func (s *CatShardsService) Do(ctx context.Context) (CatShardsResponse,... function NewCatShardsService (line 41) | func NewCatShardsService(client *Client) *CatShardsService { type CatShardsResponse (line 241) | type CatShardsResponse type CatShardsResponseRow (line 247) | type CatShardsResponseRow struct FILE: cat_shards_test.go function TestCatShards (line 12) | func TestCatShards(t *testing.T) { function TestCatShardsResponseRowAliasesMap (line 31) | func TestCatShardsResponseRowAliasesMap(t *testing.T) { function TestCatShardsWithSpecificColumns (line 41) | func TestCatShardsWithSpecificColumns(t *testing.T) { FILE: cat_snapshots.go type CatSnapshotsService (line 21) | type CatSnapshotsService struct method Pretty (line 44) | func (s *CatSnapshotsService) Pretty(pretty bool) *CatSnapshotsService { method Human (line 51) | func (s *CatSnapshotsService) Human(human bool) *CatSnapshotsService { method ErrorTrace (line 57) | func (s *CatSnapshotsService) ErrorTrace(errorTrace bool) *CatSnapshot... method FilterPath (line 63) | func (s *CatSnapshotsService) FilterPath(filterPath ...string) *CatSna... method Header (line 69) | func (s *CatSnapshotsService) Header(name string, value string) *CatSn... method Headers (line 78) | func (s *CatSnapshotsService) Headers(headers http.Header) *CatSnapsho... method Repository (line 84) | func (s *CatSnapshotsService) Repository(repository string) *CatSnapsh... method MasterTimeout (line 90) | func (s *CatSnapshotsService) MasterTimeout(masterTimeout string) *Cat... method Columns (line 104) | func (s *CatSnapshotsService) Columns(columns ...string) *CatSnapshots... method Sort (line 110) | func (s *CatSnapshotsService) Sort(fields ...string) *CatSnapshotsServ... method buildURL (line 116) | func (s *CatSnapshotsService) buildURL() (string, url.Values, error) { method Do (line 180) | func (s *CatSnapshotsService) Do(ctx context.Context) (CatSnapshotsRes... function NewCatSnapshotsService (line 37) | func NewCatSnapshotsService(client *Client) *CatSnapshotsService { type CatSnapshotsResponse (line 209) | type CatSnapshotsResponse type CatSnapshotsResponseRow (line 215) | type CatSnapshotsResponseRow struct FILE: cat_snapshots_integration_test.go function TestCatSnapshotsIntegration (line 13) | func TestCatSnapshotsIntegration(t *testing.T) { FILE: cat_snapshots_test.go function TestCatSnapshots (line 11) | func TestCatSnapshots(t *testing.T) { FILE: clear_scroll.go type ClearScrollService (line 19) | type ClearScrollService struct method Pretty (line 40) | func (s *ClearScrollService) Pretty(pretty bool) *ClearScrollService { method Human (line 47) | func (s *ClearScrollService) Human(human bool) *ClearScrollService { method ErrorTrace (line 53) | func (s *ClearScrollService) ErrorTrace(errorTrace bool) *ClearScrollS... method FilterPath (line 59) | func (s *ClearScrollService) FilterPath(filterPath ...string) *ClearSc... method Header (line 65) | func (s *ClearScrollService) Header(name string, value string) *ClearS... method Headers (line 74) | func (s *ClearScrollService) Headers(headers http.Header) *ClearScroll... method ScrollId (line 81) | func (s *ClearScrollService) ScrollId(scrollIds ...string) *ClearScrol... method buildURL (line 87) | func (s *ClearScrollService) buildURL() (string, url.Values, error) { method Validate (line 109) | func (s *ClearScrollService) Validate() error { method Do (line 121) | func (s *ClearScrollService) Do(ctx context.Context) (*ClearScrollResp... function NewClearScrollService (line 32) | func NewClearScrollService(client *Client) *ClearScrollService { type ClearScrollResponse (line 159) | type ClearScrollResponse struct FILE: clear_scroll_test.go function TestClearScroll (line 13) | func TestClearScroll(t *testing.T) { function TestClearScrollValidate (line 76) | func TestClearScrollValidate(t *testing.T) { FILE: client.go constant Version (line 29) | Version = "7.0.32" constant DefaultURL (line 33) | DefaultURL = "http://127.0.0.1:9200" constant DefaultScheme (line 37) | DefaultScheme = "http" constant DefaultHealthcheckEnabled (line 40) | DefaultHealthcheckEnabled = true constant DefaultHealthcheckTimeoutStartup (line 46) | DefaultHealthcheckTimeoutStartup = 5 * time.Second constant DefaultHealthcheckTimeout (line 51) | DefaultHealthcheckTimeout = 1 * time.Second constant DefaultHealthcheckInterval (line 55) | DefaultHealthcheckInterval = 60 * time.Second constant DefaultSnifferEnabled (line 58) | DefaultSnifferEnabled = true constant DefaultSnifferInterval (line 63) | DefaultSnifferInterval = 15 * time.Minute constant DefaultSnifferTimeoutStartup (line 68) | DefaultSnifferTimeoutStartup = 5 * time.Second constant DefaultSnifferTimeout (line 73) | DefaultSnifferTimeout = 2 * time.Second constant DefaultSendGetBodyAs (line 77) | DefaultSendGetBodyAs = "GET" constant DefaultGzipEnabled (line 80) | DefaultGzipEnabled = false constant off (line 83) | off = -1 * time.Second type Doer (line 110) | type Doer interface type ClientOptionFunc (line 116) | type ClientOptionFunc type Client (line 119) | type Client struct method String (line 757) | func (c *Client) String() string { method IsRunning (line 774) | func (c *Client) IsRunning() bool { method Start (line 785) | func (c *Client) Start() { method Stop (line 812) | func (c *Client) Stop() { method errorf (line 838) | func (c *Client) errorf(format string, args ...interface{}) { method infof (line 845) | func (c *Client) infof(format string, args ...interface{}) { method tracef (line 852) | func (c *Client) tracef(format string, args ...interface{}) { method dumpRequest (line 859) | func (c *Client) dumpRequest(r *http.Request) { method dumpResponse (line 869) | func (c *Client) dumpResponse(resp *http.Response) { method sniffer (line 879) | func (c *Client) sniffer() { method sniff (line 905) | func (c *Client) sniff(parentCtx context.Context, timeout time.Duratio... method sniffNode (line 975) | func (c *Client) sniffNode(ctx context.Context, url string) []*conn { method extractHostname (line 1019) | func (c *Client) extractHostname(scheme, address string) string { method updateConns (line 1040) | func (c *Client) updateConns(conns []*conn) { method healthchecker (line 1072) | func (c *Client) healthchecker() { method healthcheck (line 1097) | func (c *Client) healthcheck(parentCtx context.Context, timeout time.D... method startupHealthcheck (line 1173) | func (c *Client) startupHealthcheck(parentCtx context.Context, timeout... method next (line 1234) | func (c *Client) next() (*conn, error) { method mustActiveConn (line 1274) | func (c *Client) mustActiveConn() error { method PerformRequest (line 1312) | func (c *Client) PerformRequest(ctx context.Context, opt PerformReques... method Index (line 1515) | func (c *Client) Index() *IndexService { method Get (line 1520) | func (c *Client) Get() *GetService { method MultiGet (line 1525) | func (c *Client) MultiGet() *MgetService { method Mget (line 1530) | func (c *Client) Mget() *MgetService { method Delete (line 1535) | func (c *Client) Delete() *DeleteService { method DeleteByQuery (line 1540) | func (c *Client) DeleteByQuery(indices ...string) *DeleteByQueryService { method Update (line 1545) | func (c *Client) Update() *UpdateService { method UpdateByQuery (line 1550) | func (c *Client) UpdateByQuery(indices ...string) *UpdateByQueryService { method Bulk (line 1555) | func (c *Client) Bulk() *BulkService { method BulkProcessor (line 1560) | func (c *Client) BulkProcessor() *BulkProcessorService { method Reindex (line 1568) | func (c *Client) Reindex() *ReindexService { method TermVectors (line 1574) | func (c *Client) TermVectors(index string) *TermvectorsService { method MultiTermVectors (line 1582) | func (c *Client) MultiTermVectors() *MultiTermvectorService { method Search (line 1589) | func (c *Client) Search(indices ...string) *SearchService { method MultiSearch (line 1594) | func (c *Client) MultiSearch() *MultiSearchService { method Count (line 1599) | func (c *Client) Count(indices ...string) *CountService { method Explain (line 1604) | func (c *Client) Explain(index, typ, id string) *ExplainService { method Validate (line 1612) | func (c *Client) Validate(indices ...string) *ValidateService { method SearchShards (line 1617) | func (c *Client) SearchShards(indices ...string) *SearchShardsService { method FieldCaps (line 1622) | func (c *Client) FieldCaps(indices ...string) *FieldCapsService { method Exists (line 1627) | func (c *Client) Exists() *ExistsService { method Scroll (line 1633) | func (c *Client) Scroll(indices ...string) *ScrollService { method ClearScroll (line 1638) | func (c *Client) ClearScroll(scrollIds ...string) *ClearScrollService { method OpenPointInTime (line 1643) | func (c *Client) OpenPointInTime(indices ...string) *OpenPointInTimeSe... method ClosePointInTime (line 1648) | func (c *Client) ClosePointInTime(id string) *ClosePointInTimeService { method CreateIndex (line 1655) | func (c *Client) CreateIndex(name string) *IndicesCreateService { method DeleteIndex (line 1660) | func (c *Client) DeleteIndex(indices ...string) *IndicesDeleteService { method IndexExists (line 1665) | func (c *Client) IndexExists(indices ...string) *IndicesExistsService { method ShrinkIndex (line 1670) | func (c *Client) ShrinkIndex(source, target string) *IndicesShrinkServ... method RolloverIndex (line 1676) | func (c *Client) RolloverIndex(alias string) *IndicesRolloverService { method IndexStats (line 1682) | func (c *Client) IndexStats(indices ...string) *IndicesStatsService { method OpenIndex (line 1687) | func (c *Client) OpenIndex(name string) *IndicesOpenService { method CloseIndex (line 1692) | func (c *Client) CloseIndex(name string) *IndicesCloseService { method FreezeIndex (line 1700) | func (c *Client) FreezeIndex(name string) *IndicesFreezeService { method UnfreezeIndex (line 1708) | func (c *Client) UnfreezeIndex(name string) *IndicesUnfreezeService { method IndexGet (line 1714) | func (c *Client) IndexGet(indices ...string) *IndicesGetService { method IndexGetSettings (line 1719) | func (c *Client) IndexGetSettings(indices ...string) *IndicesGetSettin... method IndexPutSettings (line 1724) | func (c *Client) IndexPutSettings(indices ...string) *IndicesPutSettin... method IndexSegments (line 1729) | func (c *Client) IndexSegments(indices ...string) *IndicesSegmentsServ... method IndexAnalyze (line 1735) | func (c *Client) IndexAnalyze() *IndicesAnalyzeService { method Forcemerge (line 1741) | func (c *Client) Forcemerge(indices ...string) *IndicesForcemergeServi... method Refresh (line 1746) | func (c *Client) Refresh(indices ...string) *RefreshService { method Flush (line 1752) | func (c *Client) Flush(indices ...string) *IndicesFlushService { method SyncedFlush (line 1761) | func (c *Client) SyncedFlush(indices ...string) *IndicesSyncedFlushSer... method ClearCache (line 1766) | func (c *Client) ClearCache(indices ...string) *IndicesClearCacheServi... method Alias (line 1771) | func (c *Client) Alias() *AliasService { method Aliases (line 1776) | func (c *Client) Aliases() *AliasesService { method IndexGetTemplate (line 1790) | func (c *Client) IndexGetTemplate(names ...string) *IndicesGetTemplate... method IndexTemplateExists (line 1802) | func (c *Client) IndexTemplateExists(name string) *IndicesExistsTempla... method IndexPutTemplate (line 1814) | func (c *Client) IndexPutTemplate(name string) *IndicesPutTemplateServ... method IndexDeleteTemplate (line 1826) | func (c *Client) IndexDeleteTemplate(name string) *IndicesDeleteTempla... method IndexPutIndexTemplate (line 1838) | func (c *Client) IndexPutIndexTemplate(name string) *IndicesPutIndexTe... method IndexGetIndexTemplate (line 1848) | func (c *Client) IndexGetIndexTemplate(name string) *IndicesGetIndexTe... method IndexDeleteIndexTemplate (line 1858) | func (c *Client) IndexDeleteIndexTemplate(name string) *IndicesDeleteI... method IndexPutComponentTemplate (line 1868) | func (c *Client) IndexPutComponentTemplate(name string) *IndicesPutCom... method IndexGetComponentTemplate (line 1876) | func (c *Client) IndexGetComponentTemplate(name string) *IndicesGetCom... method IndexDeleteComponentTemplate (line 1884) | func (c *Client) IndexDeleteComponentTemplate(name string) *IndicesDel... method GetMapping (line 1889) | func (c *Client) GetMapping() *IndicesGetMappingService { method PutMapping (line 1894) | func (c *Client) PutMapping() *IndicesPutMappingService { method GetFieldMapping (line 1899) | func (c *Client) GetFieldMapping() *IndicesGetFieldMappingService { method CatMaster (line 1914) | func (c *Client) CatMaster() *CatMasterService { method CatFielddata (line 1919) | func (c *Client) CatFielddata() *CatFielddataService { method CatAliases (line 1924) | func (c *Client) CatAliases() *CatAliasesService { method CatAllocation (line 1929) | func (c *Client) CatAllocation() *CatAllocationService { method CatCount (line 1934) | func (c *Client) CatCount() *CatCountService { method CatHealth (line 1939) | func (c *Client) CatHealth() *CatHealthService { method CatIndices (line 1944) | func (c *Client) CatIndices() *CatIndicesService { method CatShards (line 1949) | func (c *Client) CatShards() *CatShardsService { method CatSnapshots (line 1954) | func (c *Client) CatSnapshots() *CatSnapshotsService { method IngestPutPipeline (line 1962) | func (c *Client) IngestPutPipeline(id string) *IngestPutPipelineService { method IngestGetPipeline (line 1967) | func (c *Client) IngestGetPipeline(ids ...string) *IngestGetPipelineSe... method IngestDeletePipeline (line 1972) | func (c *Client) IngestDeletePipeline(id string) *IngestDeletePipeline... method IngestSimulatePipeline (line 1978) | func (c *Client) IngestSimulatePipeline() *IngestSimulatePipelineServi... method ClusterHealth (line 1985) | func (c *Client) ClusterHealth() *ClusterHealthService { method ClusterReroute (line 1991) | func (c *Client) ClusterReroute() *ClusterRerouteService { method ClusterState (line 1996) | func (c *Client) ClusterState() *ClusterStateService { method ClusterStats (line 2001) | func (c *Client) ClusterStats() *ClusterStatsService { method NodesInfo (line 2006) | func (c *Client) NodesInfo() *NodesInfoService { method NodesStats (line 2011) | func (c *Client) NodesStats() *NodesStatsService { method TasksCancel (line 2016) | func (c *Client) TasksCancel() *TasksCancelService { method TasksList (line 2021) | func (c *Client) TasksList() *TasksListService { method TasksGetTask (line 2026) | func (c *Client) TasksGetTask() *TasksGetTaskService { method SnapshotStatus (line 2039) | func (c *Client) SnapshotStatus() *SnapshotStatusService { method SnapshotCreate (line 2044) | func (c *Client) SnapshotCreate(repository string, snapshot string) *S... method SnapshotCreateRepository (line 2049) | func (c *Client) SnapshotCreateRepository(repository string) *Snapshot... method SnapshotDelete (line 2054) | func (c *Client) SnapshotDelete(repository string, snapshot string) *S... method SnapshotDeleteRepository (line 2059) | func (c *Client) SnapshotDeleteRepository(repositories ...string) *Sna... method SnapshotGetRepository (line 2064) | func (c *Client) SnapshotGetRepository(repositories ...string) *Snapsh... method SnapshotGet (line 2069) | func (c *Client) SnapshotGet(repository string) *SnapshotGetService { method SnapshotVerifyRepository (line 2074) | func (c *Client) SnapshotVerifyRepository(repository string) *Snapshot... method SnapshotRestore (line 2079) | func (c *Client) SnapshotRestore(repository string, snapshot string) *... method GetScript (line 2087) | func (c *Client) GetScript() *GetScriptService { method PutScript (line 2092) | func (c *Client) PutScript() *PutScriptService { method DeleteScript (line 2097) | func (c *Client) DeleteScript() *DeleteScriptService { method XPackInfo (line 2105) | func (c *Client) XPackInfo() *XPackInfoService { method XPackAsyncSearchSubmit (line 2112) | func (c *Client) XPackAsyncSearchSubmit() *XPackAsyncSearchSubmit { method XPackAsyncSearchGet (line 2117) | func (c *Client) XPackAsyncSearchGet() *XPackAsyncSearchGet { method XPackAsyncSearchDelete (line 2122) | func (c *Client) XPackAsyncSearchDelete() *XPackAsyncSearchDelete { method XPackIlmPutLifecycle (line 2129) | func (c *Client) XPackIlmPutLifecycle() *XPackIlmPutLifecycleService { method XPackIlmGetLifecycle (line 2134) | func (c *Client) XPackIlmGetLifecycle() *XPackIlmGetLifecycleService { method XPackIlmDeleteLifecycle (line 2139) | func (c *Client) XPackIlmDeleteLifecycle() *XPackIlmDeleteLifecycleSer... method XPackSecurityGetRoleMapping (line 2146) | func (c *Client) XPackSecurityGetRoleMapping(roleMappingName string) *... method XPackSecurityPutRoleMapping (line 2151) | func (c *Client) XPackSecurityPutRoleMapping(roleMappingName string) *... method XPackSecurityDeleteRoleMapping (line 2156) | func (c *Client) XPackSecurityDeleteRoleMapping(roleMappingName string... method XPackSecurityGetRole (line 2161) | func (c *Client) XPackSecurityGetRole(roleName string) *XPackSecurityG... method XPackSecurityPutRole (line 2166) | func (c *Client) XPackSecurityPutRole(roleName string) *XPackSecurityP... method XPackSecurityDeleteRole (line 2171) | func (c *Client) XPackSecurityDeleteRole(roleName string) *XPackSecuri... method XPackSecurityChangePassword (line 2179) | func (c *Client) XPackSecurityChangePassword(username string) *XPackSe... method XPackSecurityGetUser (line 2184) | func (c *Client) XPackSecurityGetUser(usernames ...string) *XPackSecur... method XPackSecurityPutUser (line 2189) | func (c *Client) XPackSecurityPutUser(username string) *XPackSecurityP... method XPackSecurityEnableUser (line 2194) | func (c *Client) XPackSecurityEnableUser(username string) *XPackSecuri... method XPackSecurityDisableUser (line 2199) | func (c *Client) XPackSecurityDisableUser(username string) *XPackSecur... method XPackSecurityDeleteUser (line 2204) | func (c *Client) XPackSecurityDeleteUser(username string) *XPackSecuri... method XPackRollupPut (line 2211) | func (c *Client) XPackRollupPut(jobId string) *XPackRollupPutService { method XPackRollupGet (line 2216) | func (c *Client) XPackRollupGet(jobId string) *XPackRollupGetService { method XPackRollupDelete (line 2221) | func (c *Client) XPackRollupDelete(jobId string) *XPackRollupDeleteSer... method XPackRollupStart (line 2226) | func (c *Client) XPackRollupStart(jobId string) *XPackRollupStartServi... method XPackRollupStop (line 2231) | func (c *Client) XPackRollupStop(jobId string) *XPackRollupStopService { method XPackWatchPut (line 2238) | func (c *Client) XPackWatchPut(watchId string) *XPackWatcherPutWatchSe... method XPackWatchGet (line 2243) | func (c *Client) XPackWatchGet(watchId string) *XPackWatcherGetWatchSe... method XPackWatchDelete (line 2248) | func (c *Client) XPackWatchDelete(watchId string) *XPackWatcherDeleteW... method XPackWatchExecute (line 2253) | func (c *Client) XPackWatchExecute() *XPackWatcherExecuteWatchService { method XPackWatchAck (line 2258) | func (c *Client) XPackWatchAck(watchId string) *XPackWatcherAckWatchSe... method XPackWatchActivate (line 2263) | func (c *Client) XPackWatchActivate(watchId string) *XPackWatcherActiv... method XPackWatchDeactivate (line 2268) | func (c *Client) XPackWatchDeactivate(watchId string) *XPackWatcherDea... method XPackWatchStats (line 2273) | func (c *Client) XPackWatchStats() *XPackWatcherStatsService { method XPackWatchStart (line 2278) | func (c *Client) XPackWatchStart() *XPackWatcherStartService { method XPackWatchStop (line 2283) | func (c *Client) XPackWatchStop() *XPackWatcherStopService { method ElasticsearchVersion (line 2291) | func (c *Client) ElasticsearchVersion(url string) (string, error) { method IndexNames (line 2300) | func (c *Client) IndexNames() ([]string, error) { method Ping (line 2317) | func (c *Client) Ping(url string) *PingService { method WaitForStatus (line 2327) | func (c *Client) WaitForStatus(status string, timeout string) error { method WaitForGreenStatus (line 2340) | func (c *Client) WaitForGreenStatus(timeout string) error { method WaitForYellowStatus (line 2346) | func (c *Client) WaitForYellowStatus(timeout string) error { function NewClient (line 206) | func NewClient(options ...ClientOptionFunc) (*Client, error) { function NewClientFromConfig (line 211) | func NewClientFromConfig(cfg *config.Config) (*Client, error) { function NewSimpleClient (line 234) | func NewSimpleClient(options ...ClientOptionFunc) (*Client, error) { function Dial (line 312) | func Dial(options ...ClientOptionFunc) (*Client, error) { function DialContext (line 319) | func DialContext(ctx context.Context, options ...ClientOptionFunc) (*Cli... function DialWithConfig (line 427) | func DialWithConfig(ctx context.Context, cfg *config.Config) (*Client, e... function configToOptions (line 435) | func configToOptions(cfg *config.Config) ([]ClientOptionFunc, error) { function SetHttpClient (line 480) | func SetHttpClient(httpClient Doer) ClientOptionFunc { function SetBasicAuth (line 493) | func SetBasicAuth(username, password string) ClientOptionFunc { function SetURL (line 504) | func SetURL(urls ...string) ClientOptionFunc { function SetScheme (line 524) | func SetScheme(scheme string) ClientOptionFunc { function SetSniff (line 532) | func SetSniff(enabled bool) ClientOptionFunc { function SetSnifferTimeoutStartup (line 543) | func SetSnifferTimeoutStartup(timeout time.Duration) ClientOptionFunc { function SetSnifferTimeout (line 554) | func SetSnifferTimeout(timeout time.Duration) ClientOptionFunc { function SetSnifferInterval (line 563) | func SetSnifferInterval(interval time.Duration) ClientOptionFunc { type SnifferCallback (line 571) | type SnifferCallback function SetSnifferCallback (line 582) | func SetSnifferCallback(f SnifferCallback) ClientOptionFunc { function SetHealthcheck (line 592) | func SetHealthcheck(enabled bool) ClientOptionFunc { function SetHealthcheckTimeoutStartup (line 603) | func SetHealthcheckTimeoutStartup(timeout time.Duration) ClientOptionFunc { function SetHealthcheckTimeout (line 615) | func SetHealthcheckTimeout(timeout time.Duration) ClientOptionFunc { function SetHealthcheckInterval (line 624) | func SetHealthcheckInterval(interval time.Duration) ClientOptionFunc { function SetMaxRetries (line 635) | func SetMaxRetries(maxRetries int) ClientOptionFunc { function SetGzip (line 656) | func SetGzip(enabled bool) ClientOptionFunc { function SetDecoder (line 665) | func SetDecoder(decoder Decoder) ClientOptionFunc { function SetRequiredPlugins (line 678) | func SetRequiredPlugins(plugins ...string) ClientOptionFunc { function SetErrorLog (line 690) | func SetErrorLog(logger Logger) ClientOptionFunc { function SetInfoLog (line 699) | func SetInfoLog(logger Logger) ClientOptionFunc { function SetTraceLog (line 708) | func SetTraceLog(logger Logger) ClientOptionFunc { function SetSendGetBodyAs (line 717) | func SetSendGetBodyAs(httpMethod string) ClientOptionFunc { function SetRetrier (line 726) | func SetRetrier(retrier Retrier) ClientOptionFunc { function SetRetryStatusCodes (line 740) | func SetRetryStatusCodes(statusCodes ...int) ClientOptionFunc { function SetHeaders (line 749) | func SetHeaders(headers http.Header) ClientOptionFunc { type PerformRequestOptions (line 1289) | type PerformRequestOptions struct FILE: client_test.go function findConn (line 31) | func findConn(s string, slice ...*conn) (int, bool) { function TestClientDefaults (line 42) | func TestClientDefaults(t *testing.T) { function TestClientWithoutURL (line 82) | func TestClientWithoutURL(t *testing.T) { function TestClientWithSingleURL (line 100) | func TestClientWithSingleURL(t *testing.T) { function TestClientWithMultipleURLs (line 118) | func TestClientWithMultipleURLs(t *testing.T) { function TestClientWithInvalidURLs (line 134) | func TestClientWithInvalidURLs(t *testing.T) { function TestClientWithBasicAuth (line 147) | func TestClientWithBasicAuth(t *testing.T) { function TestClientWithBasicAuthInUserInfo (line 160) | func TestClientWithBasicAuthInUserInfo(t *testing.T) { function TestClientWithBasicAuthDuringHealthcheck (line 173) | func TestClientWithBasicAuthDuringHealthcheck(t *testing.T) { function TestClientWithXpackSecurity (line 204) | func TestClientWithXpackSecurity(t *testing.T) { function TestClientWithXpackSecurityUnauthorized (line 218) | func TestClientWithXpackSecurityUnauthorized(t *testing.T) { function TestClientWithoutBasicAuthButAuthEnabledInElasticDuringHealthcheck (line 231) | func TestClientWithoutBasicAuthButAuthEnabledInElasticDuringHealthcheck(... function TestClientFromConfig (line 257) | func TestClientFromConfig(t *testing.T) { function TestClientDialFromConfig (line 279) | func TestClientDialFromConfig(t *testing.T) { function TestClientDialContext (line 301) | func TestClientDialContext(t *testing.T) { function TestClientDialContextTimeoutFromHealthcheck (line 311) | func TestClientDialContextTimeoutFromHealthcheck(t *testing.T) { function TestClientDialContextTimeoutFromSniffer (line 327) | func TestClientDialContextTimeoutFromSniffer(t *testing.T) { function TestClientSniffSuccess (line 343) | func TestClientSniffSuccess(t *testing.T) { function TestClientSniffFailure (line 354) | func TestClientSniffFailure(t *testing.T) { function TestClientSnifferCallback (line 361) | func TestClientSnifferCallback(t *testing.T) { function TestClientSniffDisabled (line 378) | func TestClientSniffDisabled(t *testing.T) { function TestClientWillMarkConnectionsAsAliveWhenAllAreDead (line 409) | func TestClientWillMarkConnectionsAsAliveWhenAllAreDead(t *testing.T) { function TestClientWithRequiredPlugins (line 444) | func TestClientWithRequiredPlugins(t *testing.T) { function TestClientHealthcheckStartupTimeout (line 454) | func TestClientHealthcheckStartupTimeout(t *testing.T) { function TestClientHealthcheckTimeoutLeak (line 469) | func TestClientHealthcheckTimeoutLeak(t *testing.T) { function TestClientSniffUpdatingNodeURL (line 543) | func TestClientSniffUpdatingNodeURL(t *testing.T) { function TestSimpleClientDefaults (line 640) | func TestSimpleClientDefaults(t *testing.T) { function TestClientStartAndStop (line 682) | func TestClientStartAndStop(t *testing.T) { function TestClientStartAndStopWithSnifferAndHealthchecksDisabled (line 722) | func TestClientStartAndStopWithSnifferAndHealthchecksDisabled(t *testing... function TestClientSniffNode (line 764) | func TestClientSniffNode(t *testing.T) { function TestClientSniffOnDefaultURL (line 792) | func TestClientSniffOnDefaultURL(t *testing.T) { function TestClientSniffTimeoutLeak (line 825) | func TestClientSniffTimeoutLeak(t *testing.T) { function TestClientExtractHostname (line 900) | func TestClientExtractHostname(t *testing.T) { function TestClientSelectConnHealthy (line 942) | func TestClientSelectConnHealthy(t *testing.T) { function TestClientSelectConnHealthyAndDead (line 981) | func TestClientSelectConnHealthyAndDead(t *testing.T) { function TestClientSelectConnDeadAndHealthy (line 1020) | func TestClientSelectConnDeadAndHealthy(t *testing.T) { function TestClientSelectConnAllDead (line 1059) | func TestClientSelectConnAllDead(t *testing.T) { function TestElasticsearchVersion (line 1101) | func TestElasticsearchVersion(t *testing.T) { function TestIndexNames (line 1117) | func TestIndexNames(t *testing.T) { function TestPerformRequest (line 1140) | func TestPerformRequest(t *testing.T) { function TestPerformRequestWithStream (line 1165) | func TestPerformRequestWithStream(t *testing.T) { function TestPerformRequestWithSimpleClient (line 1197) | func TestPerformRequestWithSimpleClient(t *testing.T) { function TestPerformRequestWithLogger (line 1222) | func TestPerformRequestWithLogger(t *testing.T) { function TestPerformRequestWithLoggerAndTracer (line 1261) | func TestPerformRequestWithLoggerAndTracer(t *testing.T) { function TestPerformRequestWithTracerOnError (line 1302) | func TestPerformRequestWithTracerOnError(t *testing.T) { type customLogger (line 1322) | type customLogger struct method Printf (line 1326) | func (l *customLogger) Printf(format string, v ...interface{}) { function TestPerformRequestWithCustomLogger (line 1330) | func TestPerformRequestWithCustomLogger(t *testing.T) { function TestPerformRequestWithMaxResponseSize (line 1368) | func TestPerformRequestWithMaxResponseSize(t *testing.T) { function TestPerformRequestOnNoConnectionsWithHealthcheckRevival (line 1395) | func TestPerformRequestOnNoConnectionsWithHealthcheckRevival(t *testing.... type failingTransport (line 1432) | type failingTransport struct method RoundTrip (line 1439) | func (tr *failingTransport) RoundTrip(r *http.Request) (*http.Response... function TestPerformRequestRetryOnHttpError (line 1449) | func TestPerformRequestRetryOnHttpError(t *testing.T) { function TestPerformRequestNoRetryOnValidButUnsuccessfulHttpStatus (line 1482) | func TestPerformRequestNoRetryOnValidButUnsuccessfulHttpStatus(t *testin... function TestPerformRequestOnSpecifiedHttpStatusCodes (line 1518) | func TestPerformRequestOnSpecifiedHttpStatusCodes(t *testing.T) { type failingBody (line 1560) | type failingBody struct method MarshalJSON (line 1563) | func (fb failingBody) MarshalJSON() ([]byte, error) { function TestPerformRequestWithSetBodyError (line 1567) | func TestPerformRequestWithSetBodyError(t *testing.T) { type sleepingTransport (line 1586) | type sleepingTransport struct method RoundTrip (line 1591) | func (tr *sleepingTransport) RoundTrip(r *http.Request) (*http.Respons... function TestPerformRequestWithCancel (line 1596) | func TestPerformRequestWithCancel(t *testing.T) { function TestPerformRequestWithTimeout (line 1634) | func TestPerformRequestWithTimeout(t *testing.T) { function TestPerformRequestWithCustomHTTPHeadersOnRequest (line 1669) | func TestPerformRequestWithCustomHTTPHeadersOnRequest(t *testing.T) { function TestPerformRequestWithCustomHTTPHeadersOnClient (line 1695) | func TestPerformRequestWithCustomHTTPHeadersOnClient(t *testing.T) { function TestPerformRequestSetsDefaultUserAgent (line 1724) | func TestPerformRequestSetsDefaultUserAgent(t *testing.T) { function TestPerformRequestWithCustomHTTPHeadersPriority (line 1757) | func TestPerformRequestWithCustomHTTPHeadersPriority(t *testing.T) { function TestPerformRequestWithCompressionEnabled (line 1822) | func TestPerformRequestWithCompressionEnabled(t *testing.T) { function TestPerformRequestWithCompressionDisabled (line 1830) | func TestPerformRequestWithCompressionDisabled(t *testing.T) { function testPerformRequestWithCompression (line 1838) | func testPerformRequestWithCompression(t *testing.T, hc *http.Client) { FILE: cluster-test/cluster-test.go type Tweet (line 24) | type Tweet struct function main (line 49) | func main() { type RunInfo (line 80) | type RunInfo struct type TestCase (line 84) | type TestCase struct method SetIndex (line 113) | func (t *TestCase) SetIndex(name string) { method SetErrorLogFile (line 117) | func (t *TestCase) SetErrorLogFile(name string) { method SetInfoLogFile (line 121) | func (t *TestCase) SetInfoLogFile(name string) { method SetTraceLogFile (line 125) | func (t *TestCase) SetTraceLogFile(name string) { method SetMaxRetries (line 129) | func (t *TestCase) SetMaxRetries(n int) { method SetSniff (line 133) | func (t *TestCase) SetSniff(enabled bool) { method SetSnifferInterval (line 137) | func (t *TestCase) SetSnifferInterval(d time.Duration) { method SetHealthcheck (line 141) | func (t *TestCase) SetHealthcheck(enabled bool) { method SetHealthcheckInterval (line 145) | func (t *TestCase) SetHealthcheckInterval(d time.Duration) { method Run (line 149) | func (t *TestCase) Run(n int) error { method monitor (line 163) | func (t *TestCase) monitor() { method setup (line 185) | func (t *TestCase) setup() error { method search (line 289) | func (t *TestCase) search() { function NewTestCase (line 101) | func NewTestCase(index string, nodes []string) (*TestCase, error) { FILE: cluster_health.go type ClusterHealthService (line 21) | type ClusterHealthService struct method Pretty (line 50) | func (s *ClusterHealthService) Pretty(pretty bool) *ClusterHealthServi... method Human (line 57) | func (s *ClusterHealthService) Human(human bool) *ClusterHealthService { method ErrorTrace (line 63) | func (s *ClusterHealthService) ErrorTrace(errorTrace bool) *ClusterHea... method FilterPath (line 69) | func (s *ClusterHealthService) FilterPath(filterPath ...string) *Clust... method Header (line 75) | func (s *ClusterHealthService) Header(name string, value string) *Clus... method Headers (line 84) | func (s *ClusterHealthService) Headers(headers http.Header) *ClusterHe... method Index (line 90) | func (s *ClusterHealthService) Index(indices ...string) *ClusterHealth... method Level (line 96) | func (s *ClusterHealthService) Level(level string) *ClusterHealthServi... method Local (line 103) | func (s *ClusterHealthService) Local(local bool) *ClusterHealthService { method MasterTimeout (line 109) | func (s *ClusterHealthService) MasterTimeout(masterTimeout string) *Cl... method Timeout (line 115) | func (s *ClusterHealthService) Timeout(timeout string) *ClusterHealthS... method WaitForActiveShards (line 121) | func (s *ClusterHealthService) WaitForActiveShards(waitForActiveShards... method WaitForNodes (line 128) | func (s *ClusterHealthService) WaitForNodes(waitForNodes string) *Clus... method WaitForNoRelocatingShards (line 134) | func (s *ClusterHealthService) WaitForNoRelocatingShards(waitForNoRelo... method WaitForStatus (line 141) | func (s *ClusterHealthService) WaitForStatus(waitForStatus string) *Cl... method WaitForGreenStatus (line 147) | func (s *ClusterHealthService) WaitForGreenStatus() *ClusterHealthServ... method WaitForYellowStatus (line 152) | func (s *ClusterHealthService) WaitForYellowStatus() *ClusterHealthSer... method buildURL (line 157) | func (s *ClusterHealthService) buildURL() (string, url.Values, error) { method Validate (line 214) | func (s *ClusterHealthService) Validate() error { method Do (line 219) | func (s *ClusterHealthService) Do(ctx context.Context) (*ClusterHealth... function NewClusterHealthService (line 42) | func NewClusterHealthService(client *Client) *ClusterHealthService { type ClusterHealthResponse (line 251) | type ClusterHealthResponse struct type ClusterIndexHealth (line 275) | type ClusterIndexHealth struct type ClusterShardHealth (line 289) | type ClusterShardHealth struct FILE: cluster_health_test.go function TestClusterHealth (line 13) | func TestClusterHealth(t *testing.T) { function TestClusterHealthURLs (line 29) | func TestClusterHealthURLs(t *testing.T) { function TestClusterHealthWaitForStatus (line 77) | func TestClusterHealthWaitForStatus(t *testing.T) { FILE: cluster_reroute.go type ClusterRerouteService (line 23) | type ClusterRerouteService struct method Pretty (line 50) | func (s *ClusterRerouteService) Pretty(pretty bool) *ClusterRerouteSer... method Human (line 57) | func (s *ClusterRerouteService) Human(human bool) *ClusterRerouteServi... method ErrorTrace (line 63) | func (s *ClusterRerouteService) ErrorTrace(errorTrace bool) *ClusterRe... method FilterPath (line 69) | func (s *ClusterRerouteService) FilterPath(filterPath ...string) *Clus... method Header (line 75) | func (s *ClusterRerouteService) Header(name string, value string) *Clu... method Headers (line 84) | func (s *ClusterRerouteService) Headers(headers http.Header) *ClusterR... method Metric (line 92) | func (s *ClusterRerouteService) Metric(metrics ...string) *ClusterRero... method DryRun (line 99) | func (s *ClusterRerouteService) DryRun(dryRun bool) *ClusterRerouteSer... method Explain (line 106) | func (s *ClusterRerouteService) Explain(explain bool) *ClusterRerouteS... method RetryFailed (line 113) | func (s *ClusterRerouteService) RetryFailed(retryFailed bool) *Cluster... method MasterTimeout (line 119) | func (s *ClusterRerouteService) MasterTimeout(masterTimeout string) *C... method Timeout (line 125) | func (s *ClusterRerouteService) Timeout(timeout string) *ClusterRerout... method Add (line 131) | func (s *ClusterRerouteService) Add(commands ...AllocationCommand) *Cl... method Body (line 139) | func (s *ClusterRerouteService) Body(body interface{}) *ClusterReroute... method buildURL (line 145) | func (s *ClusterRerouteService) buildURL() (string, url.Values, error) { method Validate (line 185) | func (s *ClusterRerouteService) Validate() error { method Do (line 193) | func (s *ClusterRerouteService) Do(ctx context.Context) (*ClusterRerou... function NewClusterRerouteService (line 43) | func NewClusterRerouteService(client *Client) *ClusterRerouteService { type ClusterRerouteResponse (line 246) | type ClusterRerouteResponse struct type RerouteExplanation (line 253) | type RerouteExplanation struct type RerouteDecision (line 260) | type RerouteDecision interface type AllocationCommand (line 266) | type AllocationCommand interface type MoveAllocationCommand (line 275) | type MoveAllocationCommand struct method Name (line 293) | func (cmd *MoveAllocationCommand) Name() string { return "move" } method Source (line 296) | func (cmd *MoveAllocationCommand) Source() (interface{}, error) { function NewMoveAllocationCommand (line 283) | func NewMoveAllocationCommand(index string, shardId int, fromNode, toNod... type CancelAllocationCommand (line 308) | type CancelAllocationCommand struct method Name (line 326) | func (cmd *CancelAllocationCommand) Name() string { return "cancel" } method Source (line 329) | func (cmd *CancelAllocationCommand) Source() (interface{}, error) { function NewCancelAllocationCommand (line 316) | func NewCancelAllocationCommand(index string, shardId int, node string, ... type AllocateStalePrimaryAllocationCommand (line 343) | type AllocateStalePrimaryAllocationCommand struct method Name (line 362) | func (cmd *AllocateStalePrimaryAllocationCommand) Name() string { retu... method Source (line 365) | func (cmd *AllocateStalePrimaryAllocationCommand) Source() (interface{... function NewAllocateStalePrimaryAllocationCommand (line 352) | func NewAllocateStalePrimaryAllocationCommand(index string, shardId int,... type AllocateReplicaAllocationCommand (line 378) | type AllocateReplicaAllocationCommand struct method Name (line 395) | func (cmd *AllocateReplicaAllocationCommand) Name() string { return "a... method Source (line 398) | func (cmd *AllocateReplicaAllocationCommand) Source() (interface{}, er... function NewAllocateReplicaAllocationCommand (line 386) | func NewAllocateReplicaAllocationCommand(index string, shardId int, node... type AllocateEmptyPrimaryAllocationCommand (line 409) | type AllocateEmptyPrimaryAllocationCommand struct method Name (line 428) | func (cmd *AllocateEmptyPrimaryAllocationCommand) Name() string { retu... method Source (line 431) | func (cmd *AllocateEmptyPrimaryAllocationCommand) Source() (interface{... function NewAllocateEmptyPrimaryAllocationCommand (line 418) | func NewAllocateEmptyPrimaryAllocationCommand(index string, shardId int,... FILE: cluster_reroute_test.go function TestClusterRerouteURLs (line 14) | func TestClusterRerouteURLs(t *testing.T) { function TestClusterReroute (line 54) | func TestClusterReroute(t *testing.T) { function testClusterRerouteWithCommands (line 66) | func testClusterRerouteWithCommands(client *Client, t *testing.T) { function testClusterRerouteWithoutBody (line 107) | func testClusterRerouteWithoutBody(client *Client, t *testing.T) { FILE: cluster_state.go type ClusterStateService (line 21) | type ClusterStateService struct method Pretty (line 50) | func (s *ClusterStateService) Pretty(pretty bool) *ClusterStateService { method Human (line 57) | func (s *ClusterStateService) Human(human bool) *ClusterStateService { method ErrorTrace (line 63) | func (s *ClusterStateService) ErrorTrace(errorTrace bool) *ClusterStat... method FilterPath (line 69) | func (s *ClusterStateService) FilterPath(filterPath ...string) *Cluste... method Header (line 75) | func (s *ClusterStateService) Header(name string, value string) *Clust... method Headers (line 84) | func (s *ClusterStateService) Headers(headers http.Header) *ClusterSta... method Index (line 91) | func (s *ClusterStateService) Index(indices ...string) *ClusterStateSe... method Metric (line 99) | func (s *ClusterStateService) Metric(metrics ...string) *ClusterStateS... method AllowNoIndices (line 107) | func (s *ClusterStateService) AllowNoIndices(allowNoIndices bool) *Clu... method ExpandWildcards (line 114) | func (s *ClusterStateService) ExpandWildcards(expandWildcards string) ... method FlatSettings (line 120) | func (s *ClusterStateService) FlatSettings(flatSettings bool) *Cluster... method IgnoreUnavailable (line 127) | func (s *ClusterStateService) IgnoreUnavailable(ignoreUnavailable bool... method Local (line 134) | func (s *ClusterStateService) Local(local bool) *ClusterStateService { method MasterTimeout (line 140) | func (s *ClusterStateService) MasterTimeout(masterTimeout string) *Clu... method buildURL (line 146) | func (s *ClusterStateService) buildURL() (string, url.Values, error) { method Validate (line 200) | func (s *ClusterStateService) Validate() error { method Do (line 205) | func (s *ClusterStateService) Do(ctx context.Context) (*ClusterStateRe... function NewClusterStateService (line 41) | func NewClusterStateService(client *Client) *ClusterStateService { type ClusterStateResponse (line 237) | type ClusterStateResponse struct type clusterBlocks (line 253) | type clusterBlocks struct type clusterBlock (line 258) | type clusterBlock struct type clusterStateMetadata (line 265) | type clusterStateMetadata struct type clusterCoordinationMetaData (line 290) | type clusterCoordinationMetaData struct type discoveryNode (line 297) | type discoveryNode struct type clusterStateRoutingTable (line 305) | type clusterStateRoutingTable struct type clusterStateRoutingNode (line 309) | type clusterStateRoutingNode struct type indexTemplateMetaData (line 315) | type indexTemplateMetaData struct type indexMetaData (line 324) | type indexMetaData struct type indexRoutingTable (line 342) | type indexRoutingTable struct type shardRouting (line 346) | type shardRouting struct type RestoreSource (line 359) | type RestoreSource struct type allocationId (line 366) | type allocationId struct type unassignedInfo (line 371) | type unassignedInfo struct FILE: cluster_state_test.go function TestClusterState (line 13) | func TestClusterState(t *testing.T) { function TestClusterStateURLs (line 29) | func TestClusterStateURLs(t *testing.T) { function TestClusterStateGet (line 95) | func TestClusterStateGet(t *testing.T) { FILE: cluster_stats.go type ClusterStatsService (line 19) | type ClusterStatsService struct method Pretty (line 41) | func (s *ClusterStatsService) Pretty(pretty bool) *ClusterStatsService { method Human (line 48) | func (s *ClusterStatsService) Human(human bool) *ClusterStatsService { method ErrorTrace (line 54) | func (s *ClusterStatsService) ErrorTrace(errorTrace bool) *ClusterStat... method FilterPath (line 60) | func (s *ClusterStatsService) FilterPath(filterPath ...string) *Cluste... method Header (line 66) | func (s *ClusterStatsService) Header(name string, value string) *Clust... method Headers (line 75) | func (s *ClusterStatsService) Headers(headers http.Header) *ClusterSta... method NodeId (line 81) | func (s *ClusterStatsService) NodeId(nodeId []string) *ClusterStatsSer... method FlatSettings (line 87) | func (s *ClusterStatsService) FlatSettings(flatSettings bool) *Cluster... method buildURL (line 93) | func (s *ClusterStatsService) buildURL() (string, url.Values, error) { method Validate (line 133) | func (s *ClusterStatsService) Validate() error { method Do (line 138) | func (s *ClusterStatsService) Do(ctx context.Context) (*ClusterStatsRe... function NewClusterStatsService (line 33) | func NewClusterStatsService(client *Client) *ClusterStatsService { type ClusterStatsResponse (line 170) | type ClusterStatsResponse struct type ClusterStatsNodesResponse (line 180) | type ClusterStatsNodesResponse struct type ClusterStatsIndices (line 187) | type ClusterStatsIndices struct type ClusterStatsAnalysisStats (line 201) | type ClusterStatsAnalysisStats struct type ClusterStatsMappingStats (line 212) | type ClusterStatsMappingStats struct type IndexFeatureStats (line 217) | type IndexFeatureStats struct type RuntimeFieldStats (line 225) | type RuntimeFieldStats struct type FieldScriptStats (line 245) | type FieldScriptStats struct type ClusterStatsVersionStats (line 256) | type ClusterStatsVersionStats struct type ClusterStatsIndicesShards (line 264) | type ClusterStatsIndicesShards struct type ClusterStatsIndicesShardsIndex (line 271) | type ClusterStatsIndicesShardsIndex struct type ClusterStatsIndicesShardsIndexIntMinMax (line 277) | type ClusterStatsIndicesShardsIndexIntMinMax struct type ClusterStatsIndicesShardsIndexFloat64MinMax (line 283) | type ClusterStatsIndicesShardsIndexFloat64MinMax struct type ClusterStatsIndicesDocs (line 289) | type ClusterStatsIndicesDocs struct type ClusterStatsIndicesStore (line 294) | type ClusterStatsIndicesStore struct type ClusterStatsIndicesFieldData (line 303) | type ClusterStatsIndicesFieldData struct type ClusterStatsIndicesQueryCache (line 313) | type ClusterStatsIndicesQueryCache struct type ClusterStatsIndicesCompletion (line 324) | type ClusterStatsIndicesCompletion struct type ClusterStatsIndicesSegmentsFile (line 333) | type ClusterStatsIndicesSegmentsFile struct type ClusterStatsNodes (line 341) | type ClusterStatsNodes struct type ClusterStatsNodesCount (line 357) | type ClusterStatsNodesCount struct type ClusterStatsNodesOsStats (line 374) | type ClusterStatsNodesOsStats struct type ClusterStatsNodesOsStatsMem (line 393) | type ClusterStatsNodesOsStatsMem struct type ClusterStatsNodesOsStatsCPU (line 404) | type ClusterStatsNodesOsStatsCPU struct type ClusterStatsNodesProcessStats (line 416) | type ClusterStatsNodesProcessStats struct type ClusterStatsNodesProcessStatsCPU (line 421) | type ClusterStatsNodesProcessStatsCPU struct type ClusterStatsNodesProcessStatsOpenFileDescriptors (line 425) | type ClusterStatsNodesProcessStatsOpenFileDescriptors struct type ClusterStatsNodesJvmStats (line 431) | type ClusterStatsNodesJvmStats struct type ClusterStatsNodesJvmStatsVersion (line 439) | type ClusterStatsNodesJvmStatsVersion struct type ClusterStatsNodesJvmStatsMem (line 449) | type ClusterStatsNodesJvmStatsMem struct type ClusterStatsNodesFsStats (line 456) | type ClusterStatsNodesFsStats struct type ClusterStatsNodesPlugin (line 479) | type ClusterStatsNodesPlugin struct type ClusterStatsNodesNetworkTypes (line 488) | type ClusterStatsNodesNetworkTypes struct type ClusterStatsNodesDiscoveryTypes (line 493) | type ClusterStatsNodesDiscoveryTypes interface type ClusterStatsNodesPackagingTypes (line 495) | type ClusterStatsNodesPackagingTypes type ClusterStatsNodesPackagingType (line 497) | type ClusterStatsNodesPackagingType struct type ClusterStatsNodesIngest (line 503) | type ClusterStatsNodesIngest struct FILE: cluster_stats_integration_test.go function TestClusterStats (line 12) | func TestClusterStats(t *testing.T) { FILE: cluster_stats_test.go function TestClusterStatsURLs (line 13) | func TestClusterStatsURLs(t *testing.T) { function TestClusterStatsErrorResponse (line 1449) | func TestClusterStatsErrorResponse(t *testing.T) { FILE: config/config.go type Config (line 15) | type Config struct function Parse (line 37) | func Parse(elasticURL string) (*Config, error) { FILE: config/config_test.go function TestParse (line 9) | func TestParse(t *testing.T) { function TestParseDoesNotFailWithoutIndexName (line 50) | func TestParseDoesNotFailWithoutIndexName(t *testing.T) { function TestParseTrimsIndexName (line 64) | func TestParseTrimsIndexName(t *testing.T) { FILE: connection.go type conn (line 14) | type conn struct method String (line 33) | func (c *conn) String() string { method NodeID (line 40) | func (c *conn) NodeID() string { method URL (line 47) | func (c *conn) URL() string { method IsDead (line 55) | func (c *conn) IsDead() bool { method MarkAsDead (line 63) | func (c *conn) MarkAsDead() { method MarkAsAlive (line 76) | func (c *conn) MarkAsAlive() { method MarkAsHealthy (line 84) | func (c *conn) MarkAsHealthy() { function newConn (line 24) | func newConn(nodeID, url string) *conn { FILE: count.go type CountService (line 20) | type CountService struct method Pretty (line 59) | func (s *CountService) Pretty(pretty bool) *CountService { method Human (line 66) | func (s *CountService) Human(human bool) *CountService { method ErrorTrace (line 72) | func (s *CountService) ErrorTrace(errorTrace bool) *CountService { method FilterPath (line 78) | func (s *CountService) FilterPath(filterPath ...string) *CountService { method Header (line 84) | func (s *CountService) Header(name string, value string) *CountService { method Headers (line 93) | func (s *CountService) Headers(headers http.Header) *CountService { method Index (line 99) | func (s *CountService) Index(index ...string) *CountService { method Type (line 111) | func (s *CountService) Type(typ ...string) *CountService { method AllowNoIndices (line 122) | func (s *CountService) AllowNoIndices(allowNoIndices bool) *CountServi... method AnalyzeWildcard (line 129) | func (s *CountService) AnalyzeWildcard(analyzeWildcard bool) *CountSer... method Analyzer (line 135) | func (s *CountService) Analyzer(analyzer string) *CountService { method DefaultOperator (line 141) | func (s *CountService) DefaultOperator(defaultOperator string) *CountS... method Df (line 148) | func (s *CountService) Df(df string) *CountService { method ExpandWildcards (line 155) | func (s *CountService) ExpandWildcards(expandWildcards string) *CountS... method IgnoreUnavailable (line 162) | func (s *CountService) IgnoreUnavailable(ignoreUnavailable bool) *Coun... method IgnoreThrottled (line 169) | func (s *CountService) IgnoreThrottled(ignoreThrottled bool) *CountSer... method Lenient (line 176) | func (s *CountService) Lenient(lenient bool) *CountService { method LowercaseExpandedTerms (line 182) | func (s *CountService) LowercaseExpandedTerms(lowercaseExpandedTerms b... method MinScore (line 189) | func (s *CountService) MinScore(minScore interface{}) *CountService { method Preference (line 196) | func (s *CountService) Preference(preference string) *CountService { method Q (line 203) | func (s *CountService) Q(q string) *CountService { method Query (line 209) | func (s *CountService) Query(query Query) *CountService { method Routing (line 215) | func (s *CountService) Routing(routing string) *CountService { method TerminateAfter (line 222) | func (s *CountService) TerminateAfter(terminateAfter int) *CountService { method BodyJson (line 230) | func (s *CountService) BodyJson(body interface{}) *CountService { method BodyString (line 237) | func (s *CountService) BodyString(body string) *CountService { method buildURL (line 243) | func (s *CountService) buildURL() (string, url.Values, error) { method Validate (line 330) | func (s *CountService) Validate() error { method Do (line 335) | func (s *CountService) Do(ctx context.Context) (int64, error) { function NewCountService (line 52) | func NewCountService(client *Client) *CountService { type CountResponse (line 388) | type CountResponse struct FILE: count_test.go function TestCountURL (line 12) | func TestCountURL(t *testing.T) { function TestCount (line 53) | func TestCount(t *testing.T) { FILE: decoder.go type Decoder (line 16) | type Decoder interface type DefaultDecoder (line 22) | type DefaultDecoder struct method Decode (line 25) | func (u *DefaultDecoder) Decode(data []byte, v interface{}) error { type NumberDecoder (line 31) | type NumberDecoder struct method Decode (line 34) | func (u *NumberDecoder) Decode(data []byte, v interface{}) error { FILE: decoder_test.go type decoder (line 15) | type decoder struct method Decode (line 19) | func (d *decoder) Decode(data []byte, v interface{}) error { function TestDecoder (line 26) | func TestDecoder(t *testing.T) { FILE: delete.go type DeleteService (line 22) | type DeleteService struct method Pretty (line 54) | func (s *DeleteService) Pretty(pretty bool) *DeleteService { method Human (line 61) | func (s *DeleteService) Human(human bool) *DeleteService { method ErrorTrace (line 67) | func (s *DeleteService) ErrorTrace(errorTrace bool) *DeleteService { method FilterPath (line 73) | func (s *DeleteService) FilterPath(filterPath ...string) *DeleteService { method Header (line 79) | func (s *DeleteService) Header(name string, value string) *DeleteServi... method Headers (line 88) | func (s *DeleteService) Headers(headers http.Header) *DeleteService { method Type (line 96) | func (s *DeleteService) Type(typ string) *DeleteService { method Id (line 102) | func (s *DeleteService) Id(id string) *DeleteService { method Index (line 108) | func (s *DeleteService) Index(index string) *DeleteService { method Routing (line 114) | func (s *DeleteService) Routing(routing string) *DeleteService { method Timeout (line 120) | func (s *DeleteService) Timeout(timeout string) *DeleteService { method Version (line 126) | func (s *DeleteService) Version(version interface{}) *DeleteService { method VersionType (line 132) | func (s *DeleteService) VersionType(versionType string) *DeleteService { method WaitForActiveShards (line 142) | func (s *DeleteService) WaitForActiveShards(waitForActiveShards string... method Parent (line 148) | func (s *DeleteService) Parent(parent string) *DeleteService { method Refresh (line 157) | func (s *DeleteService) Refresh(refresh string) *DeleteService { method IfSeqNo (line 164) | func (s *DeleteService) IfSeqNo(seqNo int64) *DeleteService { method IfPrimaryTerm (line 171) | func (s *DeleteService) IfPrimaryTerm(primaryTerm int64) *DeleteService { method buildURL (line 177) | func (s *DeleteService) buildURL() (string, url.Values, error) { method Validate (line 233) | func (s *DeleteService) Validate() error { method Do (line 253) | func (s *DeleteService) Do(ctx context.Context) (*DeleteResponse, erro... function NewDeleteService (line 46) | func NewDeleteService(client *Client) *DeleteService { type DeleteResponse (line 294) | type DeleteResponse struct FILE: delete_by_query.go type DeleteByQueryService (line 19) | type DeleteByQueryService struct method Pretty (line 87) | func (s *DeleteByQueryService) Pretty(pretty bool) *DeleteByQueryServi... method Human (line 94) | func (s *DeleteByQueryService) Human(human bool) *DeleteByQueryService { method ErrorTrace (line 100) | func (s *DeleteByQueryService) ErrorTrace(errorTrace bool) *DeleteByQu... method FilterPath (line 106) | func (s *DeleteByQueryService) FilterPath(filterPath ...string) *Delet... method Header (line 112) | func (s *DeleteByQueryService) Header(name string, value string) *Dele... method Headers (line 121) | func (s *DeleteByQueryService) Headers(headers http.Header) *DeleteByQ... method Index (line 127) | func (s *DeleteByQueryService) Index(index ...string) *DeleteByQuerySe... method Type (line 136) | func (s *DeleteByQueryService) Type(typ ...string) *DeleteByQueryServi... method XSource (line 143) | func (s *DeleteByQueryService) XSource(xSource ...string) *DeleteByQue... method XSourceExclude (line 149) | func (s *DeleteByQueryService) XSourceExclude(xSourceExclude ...string... method XSourceInclude (line 155) | func (s *DeleteByQueryService) XSourceInclude(xSourceInclude ...string... method Analyzer (line 161) | func (s *DeleteByQueryService) Analyzer(analyzer string) *DeleteByQuer... method AnalyzeWildcard (line 168) | func (s *DeleteByQueryService) AnalyzeWildcard(analyzeWildcard bool) *... method AllowNoIndices (line 176) | func (s *DeleteByQueryService) AllowNoIndices(allow bool) *DeleteByQue... method Conflicts (line 183) | func (s *DeleteByQueryService) Conflicts(conflicts string) *DeleteByQu... method AbortOnVersionConflict (line 190) | func (s *DeleteByQueryService) AbortOnVersionConflict() *DeleteByQuery... method ProceedOnVersionConflict (line 197) | func (s *DeleteByQueryService) ProceedOnVersionConflict() *DeleteByQue... method DefaultOperator (line 203) | func (s *DeleteByQueryService) DefaultOperator(defaultOperator string)... method DF (line 209) | func (s *DeleteByQueryService) DF(defaultField string) *DeleteByQueryS... method DefaultField (line 216) | func (s *DeleteByQueryService) DefaultField(defaultField string) *Dele... method DocvalueFields (line 222) | func (s *DeleteByQueryService) DocvalueFields(docvalueFields ...string... method ExpandWildcards (line 229) | func (s *DeleteByQueryService) ExpandWildcards(expand string) *DeleteB... method Explain (line 236) | func (s *DeleteByQueryService) Explain(explain bool) *DeleteByQuerySer... method From (line 242) | func (s *DeleteByQueryService) From(from int) *DeleteByQueryService { method IgnoreUnavailable (line 249) | func (s *DeleteByQueryService) IgnoreUnavailable(ignore bool) *DeleteB... method Lenient (line 256) | func (s *DeleteByQueryService) Lenient(lenient bool) *DeleteByQuerySer... method LowercaseExpandedTerms (line 262) | func (s *DeleteByQueryService) LowercaseExpandedTerms(lowercaseExpande... method MaxDocs (line 269) | func (s *DeleteByQueryService) MaxDocs(maxDocs int) *DeleteByQueryServ... method Preference (line 276) | func (s *DeleteByQueryService) Preference(preference string) *DeleteBy... method Q (line 283) | func (s *DeleteByQueryService) Q(query string) *DeleteByQueryService { method QueryString (line 290) | func (s *DeleteByQueryService) QueryString(query string) *DeleteByQuer... method Query (line 296) | func (s *DeleteByQueryService) Query(query Query) *DeleteByQueryService { method Refresh (line 305) | func (s *DeleteByQueryService) Refresh(refresh string) *DeleteByQueryS... method RequestCache (line 312) | func (s *DeleteByQueryService) RequestCache(requestCache bool) *Delete... method RequestsPerSecond (line 319) | func (s *DeleteByQueryService) RequestsPerSecond(requestsPerSecond int... method Routing (line 325) | func (s *DeleteByQueryService) Routing(routing ...string) *DeleteByQue... method Scroll (line 332) | func (s *DeleteByQueryService) Scroll(scroll string) *DeleteByQuerySer... method ScrollSize (line 338) | func (s *DeleteByQueryService) ScrollSize(scrollSize int) *DeleteByQue... method SearchTimeout (line 345) | func (s *DeleteByQueryService) SearchTimeout(searchTimeout string) *De... method SearchType (line 352) | func (s *DeleteByQueryService) SearchType(searchType string) *DeleteBy... method Size (line 358) | func (s *DeleteByQueryService) Size(size int) *DeleteByQueryService { method Slices (line 368) | func (s *DeleteByQueryService) Slices(slices interface{}) *DeleteByQue... method Sort (line 374) | func (s *DeleteByQueryService) Sort(sort ...string) *DeleteByQueryServ... method SortByField (line 380) | func (s *DeleteByQueryService) SortByField(field string, ascending boo... method Stats (line 390) | func (s *DeleteByQueryService) Stats(stats ...string) *DeleteByQuerySe... method StoredFields (line 396) | func (s *DeleteByQueryService) StoredFields(storedFields ...string) *D... method SuggestField (line 402) | func (s *DeleteByQueryService) SuggestField(suggestField string) *Dele... method SuggestMode (line 409) | func (s *DeleteByQueryService) SuggestMode(suggestMode string) *Delete... method SuggestSize (line 415) | func (s *DeleteByQueryService) SuggestSize(suggestSize int) *DeleteByQ... method SuggestText (line 421) | func (s *DeleteByQueryService) SuggestText(suggestText string) *Delete... method TerminateAfter (line 428) | func (s *DeleteByQueryService) TerminateAfter(terminateAfter int) *Del... method Timeout (line 435) | func (s *DeleteByQueryService) Timeout(timeout string) *DeleteByQueryS... method TimeoutInMillis (line 441) | func (s *DeleteByQueryService) TimeoutInMillis(timeoutInMillis int) *D... method TrackScores (line 448) | func (s *DeleteByQueryService) TrackScores(trackScores bool) *DeleteBy... method Version (line 454) | func (s *DeleteByQueryService) Version(version bool) *DeleteByQuerySer... method WaitForActiveShards (line 463) | func (s *DeleteByQueryService) WaitForActiveShards(waitForActiveShards... method WaitForCompletion (line 469) | func (s *DeleteByQueryService) WaitForCompletion(waitForCompletion boo... method Body (line 475) | func (s *DeleteByQueryService) Body(body string) *DeleteByQueryService { method buildURL (line 481) | func (s *DeleteByQueryService) buildURL() (string, url.Values, error) { method Validate (line 643) | func (s *DeleteByQueryService) Validate() error { method Do (line 655) | func (s *DeleteByQueryService) Do(ctx context.Context) (*BulkIndexBySc... method DoAsync (line 704) | func (s *DeleteByQueryService) DoAsync(ctx context.Context) (*StartTas... function NewDeleteByQueryService (line 79) | func NewDeleteByQueryService(client *Client) *DeleteByQueryService { type BulkIndexByScrollResponse (line 758) | type BulkIndexByScrollResponse struct type bulkIndexByScrollResponseFailure (line 783) | type bulkIndexByScrollResponseFailure struct FILE: delete_by_query_test.go function TestDeleteByQueryBuildURL (line 12) | func TestDeleteByQueryBuildURL(t *testing.T) { function TestDeleteByQuery (line 81) | func TestDeleteByQuery(t *testing.T) { function TestDeleteByQueryAsync (line 147) | func TestDeleteByQueryAsync(t *testing.T) { FILE: delete_test.go function TestDelete (line 12) | func TestDelete(t *testing.T) { function TestDeleteValidate (line 105) | func TestDeleteValidate(t *testing.T) { function TestDeleteOptimistic (line 127) | func TestDeleteOptimistic(t *testing.T) { FILE: docvalue_field.go type DocvalueField (line 9) | type DocvalueField struct method Source (line 15) | func (d DocvalueField) Source() (interface{}, error) { type DocvalueFields (line 26) | type DocvalueFields method Source (line 29) | func (d DocvalueFields) Source() (interface{}, error) { FILE: docvalue_field_test.go function TestDocvalueField (line 13) | func TestDocvalueField(t *testing.T) { function TestDocvalueFields (line 42) | func TestDocvalueFields(t *testing.T) { FILE: errors.go function checkResponse (line 28) | func checkResponse(req *http.Request, res *http.Response, ignoreErrors .... function createResponseError (line 44) | func createResponseError(res *http.Response) error { type Error (line 67) | type Error struct method Error (line 105) | func (e *Error) Error() string { type ErrorDetails (line 74) | type ErrorDetails struct type ScriptErrorPosition (line 98) | type ScriptErrorPosition struct function ErrorReason (line 115) | func ErrorReason(err error) string { function IsContextErr (line 127) | func IsContextErr(err error) bool { function IsConnErr (line 144) | func IsConnErr(err error) bool { function IsNotFound (line 151) | func IsNotFound(err interface{}) bool { function IsTimeout (line 158) | func IsTimeout(err interface{}) bool { function IsConflict (line 167) | func IsConflict(err interface{}) bool { function IsUnauthorized (line 176) | func IsUnauthorized(err interface{}) bool { function IsForbidden (line 184) | func IsForbidden(err interface{}) bool { function IsStatusCode (line 191) | func IsStatusCode(err interface{}, code int) bool { type ShardsInfo (line 208) | type ShardsInfo struct type ShardOperationFailedException (line 216) | type ShardOperationFailedException struct type BroadcastResponse (line 228) | type BroadcastResponse struct type FailedNodeException (line 237) | type FailedNodeException struct FILE: errors_test.go function TestErrorReason (line 15) | func TestErrorReason(t *testing.T) { function TestResponseError (line 33) | func TestResponseError(t *testing.T) { function TestResponseErrorHTML (line 100) | func TestResponseErrorHTML(t *testing.T) { function TestResponseErrorWithIgnore (line 134) | func TestResponseErrorWithIgnore(t *testing.T) { function TestIsNotFound (line 159) | func TestIsNotFound(t *testing.T) { function TestIsTimeout (line 195) | func TestIsTimeout(t *testing.T) { function TestIsConflict (line 231) | func TestIsConflict(t *testing.T) { function TestIsStatusCode (line 267) | func TestIsStatusCode(t *testing.T) { FILE: example_test.go type Tweet (line 19) | type Tweet struct function Example (line 30) | func Example() { function ExampleNewClient_default (line 241) | func ExampleNewClient_default() { function ExampleNewClient_cluster (line 255) | func ExampleNewClient_cluster() { function ExampleNewClient_manyOptions (line 266) | func ExampleNewClient_manyOptions() { function ExampleIndicesExistsService (line 286) | func ExampleIndicesExistsService() { function ExampleIndicesCreateService (line 304) | func ExampleIndicesCreateService() { function ExampleIndicesDeleteService (line 322) | func ExampleIndicesDeleteService() { function ExampleSearchService (line 340) | func ExampleSearchService() { function ExampleAggregations (line 390) | func ExampleAggregations() { function ExampleSearchResult (line 439) | func ExampleSearchResult() { function ExampleClusterHealthService (line 490) | func ExampleClusterHealthService() { function ExampleClusterHealthService_WaitForStatus (line 507) | func ExampleClusterHealthService_WaitForStatus() { function ExampleClusterStateService (line 525) | func ExampleClusterStateService() { FILE: exists.go type ExistsService (line 21) | type ExistsService struct method Pretty (line 49) | func (s *ExistsService) Pretty(pretty bool) *ExistsService { method Human (line 56) | func (s *ExistsService) Human(human bool) *ExistsService { method ErrorTrace (line 62) | func (s *ExistsService) ErrorTrace(errorTrace bool) *ExistsService { method FilterPath (line 68) | func (s *ExistsService) FilterPath(filterPath ...string) *ExistsService { method Header (line 74) | func (s *ExistsService) Header(name string, value string) *ExistsServi... method Headers (line 83) | func (s *ExistsService) Headers(headers http.Header) *ExistsService { method Id (line 89) | func (s *ExistsService) Id(id string) *ExistsService { method Index (line 95) | func (s *ExistsService) Index(index string) *ExistsService { method Type (line 102) | func (s *ExistsService) Type(typ string) *ExistsService { method Preference (line 108) | func (s *ExistsService) Preference(preference string) *ExistsService { method Realtime (line 114) | func (s *ExistsService) Realtime(realtime bool) *ExistsService { method Refresh (line 123) | func (s *ExistsService) Refresh(refresh string) *ExistsService { method Routing (line 129) | func (s *ExistsService) Routing(routing string) *ExistsService { method Parent (line 135) | func (s *ExistsService) Parent(parent string) *ExistsService { method buildURL (line 141) | func (s *ExistsService) buildURL() (string, url.Values, error) { method Validate (line 185) | func (s *ExistsService) Validate() error { method Do (line 203) | func (s *ExistsService) Do(ctx context.Context) (bool, error) { function NewExistsService (line 41) | func NewExistsService(client *Client) *ExistsService { FILE: exists_test.go function TestExists (line 12) | func TestExists(t *testing.T) { function TestExistsValidate (line 24) | func TestExistsValidate(t *testing.T) { FILE: explain.go type ExplainService (line 20) | type ExplainService struct method Pretty (line 64) | func (s *ExplainService) Pretty(pretty bool) *ExplainService { method Human (line 71) | func (s *ExplainService) Human(human bool) *ExplainService { method ErrorTrace (line 77) | func (s *ExplainService) ErrorTrace(errorTrace bool) *ExplainService { method FilterPath (line 83) | func (s *ExplainService) FilterPath(filterPath ...string) *ExplainServ... method Header (line 89) | func (s *ExplainService) Header(name string, value string) *ExplainSer... method Headers (line 98) | func (s *ExplainService) Headers(headers http.Header) *ExplainService { method Id (line 104) | func (s *ExplainService) Id(id string) *ExplainService { method Index (line 110) | func (s *ExplainService) Index(index string) *ExplainService { method Type (line 118) | func (s *ExplainService) Type(typ string) *ExplainService { method Source (line 124) | func (s *ExplainService) Source(source string) *ExplainService { method XSourceExclude (line 130) | func (s *ExplainService) XSourceExclude(xSourceExclude ...string) *Exp... method Lenient (line 137) | func (s *ExplainService) Lenient(lenient bool) *ExplainService { method Q (line 143) | func (s *ExplainService) Q(q string) *ExplainService { method Routing (line 149) | func (s *ExplainService) Routing(routing string) *ExplainService { method AnalyzeWildcard (line 156) | func (s *ExplainService) AnalyzeWildcard(analyzeWildcard bool) *Explai... method Analyzer (line 162) | func (s *ExplainService) Analyzer(analyzer string) *ExplainService { method Df (line 168) | func (s *ExplainService) Df(df string) *ExplainService { method Fields (line 174) | func (s *ExplainService) Fields(fields ...string) *ExplainService { method LowercaseExpandedTerms (line 180) | func (s *ExplainService) LowercaseExpandedTerms(lowercaseExpandedTerms... method XSourceInclude (line 186) | func (s *ExplainService) XSourceInclude(xSourceInclude ...string) *Exp... method DefaultOperator (line 192) | func (s *ExplainService) DefaultOperator(defaultOperator string) *Expl... method Parent (line 198) | func (s *ExplainService) Parent(parent string) *ExplainService { method Preference (line 204) | func (s *ExplainService) Preference(preference string) *ExplainService { method XSource (line 210) | func (s *ExplainService) XSource(xSource ...string) *ExplainService { method Query (line 216) | func (s *ExplainService) Query(query Query) *ExplainService { method BodyJson (line 229) | func (s *ExplainService) BodyJson(body interface{}) *ExplainService { method BodyString (line 235) | func (s *ExplainService) BodyString(body string) *ExplainService { method buildURL (line 241) | func (s *ExplainService) buildURL() (string, url.Values, error) { method Validate (line 325) | func (s *ExplainService) Validate() error { method Do (line 343) | func (s *ExplainService) Do(ctx context.Context) (*ExplainResponse, er... function NewExplainService (line 52) | func NewExplainService(client *Client) *ExplainService { type ExplainResponse (line 384) | type ExplainResponse struct FILE: explain_test.go function TestExplain (line 12) | func TestExplain(t *testing.T) { FILE: fetch_source_context.go type FetchSourceContext (line 19) | type FetchSourceContext struct method FetchSource (line 35) | func (fsc *FetchSourceContext) FetchSource() bool { method SetFetchSource (line 40) | func (fsc *FetchSourceContext) SetFetchSource(fetchSource bool) { method Include (line 46) | func (fsc *FetchSourceContext) Include(includes ...string) *FetchSourc... method Exclude (line 53) | func (fsc *FetchSourceContext) Exclude(excludes ...string) *FetchSourc... method Source (line 59) | func (fsc *FetchSourceContext) Source() (interface{}, error) { method Query (line 77) | func (fsc *FetchSourceContext) Query() url.Values { function NewFetchSourceContext (line 26) | func NewFetchSourceContext(fetchSource bool) *FetchSourceContext { FILE: fetch_source_context_test.go function TestFetchSourceContextNoFetchSource (line 12) | func TestFetchSourceContextNoFetchSource(t *testing.T) { function TestFetchSourceContextNoFetchSourceIgnoreIncludesAndExcludes (line 29) | func TestFetchSourceContextNoFetchSourceIgnoreIncludesAndExcludes(t *tes... function TestFetchSourceContextFetchSource (line 46) | func TestFetchSourceContextFetchSource(t *testing.T) { function TestFetchSourceContextFetchSourceWithIncludesOnly (line 63) | func TestFetchSourceContextFetchSourceWithIncludesOnly(t *testing.T) { function TestFetchSourceContextFetchSourceWithIncludesAndExcludes (line 80) | func TestFetchSourceContextFetchSourceWithIncludesAndExcludes(t *testing... function TestFetchSourceContextQueryDefaults (line 97) | func TestFetchSourceContextQueryDefaults(t *testing.T) { function TestFetchSourceContextQueryNoFetchSource (line 107) | func TestFetchSourceContextQueryNoFetchSource(t *testing.T) { function TestFetchSourceContextQueryFetchSourceWithIncludesAndExcludes (line 117) | func TestFetchSourceContextQueryFetchSourceWithIncludesAndExcludes(t *te... FILE: field_caps.go type FieldCapsService (line 21) | type FieldCapsService struct method Pretty (line 48) | func (s *FieldCapsService) Pretty(pretty bool) *FieldCapsService { method Human (line 55) | func (s *FieldCapsService) Human(human bool) *FieldCapsService { method ErrorTrace (line 61) | func (s *FieldCapsService) ErrorTrace(errorTrace bool) *FieldCapsServi... method FilterPath (line 67) | func (s *FieldCapsService) FilterPath(filterPath ...string) *FieldCaps... method Header (line 73) | func (s *FieldCapsService) Header(name string, value string) *FieldCap... method Headers (line 82) | func (s *FieldCapsService) Headers(headers http.Header) *FieldCapsServ... method Index (line 89) | func (s *FieldCapsService) Index(index ...string) *FieldCapsService { method AllowNoIndices (line 97) | func (s *FieldCapsService) AllowNoIndices(allowNoIndices bool) *FieldC... method ExpandWildcards (line 104) | func (s *FieldCapsService) ExpandWildcards(expandWildcards string) *Fi... method Fields (line 110) | func (s *FieldCapsService) Fields(fields ...string) *FieldCapsService { method IgnoreUnavailable (line 116) | func (s *FieldCapsService) IgnoreUnavailable(ignoreUnavailable bool) *... method IncludeUnmapped (line 122) | func (s *FieldCapsService) IncludeUnmapped(includeUnmapped bool) *Fiel... method BodyJson (line 128) | func (s *FieldCapsService) BodyJson(body interface{}) *FieldCapsService { method BodyString (line 134) | func (s *FieldCapsService) BodyString(body string) *FieldCapsService { method buildURL (line 140) | func (s *FieldCapsService) buildURL() (string, url.Values, error) { method Validate (line 188) | func (s *FieldCapsService) Validate() error { method Do (line 193) | func (s *FieldCapsService) Do(ctx context.Context) (*FieldCapsResponse... function NewFieldCapsService (line 41) | func NewFieldCapsService(client *Client) *FieldCapsService { type FieldCapsRequest (line 243) | type FieldCapsRequest struct type FieldCapsResponse (line 252) | type FieldCapsResponse struct type FieldCapsType (line 259) | type FieldCapsType type FieldCaps (line 262) | type FieldCaps struct FILE: field_caps_test.go function TestFieldCapsURLs (line 16) | func TestFieldCapsURLs(t *testing.T) { function TestFieldCapsRequestSerialize (line 58) | func TestFieldCapsRequestSerialize(t *testing.T) { function TestFieldCapsRequestDeserialize (line 73) | func TestFieldCapsRequestDeserialize(t *testing.T) { function TestFieldCapsResponse (line 91) | func TestFieldCapsResponse(t *testing.T) { function TestFieldCapsIntegrationTest (line 176) | func TestFieldCapsIntegrationTest(t *testing.T) { FILE: geo_point.go type GeoPoint (line 15) | type GeoPoint struct method Source (line 21) | func (pt *GeoPoint) Source() map[string]float64 { method MarshalJSON (line 29) | func (pt *GeoPoint) MarshalJSON() ([]byte, error) { function GeoPointFromLatLon (line 34) | func GeoPointFromLatLon(lat, lon float64) *GeoPoint { function GeoPointFromString (line 40) | func GeoPointFromString(latLon string) (*GeoPoint, error) { FILE: geo_point_test.go function TestGeoPointSource (line 13) | func TestGeoPointSource(t *testing.T) { function TestGeoPointMarshalJSON (line 27) | func TestGeoPointMarshalJSON(t *testing.T) { function TestGeoPointIndexAndSearch (line 41) | func TestGeoPointIndexAndSearch(t *testing.T) { FILE: get.go type GetService (line 23) | type GetService struct method Pretty (line 56) | func (s *GetService) Pretty(pretty bool) *GetService { method Human (line 63) | func (s *GetService) Human(human bool) *GetService { method ErrorTrace (line 69) | func (s *GetService) ErrorTrace(errorTrace bool) *GetService { method FilterPath (line 75) | func (s *GetService) FilterPath(filterPath ...string) *GetService { method Header (line 81) | func (s *GetService) Header(name string, value string) *GetService { method Headers (line 90) | func (s *GetService) Headers(headers http.Header) *GetService { method Index (line 96) | func (s *GetService) Index(index string) *GetService { method Type (line 104) | func (s *GetService) Type(typ string) *GetService { method Id (line 110) | func (s *GetService) Id(id string) *GetService { method Parent (line 116) | func (s *GetService) Parent(parent string) *GetService { method Routing (line 122) | func (s *GetService) Routing(routing string) *GetService { method Preference (line 128) | func (s *GetService) Preference(preference string) *GetService { method StoredFields (line 134) | func (s *GetService) StoredFields(storedFields ...string) *GetService { method FetchSource (line 139) | func (s *GetService) FetchSource(fetchSource bool) *GetService { method FetchSourceContext (line 148) | func (s *GetService) FetchSourceContext(fetchSourceContext *FetchSourc... method Refresh (line 157) | func (s *GetService) Refresh(refresh string) *GetService { method Realtime (line 163) | func (s *GetService) Realtime(realtime bool) *GetService { method VersionType (line 169) | func (s *GetService) VersionType(versionType string) *GetService { method Version (line 175) | func (s *GetService) Version(version interface{}) *GetService { method IgnoreErrorsOnGeneratedFields (line 182) | func (s *GetService) IgnoreErrorsOnGeneratedFields(ignore bool) *GetSe... method Validate (line 188) | func (s *GetService) Validate() error { method buildURL (line 206) | func (s *GetService) buildURL() (string, url.Values, error) { method Do (line 267) | func (s *GetService) Do(ctx context.Context) (*GetResult, error) { function NewGetService (line 48) | func NewGetService(client *Client) *GetService { type GetResult (line 301) | type GetResult struct FILE: get_test.go function TestGet (line 13) | func TestGet(t *testing.T) { function TestGetWithSourceFiltering (line 47) | func TestGetWithSourceFiltering(t *testing.T) { function TestGetWithFields (line 93) | func TestGetWithFields(t *testing.T) { function TestGetValidate (line 144) | func TestGetValidate(t *testing.T) { FILE: highlight.go type Highlight (line 10) | type Highlight struct method Fields (line 43) | func (hl *Highlight) Fields(fields ...*HighlighterField) *Highlight { method Field (line 48) | func (hl *Highlight) Field(name string) *Highlight { method TagsSchema (line 54) | func (hl *Highlight) TagsSchema(schemaName string) *Highlight { method HighlightFilter (line 59) | func (hl *Highlight) HighlightFilter(highlightFilter bool) *Highlight { method FragmentSize (line 64) | func (hl *Highlight) FragmentSize(fragmentSize int) *Highlight { method NumOfFragments (line 69) | func (hl *Highlight) NumOfFragments(numOfFragments int) *Highlight { method Encoder (line 74) | func (hl *Highlight) Encoder(encoder string) *Highlight { method PreTags (line 79) | func (hl *Highlight) PreTags(preTags ...string) *Highlight { method PostTags (line 84) | func (hl *Highlight) PostTags(postTags ...string) *Highlight { method Order (line 89) | func (hl *Highlight) Order(order string) *Highlight { method RequireFieldMatch (line 94) | func (hl *Highlight) RequireFieldMatch(requireFieldMatch bool) *Highli... method MaxAnalyzedOffset (line 99) | func (hl *Highlight) MaxAnalyzedOffset(maxAnalyzedOffset int) *Highlig... method BoundaryMaxScan (line 104) | func (hl *Highlight) BoundaryMaxScan(boundaryMaxScan int) *Highlight { method BoundaryChars (line 109) | func (hl *Highlight) BoundaryChars(boundaryChars string) *Highlight { method BoundaryScannerType (line 114) | func (hl *Highlight) BoundaryScannerType(boundaryScannerType string) *... method BoundaryScannerLocale (line 119) | func (hl *Highlight) BoundaryScannerLocale(boundaryScannerLocale strin... method HighlighterType (line 124) | func (hl *Highlight) HighlighterType(highlighterType string) *Highlight { method Fragmenter (line 129) | func (hl *Highlight) Fragmenter(fragmenter string) *Highlight { method HighlightQuery (line 134) | func (hl *Highlight) HighlightQuery(highlightQuery Query) *Highlight { method NoMatchSize (line 139) | func (hl *Highlight) NoMatchSize(noMatchSize int) *Highlight { method Options (line 144) | func (hl *Highlight) Options(options map[string]interface{}) *Highlight { method ForceSource (line 149) | func (hl *Highlight) ForceSource(forceSource bool) *Highlight { method UseExplicitFieldOrder (line 154) | func (hl *Highlight) UseExplicitFieldOrder(useExplicitFieldOrder bool)... method Source (line 160) | func (hl *Highlight) Source() (interface{}, error) { function NewHighlight (line 36) | func NewHighlight() *Highlight { type HighlighterField (line 266) | type HighlighterField struct method PreTags (line 325) | func (f *HighlighterField) PreTags(preTags ...string) *HighlighterField { method PostTags (line 330) | func (f *HighlighterField) PostTags(postTags ...string) *HighlighterFi... method FragmentSize (line 335) | func (f *HighlighterField) FragmentSize(fragmentSize int) *Highlighter... method FragmentOffset (line 340) | func (f *HighlighterField) FragmentOffset(fragmentOffset int) *Highlig... method NumOfFragments (line 345) | func (f *HighlighterField) NumOfFragments(numOfFragments int) *Highlig... method HighlightFilter (line 350) | func (f *HighlighterField) HighlightFilter(highlightFilter bool) *High... method Order (line 355) | func (f *HighlighterField) Order(order string) *HighlighterField { method RequireFieldMatch (line 360) | func (f *HighlighterField) RequireFieldMatch(requireFieldMatch bool) *... method BoundaryMaxScan (line 365) | func (f *HighlighterField) BoundaryMaxScan(boundaryMaxScan int) *Highl... method BoundaryChars (line 370) | func (f *HighlighterField) BoundaryChars(boundaryChars ...rune) *Highl... method HighlighterType (line 375) | func (f *HighlighterField) HighlighterType(highlighterType string) *Hi... method Fragmenter (line 380) | func (f *HighlighterField) Fragmenter(fragmenter string) *HighlighterF... method HighlightQuery (line 385) | func (f *HighlighterField) HighlightQuery(highlightQuery Query) *Highl... method NoMatchSize (line 390) | func (f *HighlighterField) NoMatchSize(noMatchSize int) *HighlighterFi... method Options (line 395) | func (f *HighlighterField) Options(options map[string]interface{}) *Hi... method MatchedFields (line 400) | func (f *HighlighterField) MatchedFields(matchedFields ...string) *Hig... method PhraseLimit (line 405) | func (f *HighlighterField) PhraseLimit(phraseLimit int) *HighlighterFi... method ForceSource (line 410) | func (f *HighlighterField) ForceSource(forceSource bool) *HighlighterF... method Source (line 415) | func (f *HighlighterField) Source() (interface{}, error) { function NewHighlighterField (line 310) | func NewHighlighterField(name string) *HighlighterField { FILE: highlight_test.go function TestHighlighterField (line 13) | func TestHighlighterField(t *testing.T) { function TestHighlighterFieldWithOptions (line 30) | func TestHighlighterFieldWithOptions(t *testing.T) { function TestHighlightWithStringField (line 47) | func TestHighlightWithStringField(t *testing.T) { function TestHighlightWithFields (line 64) | func TestHighlightWithFields(t *testing.T) { function TestHighlightWithMultipleFields (line 82) | func TestHighlightWithMultipleFields(t *testing.T) { function TestHighlighterWithExplicitFieldOrder (line 101) | func TestHighlighterWithExplicitFieldOrder(t *testing.T) { function TestHighlightWithBoundarySettings (line 120) | func TestHighlightWithBoundarySettings(t *testing.T) { function TestHighlightWithTermQuery (line 139) | func TestHighlightWithTermQuery(t *testing.T) { FILE: index.go type IndexService (line 22) | type IndexService struct method Pretty (line 60) | func (s *IndexService) Pretty(pretty bool) *IndexService { method Human (line 67) | func (s *IndexService) Human(human bool) *IndexService { method ErrorTrace (line 73) | func (s *IndexService) ErrorTrace(errorTrace bool) *IndexService { method FilterPath (line 79) | func (s *IndexService) FilterPath(filterPath ...string) *IndexService { method Header (line 85) | func (s *IndexService) Header(name string, value string) *IndexService { method Headers (line 94) | func (s *IndexService) Headers(headers http.Header) *IndexService { method Id (line 100) | func (s *IndexService) Id(id string) *IndexService { method Index (line 106) | func (s *IndexService) Index(index string) *IndexService { method Type (line 114) | func (s *IndexService) Type(typ string) *IndexService { method WaitForActiveShards (line 124) | func (s *IndexService) WaitForActiveShards(waitForActiveShards string)... method Pipeline (line 130) | func (s *IndexService) Pipeline(pipeline string) *IndexService { method Refresh (line 139) | func (s *IndexService) Refresh(refresh string) *IndexService { method Ttl (line 145) | func (s *IndexService) Ttl(ttl string) *IndexService { method TTL (line 151) | func (s *IndexService) TTL(ttl string) *IndexService { method Version (line 157) | func (s *IndexService) Version(version interface{}) *IndexService { method OpType (line 163) | func (s *IndexService) OpType(opType string) *IndexService { method Parent (line 169) | func (s *IndexService) Parent(parent string) *IndexService { method Routing (line 175) | func (s *IndexService) Routing(routing string) *IndexService { method Timeout (line 181) | func (s *IndexService) Timeout(timeout string) *IndexService { method Timestamp (line 187) | func (s *IndexService) Timestamp(timestamp string) *IndexService { method VersionType (line 193) | func (s *IndexService) VersionType(versionType string) *IndexService { method IfSeqNo (line 200) | func (s *IndexService) IfSeqNo(seqNo int64) *IndexService { method IfPrimaryTerm (line 207) | func (s *IndexService) IfPrimaryTerm(primaryTerm int64) *IndexService { method BodyJson (line 213) | func (s *IndexService) BodyJson(body interface{}) *IndexService { method BodyString (line 219) | func (s *IndexService) BodyString(body string) *IndexService { method buildURL (line 225) | func (s *IndexService) buildURL() (string, string, url.Values, error) { method Validate (line 307) | func (s *IndexService) Validate() error { method Do (line 325) | func (s *IndexService) Do(ctx context.Context) (*IndexResponse, error) { function NewIndexService (line 52) | func NewIndexService(client *Client) *IndexService { type IndexResponse (line 366) | type IndexResponse struct FILE: index_test.go function TestIndexLifecycle (line 14) | func TestIndexLifecycle(t *testing.T) { function TestIndexLifecycleWithAutomaticIDGeneration (line 94) | func TestIndexLifecycleWithAutomaticIDGeneration(t *testing.T) { function TestIndexValidate (line 177) | func TestIndexValidate(t *testing.T) { function TestIndexCreateExistsOpenCloseDelete (line 192) | func TestIndexCreateExistsOpenCloseDelete(t *testing.T) { function TestIndexOptimistic (line 270) | func TestIndexOptimistic(t *testing.T) { function TestIndexOnReadOnlyIndex (line 321) | func TestIndexOnReadOnlyIndex(t *testing.T) { FILE: indices_analyze.go type IndicesAnalyzeService (line 22) | type IndicesAnalyzeService struct method Pretty (line 48) | func (s *IndicesAnalyzeService) Pretty(pretty bool) *IndicesAnalyzeSer... method Human (line 55) | func (s *IndicesAnalyzeService) Human(human bool) *IndicesAnalyzeServi... method ErrorTrace (line 61) | func (s *IndicesAnalyzeService) ErrorTrace(errorTrace bool) *IndicesAn... method FilterPath (line 67) | func (s *IndicesAnalyzeService) FilterPath(filterPath ...string) *Indi... method Header (line 73) | func (s *IndicesAnalyzeService) Header(name string, value string) *Ind... method Headers (line 82) | func (s *IndicesAnalyzeService) Headers(headers http.Header) *IndicesA... method Index (line 88) | func (s *IndicesAnalyzeService) Index(index string) *IndicesAnalyzeSer... method Format (line 94) | func (s *IndicesAnalyzeService) Format(format string) *IndicesAnalyzeS... method PreferLocal (line 101) | func (s *IndicesAnalyzeService) PreferLocal(preferLocal bool) *Indices... method Request (line 107) | func (s *IndicesAnalyzeService) Request(request *IndicesAnalyzeRequest... method Analyzer (line 117) | func (s *IndicesAnalyzeService) Analyzer(analyzer string) *IndicesAnal... method Attributes (line 124) | func (s *IndicesAnalyzeService) Attributes(attributes ...string) *Indi... method CharFilter (line 130) | func (s *IndicesAnalyzeService) CharFilter(charFilter ...string) *Indi... method Explain (line 136) | func (s *IndicesAnalyzeService) Explain(explain bool) *IndicesAnalyzeS... method Field (line 142) | func (s *IndicesAnalyzeService) Field(field string) *IndicesAnalyzeSer... method Filter (line 148) | func (s *IndicesAnalyzeService) Filter(filter ...string) *IndicesAnaly... method Text (line 154) | func (s *IndicesAnalyzeService) Text(text ...string) *IndicesAnalyzeSe... method Tokenizer (line 160) | func (s *IndicesAnalyzeService) Tokenizer(tokenizer string) *IndicesAn... method BodyJson (line 166) | func (s *IndicesAnalyzeService) BodyJson(body interface{}) *IndicesAna... method BodyString (line 172) | func (s *IndicesAnalyzeService) BodyString(body string) *IndicesAnalyz... method buildURL (line 178) | func (s *IndicesAnalyzeService) buildURL() (string, url.Values, error) { method Do (line 219) | func (s *IndicesAnalyzeService) Do(ctx context.Context) (*IndicesAnaly... method Validate (line 262) | func (s *IndicesAnalyzeService) Validate() error { function NewIndicesAnalyzeService (line 40) | func NewIndicesAnalyzeService(client *Client) *IndicesAnalyzeService { type IndicesAnalyzeRequest (line 276) | type IndicesAnalyzeRequest struct type IndicesAnalyzeResponse (line 287) | type IndicesAnalyzeResponse struct type AnalyzeTokenList (line 292) | type AnalyzeTokenList struct type AnalyzeToken (line 297) | type AnalyzeToken struct type CharFilteredText (line 309) | type CharFilteredText struct type IndicesAnalyzeResponseDetail (line 314) | type IndicesAnalyzeResponseDetail struct FILE: indices_analyze_test.go function TestIndicesAnalyzeURL (line 8) | func TestIndicesAnalyzeURL(t *testing.T) { function TestIndicesAnalyze (line 36) | func TestIndicesAnalyze(t *testing.T) { function TestIndicesAnalyzeDetail (line 49) | func TestIndicesAnalyzeDetail(t *testing.T) { function TestIndicesAnalyzeWithIndex (line 63) | func TestIndicesAnalyzeWithIndex(t *testing.T) { function TestIndicesAnalyzeValidate (line 75) | func TestIndicesAnalyzeValidate(t *testing.T) { FILE: indices_clear_cache.go type IndicesClearCacheService (line 22) | type IndicesClearCacheService struct method Pretty (line 48) | func (s *IndicesClearCacheService) Pretty(pretty bool) *IndicesClearCa... method Human (line 55) | func (s *IndicesClearCacheService) Human(human bool) *IndicesClearCach... method ErrorTrace (line 61) | func (s *IndicesClearCacheService) ErrorTrace(errorTrace bool) *Indice... method FilterPath (line 67) | func (s *IndicesClearCacheService) FilterPath(filterPath ...string) *I... method Header (line 73) | func (s *IndicesClearCacheService) Header(name string, value string) *... method Headers (line 82) | func (s *IndicesClearCacheService) Headers(headers http.Header) *Indic... method Index (line 88) | func (s *IndicesClearCacheService) Index(indices ...string) *IndicesCl... method IgnoreUnavailable (line 95) | func (s *IndicesClearCacheService) IgnoreUnavailable(ignoreUnavailable... method AllowNoIndices (line 103) | func (s *IndicesClearCacheService) AllowNoIndices(allowNoIndices bool)... method ExpandWildcards (line 110) | func (s *IndicesClearCacheService) ExpandWildcards(expandWildcards str... method FieldData (line 117) | func (s *IndicesClearCacheService) FieldData(fieldData bool) *IndicesC... method Fields (line 124) | func (s *IndicesClearCacheService) Fields(fields string) *IndicesClear... method Query (line 130) | func (s *IndicesClearCacheService) Query(queryCache bool) *IndicesClea... method Request (line 136) | func (s *IndicesClearCacheService) Request(requestCache bool) *Indices... method buildURL (line 142) | func (s *IndicesClearCacheService) buildURL() (string, url.Values, err... method Validate (line 201) | func (s *IndicesClearCacheService) Validate() error { method Do (line 206) | func (s *IndicesClearCacheService) Do(ctx context.Context) (*IndicesCl... function NewIndicesClearCacheService (line 43) | func NewIndicesClearCacheService(client *Client) *IndicesClearCacheServi... type IndicesClearCacheResponse (line 238) | type IndicesClearCacheResponse struct FILE: indices_clear_cache_test.go function TestIndicesClearCache (line 12) | func TestIndicesClearCache(t *testing.T) { function TestIndicesClearCacheBuildURL (line 24) | func TestIndicesClearCacheBuildURL(t *testing.T) { FILE: indices_close.go type IndicesCloseService (line 21) | type IndicesCloseService struct method Pretty (line 44) | func (s *IndicesCloseService) Pretty(pretty bool) *IndicesCloseService { method Human (line 51) | func (s *IndicesCloseService) Human(human bool) *IndicesCloseService { method ErrorTrace (line 57) | func (s *IndicesCloseService) ErrorTrace(errorTrace bool) *IndicesClos... method FilterPath (line 63) | func (s *IndicesCloseService) FilterPath(filterPath ...string) *Indice... method Header (line 69) | func (s *IndicesCloseService) Header(name string, value string) *Indic... method Headers (line 78) | func (s *IndicesCloseService) Headers(headers http.Header) *IndicesClo... method Index (line 84) | func (s *IndicesCloseService) Index(index string) *IndicesCloseService { method Timeout (line 90) | func (s *IndicesCloseService) Timeout(timeout string) *IndicesCloseSer... method MasterTimeout (line 96) | func (s *IndicesCloseService) MasterTimeout(masterTimeout string) *Ind... method IgnoreUnavailable (line 103) | func (s *IndicesCloseService) IgnoreUnavailable(ignoreUnavailable bool... method AllowNoIndices (line 110) | func (s *IndicesCloseService) AllowNoIndices(allowNoIndices bool) *Ind... method ExpandWildcards (line 117) | func (s *IndicesCloseService) ExpandWildcards(expandWildcards string) ... method buildURL (line 123) | func (s *IndicesCloseService) buildURL() (string, url.Values, error) { method Validate (line 166) | func (s *IndicesCloseService) Validate() error { method Do (line 178) | func (s *IndicesCloseService) Do(ctx context.Context) (*IndicesCloseRe... function NewIndicesCloseService (line 39) | func NewIndicesCloseService(client *Client) *IndicesCloseService { type IndicesCloseResponse (line 210) | type IndicesCloseResponse struct FILE: indices_close_test.go function TestIndicesCloseValidate (line 73) | func TestIndicesCloseValidate(t *testing.T) { FILE: indices_component_templates_test.go function TestComponentTemplatesLifecycle (line 12) | func TestComponentTemplatesLifecycle(t *testing.T) { FILE: indices_create.go type IndicesCreateService (line 22) | type IndicesCreateService struct method Pretty (line 45) | func (s *IndicesCreateService) Pretty(pretty bool) *IndicesCreateServi... method Human (line 52) | func (s *IndicesCreateService) Human(human bool) *IndicesCreateService { method ErrorTrace (line 58) | func (s *IndicesCreateService) ErrorTrace(errorTrace bool) *IndicesCre... method FilterPath (line 64) | func (s *IndicesCreateService) FilterPath(filterPath ...string) *Indic... method Header (line 70) | func (s *IndicesCreateService) Header(name string, value string) *Indi... method Headers (line 79) | func (s *IndicesCreateService) Headers(headers http.Header) *IndicesCr... method Index (line 85) | func (s *IndicesCreateService) Index(index string) *IndicesCreateServi... method Timeout (line 91) | func (s *IndicesCreateService) Timeout(timeout string) *IndicesCreateS... method MasterTimeout (line 97) | func (s *IndicesCreateService) MasterTimeout(masterTimeout string) *In... method IncludeTypeName (line 103) | func (s *IndicesCreateService) IncludeTypeName(includeTypeName bool) *... method Body (line 110) | func (s *IndicesCreateService) Body(body string) *IndicesCreateService { method BodyString (line 116) | func (s *IndicesCreateService) BodyString(body string) *IndicesCreateS... method BodyJson (line 123) | func (s *IndicesCreateService) BodyJson(body interface{}) *IndicesCrea... method Do (line 129) | func (s *IndicesCreateService) Do(ctx context.Context) (*IndicesCreate... function NewIndicesCreateService (line 40) | func NewIndicesCreateService(client *Client) *IndicesCreateService { type IndicesCreateResult (line 195) | type IndicesCreateResult struct FILE: indices_create_test.go function TestIndicesLifecycle (line 12) | func TestIndicesLifecycle(t *testing.T) { function TestIndicesCreateValidate (line 52) | func TestIndicesCreateValidate(t *testing.T) { FILE: indices_delete.go type IndicesDeleteService (line 21) | type IndicesDeleteService struct method Pretty (line 47) | func (s *IndicesDeleteService) Pretty(pretty bool) *IndicesDeleteServi... method Human (line 54) | func (s *IndicesDeleteService) Human(human bool) *IndicesDeleteService { method ErrorTrace (line 60) | func (s *IndicesDeleteService) ErrorTrace(errorTrace bool) *IndicesDel... method FilterPath (line 66) | func (s *IndicesDeleteService) FilterPath(filterPath ...string) *Indic... method Header (line 72) | func (s *IndicesDeleteService) Header(name string, value string) *Indi... method Headers (line 81) | func (s *IndicesDeleteService) Headers(headers http.Header) *IndicesDe... method Index (line 88) | func (s *IndicesDeleteService) Index(index []string) *IndicesDeleteSer... method Timeout (line 94) | func (s *IndicesDeleteService) Timeout(timeout string) *IndicesDeleteS... method MasterTimeout (line 100) | func (s *IndicesDeleteService) MasterTimeout(masterTimeout string) *In... method IgnoreUnavailable (line 106) | func (s *IndicesDeleteService) IgnoreUnavailable(ignoreUnavailable boo... method AllowNoIndices (line 113) | func (s *IndicesDeleteService) AllowNoIndices(allowNoIndices bool) *In... method ExpandWildcards (line 120) | func (s *IndicesDeleteService) ExpandWildcards(expandWildcards string)... method buildURL (line 126) | func (s *IndicesDeleteService) buildURL() (string, url.Values, error) { method Validate (line 168) | func (s *IndicesDeleteService) Validate() error { method Do (line 180) | func (s *IndicesDeleteService) Do(ctx context.Context) (*IndicesDelete... function NewIndicesDeleteService (line 39) | func NewIndicesDeleteService(client *Client) *IndicesDeleteService { type IndicesDeleteResponse (line 214) | type IndicesDeleteResponse struct FILE: indices_delete_component_template.go type IndicesDeleteComponentTemplateService (line 21) | type IndicesDeleteComponentTemplateService struct method Pretty (line 43) | func (s *IndicesDeleteComponentTemplateService) Pretty(pretty bool) *I... method Human (line 50) | func (s *IndicesDeleteComponentTemplateService) Human(human bool) *Ind... method ErrorTrace (line 56) | func (s *IndicesDeleteComponentTemplateService) ErrorTrace(errorTrace ... method FilterPath (line 62) | func (s *IndicesDeleteComponentTemplateService) FilterPath(filterPath ... method Header (line 68) | func (s *IndicesDeleteComponentTemplateService) Header(name string, va... method Headers (line 77) | func (s *IndicesDeleteComponentTemplateService) Headers(headers http.H... method Name (line 83) | func (s *IndicesDeleteComponentTemplateService) Name(name string) *Ind... method Timeout (line 89) | func (s *IndicesDeleteComponentTemplateService) Timeout(timeout string... method MasterTimeout (line 95) | func (s *IndicesDeleteComponentTemplateService) MasterTimeout(masterTi... method buildURL (line 101) | func (s *IndicesDeleteComponentTemplateService) buildURL() (string, ur... method Validate (line 134) | func (s *IndicesDeleteComponentTemplateService) Validate() error { method Do (line 146) | func (s *IndicesDeleteComponentTemplateService) Do(ctx context.Context... function NewIndicesDeleteComponentTemplateService (line 36) | func NewIndicesDeleteComponentTemplateService(client *Client) *IndicesDe... type IndicesDeleteComponentTemplateResponse (line 178) | type IndicesDeleteComponentTemplateResponse struct FILE: indices_delete_index_template.go type IndicesDeleteIndexTemplateService (line 25) | type IndicesDeleteIndexTemplateService struct method Pretty (line 47) | func (s *IndicesDeleteIndexTemplateService) Pretty(pretty bool) *Indic... method Human (line 54) | func (s *IndicesDeleteIndexTemplateService) Human(human bool) *Indices... method ErrorTrace (line 60) | func (s *IndicesDeleteIndexTemplateService) ErrorTrace(errorTrace bool... method FilterPath (line 66) | func (s *IndicesDeleteIndexTemplateService) FilterPath(filterPath ...s... method Header (line 72) | func (s *IndicesDeleteIndexTemplateService) Header(name string, value ... method Headers (line 81) | func (s *IndicesDeleteIndexTemplateService) Headers(headers http.Heade... method Name (line 87) | func (s *IndicesDeleteIndexTemplateService) Name(name string) *Indices... method Timeout (line 93) | func (s *IndicesDeleteIndexTemplateService) Timeout(timeout string) *I... method MasterTimeout (line 99) | func (s *IndicesDeleteIndexTemplateService) MasterTimeout(masterTimeou... method buildURL (line 105) | func (s *IndicesDeleteIndexTemplateService) buildURL() (string, url.Va... method Validate (line 138) | func (s *IndicesDeleteIndexTemplateService) Validate() error { method Do (line 150) | func (s *IndicesDeleteIndexTemplateService) Do(ctx context.Context) (*... function NewIndicesDeleteIndexTemplateService (line 40) | func NewIndicesDeleteIndexTemplateService(client *Client) *IndicesDelete... type IndicesDeleteIndexTemplateResponse (line 182) | type IndicesDeleteIndexTemplateResponse struct FILE: indices_delete_integration_test.go function TestIndicesDeleteIntegration (line 12) | func TestIndicesDeleteIntegration(t *testing.T) { FILE: indices_delete_template.go type IndicesDeleteTemplateService (line 27) | type IndicesDeleteTemplateService struct method Pretty (line 49) | func (s *IndicesDeleteTemplateService) Pretty(pretty bool) *IndicesDel... method Human (line 56) | func (s *IndicesDeleteTemplateService) Human(human bool) *IndicesDelet... method ErrorTrace (line 62) | func (s *IndicesDeleteTemplateService) ErrorTrace(errorTrace bool) *In... method FilterPath (line 68) | func (s *IndicesDeleteTemplateService) FilterPath(filterPath ...string... method Header (line 74) | func (s *IndicesDeleteTemplateService) Header(name string, value strin... method Headers (line 83) | func (s *IndicesDeleteTemplateService) Headers(headers http.Header) *I... method Name (line 89) | func (s *IndicesDeleteTemplateService) Name(name string) *IndicesDelet... method Timeout (line 95) | func (s *IndicesDeleteTemplateService) Timeout(timeout string) *Indice... method MasterTimeout (line 101) | func (s *IndicesDeleteTemplateService) MasterTimeout(masterTimeout str... method buildURL (line 107) | func (s *IndicesDeleteTemplateService) buildURL() (string, url.Values,... method Validate (line 140) | func (s *IndicesDeleteTemplateService) Validate() error { method Do (line 154) | func (s *IndicesDeleteTemplateService) Do(ctx context.Context) (*Indic... function NewIndicesDeleteTemplateService (line 42) | func NewIndicesDeleteTemplateService(client *Client) *IndicesDeleteTempl... type IndicesDeleteTemplateResponse (line 186) | type IndicesDeleteTemplateResponse struct FILE: indices_delete_test.go function TestIndicesDeleteValidate (line 12) | func TestIndicesDeleteValidate(t *testing.T) { FILE: indices_exists.go type IndicesExistsService (line 21) | type IndicesExistsService struct method Pretty (line 46) | func (s *IndicesExistsService) Pretty(pretty bool) *IndicesExistsServi... method Human (line 53) | func (s *IndicesExistsService) Human(human bool) *IndicesExistsService { method ErrorTrace (line 59) | func (s *IndicesExistsService) ErrorTrace(errorTrace bool) *IndicesExi... method FilterPath (line 65) | func (s *IndicesExistsService) FilterPath(filterPath ...string) *Indic... method Header (line 71) | func (s *IndicesExistsService) Header(name string, value string) *Indi... method Headers (line 80) | func (s *IndicesExistsService) Headers(headers http.Header) *IndicesEx... method Index (line 86) | func (s *IndicesExistsService) Index(index []string) *IndicesExistsSer... method AllowNoIndices (line 94) | func (s *IndicesExistsService) AllowNoIndices(allowNoIndices bool) *In... method ExpandWildcards (line 101) | func (s *IndicesExistsService) ExpandWildcards(expandWildcards string)... method Local (line 108) | func (s *IndicesExistsService) Local(local bool) *IndicesExistsService { method IgnoreUnavailable (line 115) | func (s *IndicesExistsService) IgnoreUnavailable(ignoreUnavailable boo... method buildURL (line 121) | func (s *IndicesExistsService) buildURL() (string, url.Values, error) { method Validate (line 160) | func (s *IndicesExistsService) Validate() error { method Do (line 172) | func (s *IndicesExistsService) Do(ctx context.Context) (bool, error) { function NewIndicesExistsService (line 38) | func NewIndicesExistsService(client *Client) *IndicesExistsService { FILE: indices_exists_template.go type IndicesExistsTemplateService (line 22) | type IndicesExistsTemplateService struct method Pretty (line 44) | func (s *IndicesExistsTemplateService) Pretty(pretty bool) *IndicesExi... method Human (line 51) | func (s *IndicesExistsTemplateService) Human(human bool) *IndicesExist... method ErrorTrace (line 57) | func (s *IndicesExistsTemplateService) ErrorTrace(errorTrace bool) *In... method FilterPath (line 63) | func (s *IndicesExistsTemplateService) FilterPath(filterPath ...string... method Header (line 69) | func (s *IndicesExistsTemplateService) Header(name string, value strin... method Headers (line 78) | func (s *IndicesExistsTemplateService) Headers(headers http.Header) *I... method Name (line 84) | func (s *IndicesExistsTemplateService) Name(name string) *IndicesExist... method Local (line 91) | func (s *IndicesExistsTemplateService) Local(local bool) *IndicesExist... method MasterTimeout (line 97) | func (s *IndicesExistsTemplateService) MasterTimeout(masterTimeout str... method buildURL (line 103) | func (s *IndicesExistsTemplateService) buildURL() (string, url.Values,... method Validate (line 136) | func (s *IndicesExistsTemplateService) Validate() error { method Do (line 150) | func (s *IndicesExistsTemplateService) Do(ctx context.Context) (bool, ... function NewIndicesExistsTemplateService (line 37) | func NewIndicesExistsTemplateService(client *Client) *IndicesExistsTempl... FILE: indices_exists_template_test.go function TestIndexExistsTemplate (line 12) | func TestIndexExistsTemplate(t *testing.T) { FILE: indices_exists_test.go function TestIndicesExistsWithoutIndex (line 12) | func TestIndicesExistsWithoutIndex(t *testing.T) { FILE: indices_flush.go type IndicesFlushService (line 23) | type IndicesFlushService struct method Pretty (line 49) | func (s *IndicesFlushService) Pretty(pretty bool) *IndicesFlushService { method Human (line 56) | func (s *IndicesFlushService) Human(human bool) *IndicesFlushService { method ErrorTrace (line 62) | func (s *IndicesFlushService) ErrorTrace(errorTrace bool) *IndicesFlus... method FilterPath (line 68) | func (s *IndicesFlushService) FilterPath(filterPath ...string) *Indice... method Header (line 74) | func (s *IndicesFlushService) Header(name string, value string) *Indic... method Headers (line 83) | func (s *IndicesFlushService) Headers(headers http.Header) *IndicesFlu... method Index (line 89) | func (s *IndicesFlushService) Index(indices ...string) *IndicesFlushSe... method Force (line 98) | func (s *IndicesFlushService) Force(force bool) *IndicesFlushService { method WaitIfOngoing (line 107) | func (s *IndicesFlushService) WaitIfOngoing(waitIfOngoing bool) *Indic... method IgnoreUnavailable (line 114) | func (s *IndicesFlushService) IgnoreUnavailable(ignoreUnavailable bool... method AllowNoIndices (line 122) | func (s *IndicesFlushService) AllowNoIndices(allowNoIndices bool) *Ind... method ExpandWildcards (line 129) | func (s *IndicesFlushService) ExpandWildcards(expandWildcards string) ... method buildURL (line 135) | func (s *IndicesFlushService) buildURL() (string, url.Values, error) { method Validate (line 184) | func (s *IndicesFlushService) Validate() error { method Do (line 189) | func (s *IndicesFlushService) Do(ctx context.Context) (*IndicesFlushRe... function NewIndicesFlushService (line 41) | func NewIndicesFlushService(client *Client) *IndicesFlushService { type IndicesFlushResponse (line 222) | type IndicesFlushResponse struct FILE: indices_flush_synced.go type IndicesSyncedFlushService (line 23) | type IndicesSyncedFlushService struct method Pretty (line 46) | func (s *IndicesSyncedFlushService) Pretty(pretty bool) *IndicesSynced... method Human (line 53) | func (s *IndicesSyncedFlushService) Human(human bool) *IndicesSyncedFl... method ErrorTrace (line 59) | func (s *IndicesSyncedFlushService) ErrorTrace(errorTrace bool) *Indic... method FilterPath (line 65) | func (s *IndicesSyncedFlushService) FilterPath(filterPath ...string) *... method Header (line 71) | func (s *IndicesSyncedFlushService) Header(name string, value string) ... method Headers (line 80) | func (s *IndicesSyncedFlushService) Headers(headers http.Header) *Indi... method Index (line 86) | func (s *IndicesSyncedFlushService) Index(indices ...string) *IndicesS... method IgnoreUnavailable (line 93) | func (s *IndicesSyncedFlushService) IgnoreUnavailable(ignoreUnavailabl... method AllowNoIndices (line 101) | func (s *IndicesSyncedFlushService) AllowNoIndices(allowNoIndices bool... method ExpandWildcards (line 108) | func (s *IndicesSyncedFlushService) ExpandWildcards(expandWildcards st... method buildURL (line 114) | func (s *IndicesSyncedFlushService) buildURL() (string, url.Values, er... method Validate (line 157) | func (s *IndicesSyncedFlushService) Validate() error { method Do (line 165) | func (s *IndicesSyncedFlushService) Do(ctx context.Context) (*IndicesS... function NewIndicesSyncedFlushService (line 39) | func NewIndicesSyncedFlushService(client *Client) *IndicesSyncedFlushSer... type IndicesSyncedFlushResponse (line 199) | type IndicesSyncedFlushResponse struct method UnmarshalJSON (line 263) | func (resp *IndicesSyncedFlushResponse) UnmarshalJSON(data []byte) err... type IndicesShardsSyncedFlushResult (line 236) | type IndicesShardsSyncedFlushResult struct type IndicesShardsSyncedFlushResultFailure (line 245) | type IndicesShardsSyncedFlushResultFailure struct FILE: indices_flush_synced_test.go function TestSyncedFlush (line 13) | func TestSyncedFlush(t *testing.T) { function TestSyncedFlushBuildURL (line 27) | func TestSyncedFlushBuildURL(t *testing.T) { function TestSyncedFlushResponse (line 74) | func TestSyncedFlushResponse(t *testing.T) { FILE: indices_flush_test.go function TestFlush (line 12) | func TestFlush(t *testing.T) { function TestFlushBuildURL (line 25) | func TestFlushBuildURL(t *testing.T) { FILE: indices_forcemerge.go type IndicesForcemergeService (line 24) | type IndicesForcemergeService struct method Pretty (line 51) | func (s *IndicesForcemergeService) Pretty(pretty bool) *IndicesForceme... method Human (line 58) | func (s *IndicesForcemergeService) Human(human bool) *IndicesForcemerg... method ErrorTrace (line 64) | func (s *IndicesForcemergeService) ErrorTrace(errorTrace bool) *Indice... method FilterPath (line 70) | func (s *IndicesForcemergeService) FilterPath(filterPath ...string) *I... method Header (line 76) | func (s *IndicesForcemergeService) Header(name string, value string) *... method Headers (line 85) | func (s *IndicesForcemergeService) Headers(headers http.Header) *Indic... method Index (line 92) | func (s *IndicesForcemergeService) Index(index ...string) *IndicesForc... method AllowNoIndices (line 103) | func (s *IndicesForcemergeService) AllowNoIndices(allowNoIndices bool)... method ExpandWildcards (line 110) | func (s *IndicesForcemergeService) ExpandWildcards(expandWildcards str... method Flush (line 117) | func (s *IndicesForcemergeService) Flush(flush bool) *IndicesForcemerg... method IgnoreUnavailable (line 124) | func (s *IndicesForcemergeService) IgnoreUnavailable(ignoreUnavailable... method MaxNumSegments (line 131) | func (s *IndicesForcemergeService) MaxNumSegments(maxNumSegments inter... method OnlyExpungeDeletes (line 138) | func (s *IndicesForcemergeService) OnlyExpungeDeletes(onlyExpungeDelet... method buildURL (line 144) | func (s *IndicesForcemergeService) buildURL() (string, url.Values, err... method Validate (line 196) | func (s *IndicesForcemergeService) Validate() error { method Do (line 201) | func (s *IndicesForcemergeService) Do(ctx context.Context) (*IndicesFo... function NewIndicesForcemergeService (line 43) | func NewIndicesForcemergeService(client *Client) *IndicesForcemergeServi... type IndicesForcemergeResponse (line 233) | type IndicesForcemergeResponse struct FILE: indices_forcemerge_test.go function TestIndicesForcemergeBuildURL (line 12) | func TestIndicesForcemergeBuildURL(t *testing.T) { function TestIndicesForcemerge (line 45) | func TestIndicesForcemerge(t *testing.T) { FILE: indices_freeze.go type IndicesFreezeService (line 25) | type IndicesFreezeService struct method Pretty (line 51) | func (s *IndicesFreezeService) Pretty(pretty bool) *IndicesFreezeServi... method Human (line 58) | func (s *IndicesFreezeService) Human(human bool) *IndicesFreezeService { method ErrorTrace (line 64) | func (s *IndicesFreezeService) ErrorTrace(errorTrace bool) *IndicesFre... method FilterPath (line 70) | func (s *IndicesFreezeService) FilterPath(filterPath ...string) *Indic... method Header (line 76) | func (s *IndicesFreezeService) Header(name string, value string) *Indi... method Headers (line 85) | func (s *IndicesFreezeService) Headers(headers http.Header) *IndicesFr... method Index (line 91) | func (s *IndicesFreezeService) Index(index string) *IndicesFreezeServi... method Timeout (line 97) | func (s *IndicesFreezeService) Timeout(timeout string) *IndicesFreezeS... method MasterTimeout (line 103) | func (s *IndicesFreezeService) MasterTimeout(masterTimeout string) *In... method IgnoreUnavailable (line 110) | func (s *IndicesFreezeService) IgnoreUnavailable(ignoreUnavailable boo... method AllowNoIndices (line 118) | func (s *IndicesFreezeService) AllowNoIndices(allowNoIndices bool) *In... method ExpandWildcards (line 125) | func (s *IndicesFreezeService) ExpandWildcards(expandWildcards string)... method WaitForActiveShards (line 132) | func (s *IndicesFreezeService) WaitForActiveShards(numShards string) *... method buildURL (line 138) | func (s *IndicesFreezeService) buildURL() (string, url.Values, error) { method Validate (line 186) | func (s *IndicesFreezeService) Validate() error { method Do (line 201) | func (s *IndicesFreezeService) Do(ctx context.Context) (*IndicesFreeze... function NewIndicesFreezeService (line 44) | func NewIndicesFreezeService(client *Client) *IndicesFreezeService { type IndicesFreezeResponse (line 233) | type IndicesFreezeResponse struct FILE: indices_freeze_test.go function TestIndicesFreezeBuildURL (line 11) | func TestIndicesFreezeBuildURL(t *testing.T) { FILE: indices_get.go type IndicesGetService (line 21) | type IndicesGetService struct method Pretty (line 49) | func (s *IndicesGetService) Pretty(pretty bool) *IndicesGetService { method Human (line 56) | func (s *IndicesGetService) Human(human bool) *IndicesGetService { method ErrorTrace (line 62) | func (s *IndicesGetService) ErrorTrace(errorTrace bool) *IndicesGetSer... method FilterPath (line 68) | func (s *IndicesGetService) FilterPath(filterPath ...string) *IndicesG... method Header (line 74) | func (s *IndicesGetService) Header(name string, value string) *Indices... method Headers (line 83) | func (s *IndicesGetService) Headers(headers http.Header) *IndicesGetSe... method Index (line 89) | func (s *IndicesGetService) Index(indices ...string) *IndicesGetService { method Feature (line 95) | func (s *IndicesGetService) Feature(features ...string) *IndicesGetSer... method Local (line 102) | func (s *IndicesGetService) Local(local bool) *IndicesGetService { method IgnoreUnavailable (line 108) | func (s *IndicesGetService) IgnoreUnavailable(ignoreUnavailable bool) ... method AllowNoIndices (line 115) | func (s *IndicesGetService) AllowNoIndices(allowNoIndices bool) *Indic... method ExpandWildcards (line 122) | func (s *IndicesGetService) ExpandWildcards(expandWildcards string) *I... method buildURL (line 128) | func (s *IndicesGetService) buildURL() (string, url.Values, error) { method Validate (line 188) | func (s *IndicesGetService) Validate() error { method Do (line 200) | func (s *IndicesGetService) Do(ctx context.Context) (map[string]*Indic... function NewIndicesGetService (line 40) | func NewIndicesGetService(client *Client) *IndicesGetService { type IndicesGetResponse (line 232) | type IndicesGetResponse struct FILE: indices_get_aliases.go type AliasesService (line 20) | type AliasesService struct method Pretty (line 42) | func (s *AliasesService) Pretty(pretty bool) *AliasesService { method Human (line 49) | func (s *AliasesService) Human(human bool) *AliasesService { method ErrorTrace (line 55) | func (s *AliasesService) ErrorTrace(errorTrace bool) *AliasesService { method FilterPath (line 61) | func (s *AliasesService) FilterPath(filterPath ...string) *AliasesServ... method Header (line 67) | func (s *AliasesService) Header(name string, value string) *AliasesSer... method Headers (line 76) | func (s *AliasesService) Headers(headers http.Header) *AliasesService { method Index (line 82) | func (s *AliasesService) Index(index ...string) *AliasesService { method Alias (line 88) | func (s *AliasesService) Alias(alias ...string) *AliasesService { method buildURL (line 94) | func (s *AliasesService) buildURL() (string, url.Values, error) { method Do (line 130) | func (s *AliasesService) Do(ctx context.Context) (*AliasesResult, erro... function NewAliasesService (line 34) | func NewAliasesService(client *Client) *AliasesService { type AliasesResult (line 196) | type AliasesResult struct method IndicesByAlias (line 210) | func (ar AliasesResult) IndicesByAlias(aliasName string) []string { type indexResult (line 200) | type indexResult struct method HasAlias (line 223) | func (ir indexResult) HasAlias(aliasName string) bool { type aliasResult (line 204) | type aliasResult struct FILE: indices_get_aliases_test.go function TestAliasesBuildURL (line 12) | func TestAliasesBuildURL(t *testing.T) { function TestAliases (line 79) | func TestAliases(t *testing.T) { FILE: indices_get_component_template.go type IndicesGetComponentTemplateService (line 21) | type IndicesGetComponentTemplateService struct method Pretty (line 45) | func (s *IndicesGetComponentTemplateService) Pretty(pretty bool) *Indi... method Human (line 52) | func (s *IndicesGetComponentTemplateService) Human(human bool) *Indice... method ErrorTrace (line 58) | func (s *IndicesGetComponentTemplateService) ErrorTrace(errorTrace boo... method FilterPath (line 64) | func (s *IndicesGetComponentTemplateService) FilterPath(filterPath ...... method Header (line 70) | func (s *IndicesGetComponentTemplateService) Header(name string, value... method Headers (line 79) | func (s *IndicesGetComponentTemplateService) Headers(headers http.Head... method Name (line 85) | func (s *IndicesGetComponentTemplateService) Name(name ...string) *Ind... method FlatSettings (line 91) | func (s *IndicesGetComponentTemplateService) FlatSettings(flatSettings... method Local (line 98) | func (s *IndicesGetComponentTemplateService) Local(local bool) *Indice... method MasterTimeout (line 104) | func (s *IndicesGetComponentTemplateService) MasterTimeout(masterTimeo... method buildURL (line 110) | func (s *IndicesGetComponentTemplateService) buildURL() (string, url.V... method Validate (line 152) | func (s *IndicesGetComponentTemplateService) Validate() error { method Do (line 157) | func (s *IndicesGetComponentTemplateService) Do(ctx context.Context) (... function NewIndicesGetComponentTemplateService (line 37) | func NewIndicesGetComponentTemplateService(client *Client) *IndicesGetCo... type IndicesGetComponentTemplateResponse (line 189) | type IndicesGetComponentTemplateResponse struct type IndicesGetComponentTemplates (line 193) | type IndicesGetComponentTemplates struct type IndicesGetComponentTemplate (line 198) | type IndicesGetComponentTemplate struct type IndicesGetComponentTemplateData (line 203) | type IndicesGetComponentTemplateData struct FILE: indices_get_field_mapping.go type IndicesGetFieldMappingService (line 22) | type IndicesGetFieldMappingService struct method Pretty (line 54) | func (s *IndicesGetFieldMappingService) Pretty(pretty bool) *IndicesGe... method Human (line 61) | func (s *IndicesGetFieldMappingService) Human(human bool) *IndicesGetF... method ErrorTrace (line 67) | func (s *IndicesGetFieldMappingService) ErrorTrace(errorTrace bool) *I... method FilterPath (line 73) | func (s *IndicesGetFieldMappingService) FilterPath(filterPath ...strin... method Header (line 79) | func (s *IndicesGetFieldMappingService) Header(name string, value stri... method Headers (line 88) | func (s *IndicesGetFieldMappingService) Headers(headers http.Header) *... method Index (line 94) | func (s *IndicesGetFieldMappingService) Index(indices ...string) *Indi... method Type (line 100) | func (s *IndicesGetFieldMappingService) Type(types ...string) *Indices... method Field (line 106) | func (s *IndicesGetFieldMappingService) Field(fields ...string) *Indic... method AllowNoIndices (line 114) | func (s *IndicesGetFieldMappingService) AllowNoIndices(allowNoIndices ... method ExpandWildcards (line 121) | func (s *IndicesGetFieldMappingService) ExpandWildcards(expandWildcard... method Local (line 128) | func (s *IndicesGetFieldMappingService) Local(local bool) *IndicesGetF... method IgnoreUnavailable (line 135) | func (s *IndicesGetFieldMappingService) IgnoreUnavailable(ignoreUnavai... method buildURL (line 141) | func (s *IndicesGetFieldMappingService) buildURL() (string, url.Values... method Validate (line 202) | func (s *IndicesGetFieldMappingService) Validate() error { method Do (line 208) | func (s *IndicesGetFieldMappingService) Do(ctx context.Context) (map[s... function NewGetFieldMappingService (line 42) | func NewGetFieldMappingService(client *Client) *IndicesGetFieldMappingSe... function NewIndicesGetFieldMappingService (line 47) | func NewIndicesGetFieldMappingService(client *Client) *IndicesGetFieldMa... FILE: indices_get_field_mapping_test.go function TestIndicesGetFieldMappingURL (line 11) | func TestIndicesGetFieldMappingURL(t *testing.T) { FILE: indices_get_index_template.go type IndicesGetIndexTemplateService (line 25) | type IndicesGetIndexTemplateService struct method Pretty (line 49) | func (s *IndicesGetIndexTemplateService) Pretty(pretty bool) *IndicesG... method Human (line 56) | func (s *IndicesGetIndexTemplateService) Human(human bool) *IndicesGet... method ErrorTrace (line 62) | func (s *IndicesGetIndexTemplateService) ErrorTrace(errorTrace bool) *... method FilterPath (line 68) | func (s *IndicesGetIndexTemplateService) FilterPath(filterPath ...stri... method Header (line 74) | func (s *IndicesGetIndexTemplateService) Header(name string, value str... method Headers (line 83) | func (s *IndicesGetIndexTemplateService) Headers(headers http.Header) ... method Name (line 89) | func (s *IndicesGetIndexTemplateService) Name(name ...string) *Indices... method FlatSettings (line 95) | func (s *IndicesGetIndexTemplateService) FlatSettings(flatSettings boo... method Local (line 102) | func (s *IndicesGetIndexTemplateService) Local(local bool) *IndicesGet... method MasterTimeout (line 108) | func (s *IndicesGetIndexTemplateService) MasterTimeout(masterTimeout s... method buildURL (line 114) | func (s *IndicesGetIndexTemplateService) buildURL() (string, url.Value... method Validate (line 156) | func (s *IndicesGetIndexTemplateService) Validate() error { method Do (line 161) | func (s *IndicesGetIndexTemplateService) Do(ctx context.Context) (*Ind... function NewIndicesGetIndexTemplateService (line 41) | func NewIndicesGetIndexTemplateService(client *Client) *IndicesGetIndexT... type IndicesGetIndexTemplateResponse (line 193) | type IndicesGetIndexTemplateResponse struct type IndicesGetIndexTemplatesSlice (line 198) | type IndicesGetIndexTemplatesSlice method ByName (line 202) | func (slice IndicesGetIndexTemplatesSlice) ByName(name string) (*Indic... type IndicesGetIndexTemplates (line 211) | type IndicesGetIndexTemplates struct type IndicesGetIndexTemplate (line 216) | type IndicesGetIndexTemplate struct type IndicesGetIndexTemplateData (line 227) | type IndicesGetIndexTemplateData struct type IndicesDataStream (line 233) | type IndicesDataStream struct type IndicesDataStreamTimestampField (line 248) | type IndicesDataStreamTimestampField struct FILE: indices_get_index_template_test.go function TestIndexGetIndexTemplateURL (line 12) | func TestIndexGetIndexTemplateURL(t *testing.T) { function TestIndexGetIndexTemplateService (line 36) | func TestIndexGetIndexTemplateService(t *testing.T) { FILE: indices_get_mapping.go type IndicesGetMappingService (line 22) | type IndicesGetMappingService struct method Pretty (line 55) | func (s *IndicesGetMappingService) Pretty(pretty bool) *IndicesGetMapp... method Human (line 62) | func (s *IndicesGetMappingService) Human(human bool) *IndicesGetMappin... method ErrorTrace (line 68) | func (s *IndicesGetMappingService) ErrorTrace(errorTrace bool) *Indice... method FilterPath (line 74) | func (s *IndicesGetMappingService) FilterPath(filterPath ...string) *I... method Header (line 80) | func (s *IndicesGetMappingService) Header(name string, value string) *... method Headers (line 89) | func (s *IndicesGetMappingService) Headers(headers http.Header) *Indic... method Index (line 95) | func (s *IndicesGetMappingService) Index(indices ...string) *IndicesGe... method Type (line 101) | func (s *IndicesGetMappingService) Type(types ...string) *IndicesGetMa... method AllowNoIndices (line 109) | func (s *IndicesGetMappingService) AllowNoIndices(allowNoIndices bool)... method ExpandWildcards (line 116) | func (s *IndicesGetMappingService) ExpandWildcards(expandWildcards str... method Local (line 123) | func (s *IndicesGetMappingService) Local(local bool) *IndicesGetMappin... method IgnoreUnavailable (line 130) | func (s *IndicesGetMappingService) IgnoreUnavailable(ignoreUnavailable... method buildURL (line 136) | func (s *IndicesGetMappingService) buildURL() (string, url.Values, err... method Validate (line 190) | func (s *IndicesGetMappingService) Validate() error { method Do (line 196) | func (s *IndicesGetMappingService) Do(ctx context.Context) (map[string... function NewGetMappingService (line 41) | func NewGetMappingService(client *Client) *IndicesGetMappingService { function NewIndicesGetMappingService (line 46) | func NewIndicesGetMappingService(client *Client) *IndicesGetMappingServi... FILE: indices_get_mapping_test.go function TestIndicesGetMappingURL (line 11) | func TestIndicesGetMappingURL(t *testing.T) { FILE: indices_get_settings.go type IndicesGetSettingsService (line 22) | type IndicesGetSettingsService struct method Pretty (line 50) | func (s *IndicesGetSettingsService) Pretty(pretty bool) *IndicesGetSet... method Human (line 57) | func (s *IndicesGetSettingsService) Human(human bool) *IndicesGetSetti... method ErrorTrace (line 63) | func (s *IndicesGetSettingsService) ErrorTrace(errorTrace bool) *Indic... method FilterPath (line 69) | func (s *IndicesGetSettingsService) FilterPath(filterPath ...string) *... method Header (line 75) | func (s *IndicesGetSettingsService) Header(name string, value string) ... method Headers (line 84) | func (s *IndicesGetSettingsService) Headers(headers http.Header) *Indi... method Index (line 91) | func (s *IndicesGetSettingsService) Index(indices ...string) *IndicesG... method Name (line 97) | func (s *IndicesGetSettingsService) Name(name ...string) *IndicesGetSe... method IgnoreUnavailable (line 104) | func (s *IndicesGetSettingsService) IgnoreUnavailable(ignoreUnavailabl... method AllowNoIndices (line 112) | func (s *IndicesGetSettingsService) AllowNoIndices(allowNoIndices bool... method ExpandWildcards (line 120) | func (s *IndicesGetSettingsService) ExpandWildcards(expandWildcards st... method FlatSettings (line 126) | func (s *IndicesGetSettingsService) FlatSettings(flatSettings bool) *I... method Local (line 133) | func (s *IndicesGetSettingsService) Local(local bool) *IndicesGetSetti... method buildURL (line 139) | func (s *IndicesGetSettingsService) buildURL() (string, url.Values, er... method Validate (line 199) | func (s *IndicesGetSettingsService) Validate() error { method Do (line 204) | func (s *IndicesGetSettingsService) Do(ctx context.Context) (map[strin... function NewIndicesGetSettingsService (line 41) | func NewIndicesGetSettingsService(client *Client) *IndicesGetSettingsSer... type IndicesGetSettingsResponse (line 236) | type IndicesGetSettingsResponse struct FILE: indices_get_settings_test.go function TestIndexGetSettingsURL (line 12) | func TestIndexGetSettingsURL(t *testing.T) { function TestIndexGetSettingsService (line 53) | func TestIndexGetSettingsService(t *testing.T) { FILE: indices_get_template.go type IndicesGetTemplateService (line 27) | type IndicesGetTemplateService struct method Pretty (line 50) | func (s *IndicesGetTemplateService) Pretty(pretty bool) *IndicesGetTem... method Human (line 57) | func (s *IndicesGetTemplateService) Human(human bool) *IndicesGetTempl... method ErrorTrace (line 63) | func (s *IndicesGetTemplateService) ErrorTrace(errorTrace bool) *Indic... method FilterPath (line 69) | func (s *IndicesGetTemplateService) FilterPath(filterPath ...string) *... method Header (line 75) | func (s *IndicesGetTemplateService) Header(name string, value string) ... method Headers (line 84) | func (s *IndicesGetTemplateService) Headers(headers http.Header) *Indi... method Name (line 90) | func (s *IndicesGetTemplateService) Name(name ...string) *IndicesGetTe... method FlatSettings (line 96) | func (s *IndicesGetTemplateService) FlatSettings(flatSettings bool) *I... method Local (line 103) | func (s *IndicesGetTemplateService) Local(local bool) *IndicesGetTempl... method buildURL (line 109) | func (s *IndicesGetTemplateService) buildURL() (string, url.Values, er... method Validate (line 148) | func (s *IndicesGetTemplateService) Validate() error { method Do (line 155) | func (s *IndicesGetTemplateService) Do(ctx context.Context) (map[strin... function NewIndicesGetTemplateService (line 42) | func NewIndicesGetTemplateService(client *Client) *IndicesGetTemplateSer... type IndicesGetTemplateResponse (line 187) | type IndicesGetTemplateResponse struct FILE: indices_get_template_test.go function TestIndexGetTemplateURL (line 12) | func TestIndexGetTemplateURL(t *testing.T) { function TestIndexGetTemplateService (line 44) | func TestIndexGetTemplateService(t *testing.T) { FILE: indices_get_test.go function TestIndicesGetValidate (line 12) | func TestIndicesGetValidate(t *testing.T) { function TestIndicesGetURL (line 25) | func TestIndicesGetURL(t *testing.T) { function TestIndicesGetService (line 66) | func TestIndicesGetService(t *testing.T) { FILE: indices_index_templates_test.go function TestIndexTemplatesLifecycle (line 12) | func TestIndexTemplatesLifecycle(t *testing.T) { FILE: indices_open.go type IndicesOpenService (line 21) | type IndicesOpenService struct method Pretty (line 45) | func (s *IndicesOpenService) Pretty(pretty bool) *IndicesOpenService { method Human (line 52) | func (s *IndicesOpenService) Human(human bool) *IndicesOpenService { method ErrorTrace (line 58) | func (s *IndicesOpenService) ErrorTrace(errorTrace bool) *IndicesOpenS... method FilterPath (line 64) | func (s *IndicesOpenService) FilterPath(filterPath ...string) *Indices... method Header (line 70) | func (s *IndicesOpenService) Header(name string, value string) *Indice... method Headers (line 79) | func (s *IndicesOpenService) Headers(headers http.Header) *IndicesOpen... method Index (line 85) | func (s *IndicesOpenService) Index(index string) *IndicesOpenService { method Timeout (line 91) | func (s *IndicesOpenService) Timeout(timeout string) *IndicesOpenServi... method MasterTimeout (line 97) | func (s *IndicesOpenService) MasterTimeout(masterTimeout string) *Indi... method IgnoreUnavailable (line 104) | func (s *IndicesOpenService) IgnoreUnavailable(ignoreUnavailable bool)... method AllowNoIndices (line 112) | func (s *IndicesOpenService) AllowNoIndices(allowNoIndices bool) *Indi... method ExpandWildcards (line 119) | func (s *IndicesOpenService) ExpandWildcards(expandWildcards string) *... method WaitForActiveShards (line 127) | func (s *IndicesOpenService) WaitForActiveShards(waitForActiveShards s... method buildURL (line 133) | func (s *IndicesOpenService) buildURL() (string, url.Values, error) { method Validate (line 179) | func (s *IndicesOpenService) Validate() error { method Do (line 191) | func (s *IndicesOpenService) Do(ctx context.Context) (*IndicesOpenResp... function NewIndicesOpenService (line 40) | func NewIndicesOpenService(client *Client) *IndicesOpenService { type IndicesOpenResponse (line 223) | type IndicesOpenResponse struct FILE: indices_open_test.go function TestIndicesOpenValidate (line 12) | func TestIndicesOpenValidate(t *testing.T) { FILE: indices_put_alias.go type AliasAction (line 18) | type AliasAction interface type AliasAddAction (line 23) | type AliasAddAction struct method Index (line 41) | func (a *AliasAddAction) Index(index ...string) *AliasAddAction { method removeBlankIndexNames (line 46) | func (a *AliasAddAction) removeBlankIndexNames() { method Filter (line 57) | func (a *AliasAddAction) Filter(filter Query) *AliasAddAction { method Routing (line 64) | func (a *AliasAddAction) Routing(routing string) *AliasAddAction { method IndexRouting (line 70) | func (a *AliasAddAction) IndexRouting(routing string) *AliasAddAction { method SearchRouting (line 76) | func (a *AliasAddAction) SearchRouting(routing ...string) *AliasAddAct... method IsWriteIndex (line 82) | func (a *AliasAddAction) IsWriteIndex(flag bool) *AliasAddAction { method Validate (line 88) | func (a *AliasAddAction) Validate() error { method Source (line 106) | func (a *AliasAddAction) Source() (interface{}, error) { function NewAliasAddAction (line 34) | func NewAliasAddAction(alias string) *AliasAddAction { type AliasRemoveAction (line 144) | type AliasRemoveAction struct method Index (line 157) | func (a *AliasRemoveAction) Index(index ...string) *AliasRemoveAction { method removeBlankIndexNames (line 162) | func (a *AliasRemoveAction) removeBlankIndexNames() { method Validate (line 173) | func (a *AliasRemoveAction) Validate() error { method Source (line 188) | func (a *AliasRemoveAction) Source() (interface{}, error) { function NewAliasRemoveAction (line 150) | func NewAliasRemoveAction(alias string) *AliasRemoveAction { type AliasRemoveIndexAction (line 208) | type AliasRemoveIndexAction struct method Validate (line 220) | func (a *AliasRemoveIndexAction) Validate() error { method Source (line 228) | func (a *AliasRemoveIndexAction) Source() (interface{}, error) { function NewAliasRemoveIndexAction (line 213) | func NewAliasRemoveIndexAction(index string) *AliasRemoveIndexAction { type AliasService (line 244) | type AliasService struct method Pretty (line 265) | func (s *AliasService) Pretty(pretty bool) *AliasService { method Human (line 272) | func (s *AliasService) Human(human bool) *AliasService { method ErrorTrace (line 278) | func (s *AliasService) ErrorTrace(errorTrace bool) *AliasService { method FilterPath (line 284) | func (s *AliasService) FilterPath(filterPath ...string) *AliasService { method Header (line 290) | func (s *AliasService) Header(name string, value string) *AliasService { method Headers (line 299) | func (s *AliasService) Headers(headers http.Header) *AliasService { method Add (line 305) | func (s *AliasService) Add(indexName string, aliasName string) *AliasS... method AddWithFilter (line 312) | func (s *AliasService) AddWithFilter(indexName string, aliasName strin... method Remove (line 319) | func (s *AliasService) Remove(indexName string, aliasName string) *Ali... method Action (line 327) | func (s *AliasService) Action(action ...AliasAction) *AliasService { method buildURL (line 333) | func (s *AliasService) buildURL() (string, url.Values, error) { method Do (line 354) | func (s *AliasService) Do(ctx context.Context) (*AliasResult, error) { function NewAliasService (line 257) | func NewAliasService(client *Client) *AliasService { type AliasResult (line 395) | type AliasResult struct FILE: indices_put_alias_test.go constant testAliasName (line 14) | testAliasName = "elastic-test-alias" constant testAliasName2 (line 15) | testAliasName2 = "elastic-test-alias2" function TestAliasLifecycle (line 18) | func TestAliasLifecycle(t *testing.T) { function TestAliasAddAction (line 148) | func TestAliasAddAction(t *testing.T) { function TestAliasRemoveAction (line 218) | func TestAliasRemoveAction(t *testing.T) { function TestAliasRemoveIndexAction (line 268) | func TestAliasRemoveIndexAction(t *testing.T) { FILE: indices_put_component_template.go type IndicesPutComponentTemplateService (line 21) | type IndicesPutComponentTemplateService struct method Pretty (line 47) | func (s *IndicesPutComponentTemplateService) Pretty(pretty bool) *Indi... method Human (line 54) | func (s *IndicesPutComponentTemplateService) Human(human bool) *Indice... method ErrorTrace (line 60) | func (s *IndicesPutComponentTemplateService) ErrorTrace(errorTrace boo... method FilterPath (line 66) | func (s *IndicesPutComponentTemplateService) FilterPath(filterPath ...... method Header (line 72) | func (s *IndicesPutComponentTemplateService) Header(name string, value... method Headers (line 81) | func (s *IndicesPutComponentTemplateService) Headers(headers http.Head... method Name (line 87) | func (s *IndicesPutComponentTemplateService) Name(name string) *Indice... method Create (line 94) | func (s *IndicesPutComponentTemplateService) Create(create bool) *Indi... method Cause (line 100) | func (s *IndicesPutComponentTemplateService) Cause(cause string) *Indi... method MasterTimeout (line 106) | func (s *IndicesPutComponentTemplateService) MasterTimeout(masterTimeo... method BodyJson (line 113) | func (s *IndicesPutComponentTemplateService) BodyJson(body interface{}... method BodyString (line 119) | func (s *IndicesPutComponentTemplateService) BodyString(body string) *... method buildURL (line 125) | func (s *IndicesPutComponentTemplateService) buildURL() (string, url.V... method Validate (line 161) | func (s *IndicesPutComponentTemplateService) Validate() error { method Do (line 176) | func (s *IndicesPutComponentTemplateService) Do(ctx context.Context) (... function NewIndicesPutComponentTemplateService (line 40) | func NewIndicesPutComponentTemplateService(client *Client) *IndicesPutCo... type IndicesPutComponentTemplateResponse (line 217) | type IndicesPutComponentTemplateResponse struct FILE: indices_put_index_template.go type IndicesPutIndexTemplateService (line 26) | type IndicesPutIndexTemplateService struct method Pretty (line 52) | func (s *IndicesPutIndexTemplateService) Pretty(pretty bool) *IndicesP... method Human (line 59) | func (s *IndicesPutIndexTemplateService) Human(human bool) *IndicesPut... method ErrorTrace (line 65) | func (s *IndicesPutIndexTemplateService) ErrorTrace(errorTrace bool) *... method FilterPath (line 71) | func (s *IndicesPutIndexTemplateService) FilterPath(filterPath ...stri... method Header (line 77) | func (s *IndicesPutIndexTemplateService) Header(name string, value str... method Headers (line 86) | func (s *IndicesPutIndexTemplateService) Headers(headers http.Header) ... method Name (line 92) | func (s *IndicesPutIndexTemplateService) Name(name string) *IndicesPut... method Create (line 99) | func (s *IndicesPutIndexTemplateService) Create(create bool) *IndicesP... method Cause (line 105) | func (s *IndicesPutIndexTemplateService) Cause(cause string) *IndicesP... method MasterTimeout (line 111) | func (s *IndicesPutIndexTemplateService) MasterTimeout(masterTimeout s... method BodyJson (line 118) | func (s *IndicesPutIndexTemplateService) BodyJson(body interface{}) *I... method BodyString (line 124) | func (s *IndicesPutIndexTemplateService) BodyString(body string) *Indi... method buildURL (line 130) | func (s *IndicesPutIndexTemplateService) buildURL() (string, url.Value... method Validate (line 166) | func (s *IndicesPutIndexTemplateService) Validate() error { method Do (line 181) | func (s *IndicesPutIndexTemplateService) Do(ctx context.Context) (*Ind... function NewIndicesPutIndexTemplateService (line 45) | func NewIndicesPutIndexTemplateService(client *Client) *IndicesPutIndexT... type IndicesPutIndexTemplateResponse (line 222) | type IndicesPutIndexTemplateResponse struct FILE: indices_put_mapping.go type IndicesPutMappingService (line 22) | type IndicesPutMappingService struct method Pretty (line 58) | func (s *IndicesPutMappingService) Pretty(pretty bool) *IndicesPutMapp... method Human (line 65) | func (s *IndicesPutMappingService) Human(human bool) *IndicesPutMappin... method ErrorTrace (line 71) | func (s *IndicesPutMappingService) ErrorTrace(errorTrace bool) *Indice... method FilterPath (line 77) | func (s *IndicesPutMappingService) FilterPath(filterPath ...string) *I... method Header (line 83) | func (s *IndicesPutMappingService) Header(name string, value string) *... method Headers (line 92) | func (s *IndicesPutMappingService) Headers(headers http.Header) *Indic... method Index (line 99) | func (s *IndicesPutMappingService) Index(indices ...string) *IndicesPu... method Timeout (line 105) | func (s *IndicesPutMappingService) Timeout(timeout string) *IndicesPut... method MasterTimeout (line 111) | func (s *IndicesPutMappingService) MasterTimeout(masterTimeout string)... method IgnoreUnavailable (line 118) | func (s *IndicesPutMappingService) IgnoreUnavailable(ignoreUnavailable... method AllowNoIndices (line 126) | func (s *IndicesPutMappingService) AllowNoIndices(allowNoIndices bool)... method ExpandWildcards (line 133) | func (s *IndicesPutMappingService) ExpandWildcards(expandWildcards str... method IncludeTypeName (line 139) | func (s *IndicesPutMappingService) IncludeTypeName(includeTypeName boo... method WriteIndexOnly (line 145) | func (s *IndicesPutMappingService) WriteIndexOnly(writeIndexOnly bool)... method BodyJson (line 151) | func (s *IndicesPutMappingService) BodyJson(mapping map[string]interfa... method BodyString (line 157) | func (s *IndicesPutMappingService) BodyString(mapping string) *Indices... method buildURL (line 163) | func (s *IndicesPutMappingService) buildURL() (string, url.Values, err... method Validate (line 210) | func (s *IndicesPutMappingService) Validate() error { method Do (line 225) | func (s *IndicesPutMappingService) Do(ctx context.Context) (*PutMappin... function NewPutMappingService (line 45) | func NewPutMappingService(client *Client) *IndicesPutMappingService { function NewIndicesPutMappingService (line 50) | func NewIndicesPutMappingService(client *Client) *IndicesPutMappingServi... type PutMappingResponse (line 266) | type PutMappingResponse struct FILE: indices_put_mapping_test.go function TestPutMappingURL (line 12) | func TestPutMappingURL(t *testing.T) { function TestMappingLifecycle (line 40) | func TestMappingLifecycle(t *testing.T) { FILE: indices_put_settings.go type IndicesPutSettingsService (line 22) | type IndicesPutSettingsService struct method Pretty (line 50) | func (s *IndicesPutSettingsService) Pretty(pretty bool) *IndicesPutSet... method Human (line 57) | func (s *IndicesPutSettingsService) Human(human bool) *IndicesPutSetti... method ErrorTrace (line 63) | func (s *IndicesPutSettingsService) ErrorTrace(errorTrace bool) *Indic... method FilterPath (line 69) | func (s *IndicesPutSettingsService) FilterPath(filterPath ...string) *... method Header (line 75) | func (s *IndicesPutSettingsService) Header(name string, value string) ... method Headers (line 84) | func (s *IndicesPutSettingsService) Headers(headers http.Header) *Indi... method Index (line 91) | func (s *IndicesPutSettingsService) Index(indices ...string) *IndicesP... method AllowNoIndices (line 99) | func (s *IndicesPutSettingsService) AllowNoIndices(allowNoIndices bool... method ExpandWildcards (line 106) | func (s *IndicesPutSettingsService) ExpandWildcards(expandWildcards st... method FlatSettings (line 112) | func (s *IndicesPutSettingsService) FlatSettings(flatSettings bool) *I... method IgnoreUnavailable (line 119) | func (s *IndicesPutSettingsService) IgnoreUnavailable(ignoreUnavailabl... method MasterTimeout (line 125) | func (s *IndicesPutSettingsService) MasterTimeout(masterTimeout string... method BodyJson (line 131) | func (s *IndicesPutSettingsService) BodyJson(body interface{}) *Indice... method BodyString (line 137) | func (s *IndicesPutSettingsService) BodyString(body string) *IndicesPu... method buildURL (line 143) | func (s *IndicesPutSettingsService) buildURL() (string, url.Values, er... method Validate (line 192) | func (s *IndicesPutSettingsService) Validate() error { method Do (line 197) | func (s *IndicesPutSettingsService) Do(ctx context.Context) (*IndicesP... function NewIndicesPutSettingsService (line 42) | func NewIndicesPutSettingsService(client *Client) *IndicesPutSettingsSer... type IndicesPutSettingsResponse (line 238) | type IndicesPutSettingsResponse struct FILE: indices_put_settings_test.go function TestIndicesPutSettingsBuildURL (line 12) | func TestIndicesPutSettingsBuildURL(t *testing.T) { function TestIndicesSettingsLifecycle (line 44) | func TestIndicesSettingsLifecycle(t *testing.T) { FILE: indices_put_template.go type IndicesPutTemplateService (line 27) | type IndicesPutTemplateService struct method Pretty (line 57) | func (s *IndicesPutTemplateService) Pretty(pretty bool) *IndicesPutTem... method Human (line 64) | func (s *IndicesPutTemplateService) Human(human bool) *IndicesPutTempl... method ErrorTrace (line 70) | func (s *IndicesPutTemplateService) ErrorTrace(errorTrace bool) *Indic... method FilterPath (line 76) | func (s *IndicesPutTemplateService) FilterPath(filterPath ...string) *... method Header (line 82) | func (s *IndicesPutTemplateService) Header(name string, value string) ... method Headers (line 91) | func (s *IndicesPutTemplateService) Headers(headers http.Header) *Indi... method Name (line 97) | func (s *IndicesPutTemplateService) Name(name string) *IndicesPutTempl... method Cause (line 104) | func (s *IndicesPutTemplateService) Cause(cause string) *IndicesPutTem... method Timeout (line 110) | func (s *IndicesPutTemplateService) Timeout(timeout string) *IndicesPu... method MasterTimeout (line 116) | func (s *IndicesPutTemplateService) MasterTimeout(masterTimeout string... method IncludeTypeName (line 122) | func (s *IndicesPutTemplateService) IncludeTypeName(includeTypeName bo... method FlatSettings (line 128) | func (s *IndicesPutTemplateService) FlatSettings(flatSettings bool) *I... method Order (line 135) | func (s *IndicesPutTemplateService) Order(order interface{}) *IndicesP... method Version (line 141) | func (s *IndicesPutTemplateService) Version(version int) *IndicesPutTe... method Create (line 148) | func (s *IndicesPutTemplateService) Create(create bool) *IndicesPutTem... method BodyJson (line 154) | func (s *IndicesPutTemplateService) BodyJson(body interface{}) *Indice... method BodyString (line 160) | func (s *IndicesPutTemplateService) BodyString(body string) *IndicesPu... method buildURL (line 166) | func (s *IndicesPutTemplateService) buildURL() (string, url.Values, er... method Validate (line 217) | func (s *IndicesPutTemplateService) Validate() error { method Do (line 234) | func (s *IndicesPutTemplateService) Do(ctx context.Context) (*IndicesP... function NewIndicesPutTemplateService (line 50) | func NewIndicesPutTemplateService(client *Client) *IndicesPutTemplateSer... type IndicesPutTemplateResponse (line 275) | type IndicesPutTemplateResponse struct FILE: indices_refresh.go type RefreshService (line 19) | type RefreshService struct method Pretty (line 40) | func (s *RefreshService) Pretty(pretty bool) *RefreshService { method Human (line 47) | func (s *RefreshService) Human(human bool) *RefreshService { method ErrorTrace (line 53) | func (s *RefreshService) ErrorTrace(errorTrace bool) *RefreshService { method FilterPath (line 59) | func (s *RefreshService) FilterPath(filterPath ...string) *RefreshServ... method Header (line 65) | func (s *RefreshService) Header(name string, value string) *RefreshSer... method Headers (line 74) | func (s *RefreshService) Headers(headers http.Header) *RefreshService { method Index (line 80) | func (s *RefreshService) Index(index ...string) *RefreshService { method buildURL (line 86) | func (s *RefreshService) buildURL() (string, url.Values, error) { method Do (line 119) | func (s *RefreshService) Do(ctx context.Context) (*RefreshResult, erro... function NewRefreshService (line 32) | func NewRefreshService(client *Client) *RefreshService { type RefreshResult (line 147) | type RefreshResult struct FILE: indices_refresh_test.go function TestRefreshBuildURL (line 12) | func TestRefreshBuildURL(t *testing.T) { function TestRefresh (line 45) | func TestRefresh(t *testing.T) { FILE: indices_rollover.go type IndicesRolloverService (line 23) | type IndicesRolloverService struct method Pretty (line 56) | func (s *IndicesRolloverService) Pretty(pretty bool) *IndicesRolloverS... method Human (line 63) | func (s *IndicesRolloverService) Human(human bool) *IndicesRolloverSer... method ErrorTrace (line 69) | func (s *IndicesRolloverService) ErrorTrace(errorTrace bool) *IndicesR... method FilterPath (line 75) | func (s *IndicesRolloverService) FilterPath(filterPath ...string) *Ind... method Header (line 81) | func (s *IndicesRolloverService) Header(name string, value string) *In... method Headers (line 90) | func (s *IndicesRolloverService) Headers(headers http.Header) *Indices... method Alias (line 96) | func (s *IndicesRolloverService) Alias(alias string) *IndicesRolloverS... method NewIndex (line 102) | func (s *IndicesRolloverService) NewIndex(newIndex string) *IndicesRol... method MasterTimeout (line 108) | func (s *IndicesRolloverService) MasterTimeout(masterTimeout string) *... method Timeout (line 114) | func (s *IndicesRolloverService) Timeout(timeout string) *IndicesRollo... method WaitForActiveShards (line 121) | func (s *IndicesRolloverService) WaitForActiveShards(waitForActiveShar... method DryRun (line 128) | func (s *IndicesRolloverService) DryRun(dryRun bool) *IndicesRolloverS... method Conditions (line 134) | func (s *IndicesRolloverService) Conditions(conditions map[string]inte... method AddCondition (line 140) | func (s *IndicesRolloverService) AddCondition(name string, value inter... method AddMaxIndexAgeCondition (line 146) | func (s *IndicesRolloverService) AddMaxIndexAgeCondition(time string) ... method AddMaxIndexDocsCondition (line 152) | func (s *IndicesRolloverService) AddMaxIndexDocsCondition(docs int64) ... method Settings (line 158) | func (s *IndicesRolloverService) Settings(settings map[string]interfac... method AddSetting (line 164) | func (s *IndicesRolloverService) AddSetting(name string, value interfa... method Mappings (line 170) | func (s *IndicesRolloverService) Mappings(mappings map[string]interfac... method AddMapping (line 176) | func (s *IndicesRolloverService) AddMapping(typ string, mapping interf... method BodyJson (line 184) | func (s *IndicesRolloverService) BodyJson(body interface{}) *IndicesRo... method BodyString (line 191) | func (s *IndicesRolloverService) BodyString(body string) *IndicesRollo... method getBody (line 198) | func (s *IndicesRolloverService) getBody() interface{} { method buildURL (line 213) | func (s *IndicesRolloverService) buildURL() (string, url.Values, error) { method Validate (line 261) | func (s *IndicesRolloverService) Validate() error { method Do (line 273) | func (s *IndicesRolloverService) Do(ctx context.Context) (*IndicesRoll... function NewIndicesRolloverService (line 46) | func NewIndicesRolloverService(client *Client) *IndicesRolloverService { type IndicesRolloverResponse (line 316) | type IndicesRolloverResponse struct FILE: indices_rollover_test.go function TestIndicesRolloverBuildURL (line 12) | func TestIndicesRolloverBuildURL(t *testing.T) { function TestIndicesRolloverBodyConditions (line 44) | func TestIndicesRolloverBodyConditions(t *testing.T) { function TestIndicesRolloverBodyAddCondition (line 62) | func TestIndicesRolloverBodyAddCondition(t *testing.T) { function TestIndicesRolloverBodyAddPredefinedConditions (line 78) | func TestIndicesRolloverBodyAddPredefinedConditions(t *testing.T) { function TestIndicesRolloverBodyComplex (line 94) | func TestIndicesRolloverBodyComplex(t *testing.T) { FILE: indices_segments.go type IndicesSegmentsService (line 25) | type IndicesSegmentsService struct method Pretty (line 50) | func (s *IndicesSegmentsService) Pretty(pretty bool) *IndicesSegmentsS... method Human (line 57) | func (s *IndicesSegmentsService) Human(human bool) *IndicesSegmentsSer... method ErrorTrace (line 63) | func (s *IndicesSegmentsService) ErrorTrace(errorTrace bool) *IndicesS... method FilterPath (line 69) | func (s *IndicesSegmentsService) FilterPath(filterPath ...string) *Ind... method Header (line 75) | func (s *IndicesSegmentsService) Header(name string, value string) *In... method Headers (line 84) | func (s *IndicesSegmentsService) Headers(headers http.Header) *Indices... method Index (line 91) | func (s *IndicesSegmentsService) Index(indices ...string) *IndicesSegm... method AllowNoIndices (line 99) | func (s *IndicesSegmentsService) AllowNoIndices(allowNoIndices bool) *... method ExpandWildcards (line 106) | func (s *IndicesSegmentsService) ExpandWildcards(expandWildcards strin... method IgnoreUnavailable (line 113) | func (s *IndicesSegmentsService) IgnoreUnavailable(ignoreUnavailable b... method OperationThreading (line 119) | func (s *IndicesSegmentsService) OperationThreading(operationThreading... method Verbose (line 125) | func (s *IndicesSegmentsService) Verbose(verbose bool) *IndicesSegment... method buildURL (line 131) | func (s *IndicesSegmentsService) buildURL() (string, url.Values, error) { method Validate (line 179) | func (s *IndicesSegmentsService) Validate() error { method Do (line 184) | func (s *IndicesSegmentsService) Do(ctx context.Context) (*IndicesSegm... function NewIndicesSegmentsService (line 43) | func NewIndicesSegmentsService(client *Client) *IndicesSegmentsService { type IndicesSegmentsResponse (line 216) | type IndicesSegmentsResponse struct type IndexSegments (line 225) | type IndexSegments struct type IndexSegmentsShards (line 231) | type IndexSegmentsShards struct type IndexSegmentsRouting (line 241) | type IndexSegmentsRouting struct type IndexSegmentsDetails (line 248) | type IndexSegmentsDetails struct type IndexSegmentsSort (line 266) | type IndexSegmentsSort struct type IndexSegmentsRamTree (line 273) | type IndexSegmentsRamTree struct FILE: indices_segments_test.go function TestIndicesSegments (line 12) | func TestIndicesSegments(t *testing.T) { function TestIndexSegments (line 44) | func TestIndexSegments(t *testing.T) { FILE: indices_shrink.go type IndicesShrinkService (line 23) | type IndicesShrinkService struct method Pretty (line 49) | func (s *IndicesShrinkService) Pretty(pretty bool) *IndicesShrinkServi... method Human (line 56) | func (s *IndicesShrinkService) Human(human bool) *IndicesShrinkService { method ErrorTrace (line 62) | func (s *IndicesShrinkService) ErrorTrace(errorTrace bool) *IndicesShr... method FilterPath (line 68) | func (s *IndicesShrinkService) FilterPath(filterPath ...string) *Indic... method Header (line 74) | func (s *IndicesShrinkService) Header(name string, value string) *Indi... method Headers (line 83) | func (s *IndicesShrinkService) Headers(headers http.Header) *IndicesSh... method Source (line 89) | func (s *IndicesShrinkService) Source(source string) *IndicesShrinkSer... method Target (line 95) | func (s *IndicesShrinkService) Target(target string) *IndicesShrinkSer... method MasterTimeout (line 101) | func (s *IndicesShrinkService) MasterTimeout(masterTimeout string) *In... method Timeout (line 107) | func (s *IndicesShrinkService) Timeout(timeout string) *IndicesShrinkS... method WaitForActiveShards (line 114) | func (s *IndicesShrinkService) WaitForActiveShards(waitForActiveShards... method BodyJson (line 121) | func (s *IndicesShrinkService) BodyJson(body interface{}) *IndicesShri... method BodyString (line 128) | func (s *IndicesShrinkService) BodyString(body string) *IndicesShrinkS... method buildURL (line 134) | func (s *IndicesShrinkService) buildURL() (string, url.Values, error) { method Validate (line 171) | func (s *IndicesShrinkService) Validate() error { method Do (line 186) | func (s *IndicesShrinkService) Do(ctx context.Context) (*IndicesShrink... function NewIndicesShrinkService (line 42) | func NewIndicesShrinkService(client *Client) *IndicesShrinkService { type IndicesShrinkResponse (line 227) | type IndicesShrinkResponse struct FILE: indices_shrink_test.go function TestIndicesShrinkBuildURL (line 9) | func TestIndicesShrinkBuildURL(t *testing.T) { FILE: indices_stats.go type IndicesStatsService (line 19) | type IndicesStatsService struct method Pretty (line 53) | func (s *IndicesStatsService) Pretty(pretty bool) *IndicesStatsService { method Human (line 60) | func (s *IndicesStatsService) Human(human bool) *IndicesStatsService { method ErrorTrace (line 66) | func (s *IndicesStatsService) ErrorTrace(errorTrace bool) *IndicesStat... method FilterPath (line 72) | func (s *IndicesStatsService) FilterPath(filterPath ...string) *Indice... method Header (line 78) | func (s *IndicesStatsService) Header(name string, value string) *Indic... method Headers (line 87) | func (s *IndicesStatsService) Headers(headers http.Header) *IndicesSta... method Metric (line 95) | func (s *IndicesStatsService) Metric(metric ...string) *IndicesStatsSe... method Index (line 102) | func (s *IndicesStatsService) Index(indices ...string) *IndicesStatsSe... method Type (line 108) | func (s *IndicesStatsService) Type(types ...string) *IndicesStatsServi... method Level (line 114) | func (s *IndicesStatsService) Level(level string) *IndicesStatsService { method CompletionFields (line 121) | func (s *IndicesStatsService) CompletionFields(completionFields ...str... method FielddataFields (line 127) | func (s *IndicesStatsService) FielddataFields(fielddataFields ...strin... method Fields (line 134) | func (s *IndicesStatsService) Fields(fields ...string) *IndicesStatsSe... method Groups (line 140) | func (s *IndicesStatsService) Groups(groups ...string) *IndicesStatsSe... method buildURL (line 146) | func (s *IndicesStatsService) buildURL() (string, url.Values, error) { method Validate (line 205) | func (s *IndicesStatsService) Validate() error { method Do (line 210) | func (s *IndicesStatsService) Do(ctx context.Context) (*IndicesStatsRe... function NewIndicesStatsService (line 39) | func NewIndicesStatsService(client *Client) *IndicesStatsService { type IndicesStatsResponse (line 242) | type IndicesStatsResponse struct type IndexStats (line 255) | type IndexStats struct type IndexStatsDetails (line 262) | type IndexStatsDetails struct type IndexStatsRouting (line 291) | type IndexStatsRouting struct type IndexStatsShardPath (line 298) | type IndexStatsShardPath struct type IndexStatsShardStats (line 304) | type IndexStatsShardStats struct type IndexStatsDocs (line 308) | type IndexStatsDocs struct type IndexStatsStore (line 313) | type IndexStatsStore struct type IndexStatsIndexing (line 322) | type IndexStatsIndexing struct type IndexStatsGet (line 338) | type IndexStatsGet struct type IndexStatsSearch (line 351) | type IndexStatsSearch struct type IndexStatsMerges (line 371) | type IndexStatsMerges struct type IndexStatsRefresh (line 390) | type IndexStatsRefresh struct type IndexStatsRecovery (line 400) | type IndexStatsRecovery struct type IndexStatsFlush (line 407) | type IndexStatsFlush struct type IndexStatsWarmer (line 414) | type IndexStatsWarmer struct type IndexStatsRequestCache (line 421) | type IndexStatsRequestCache struct type IndexStatsCommit (line 429) | type IndexStatsCommit struct type IndexStatsFilterCache (line 436) | type IndexStatsFilterCache struct type IndexStatsIdCache (line 442) | type IndexStatsIdCache struct type IndexStatsFielddata (line 447) | type IndexStatsFielddata struct type IndexStatsPercolate (line 453) | type IndexStatsPercolate struct type IndexStatsCompletion (line 463) | type IndexStatsCompletion struct type IndexStatsSegments (line 468) | type IndexStatsSegments struct type IndexStatsTranslog (line 494) | type IndexStatsTranslog struct type IndexStatsSuggest (line 504) | type IndexStatsSuggest struct type IndexStatsQueryCache (line 511) | type IndexStatsQueryCache struct type IndexStatsSeqNo (line 522) | type IndexStatsSeqNo struct type IndexStatsRetentionLeases (line 528) | type IndexStatsRetentionLeases struct type IndexStatsRetentionLease (line 534) | type IndexStatsRetentionLease struct FILE: indices_stats_test.go function TestIndexStatsBuildURL (line 12) | func TestIndexStatsBuildURL(t *testing.T) { function TestIndexStats (line 63) | func TestIndexStats(t *testing.T) { function TestIndexStatsWithShards (line 88) | func TestIndexStatsWithShards(t *testing.T) { FILE: indices_unfreeze.go type IndicesUnfreezeService (line 25) | type IndicesUnfreezeService struct method Pretty (line 51) | func (s *IndicesUnfreezeService) Pretty(pretty bool) *IndicesUnfreezeS... method Human (line 58) | func (s *IndicesUnfreezeService) Human(human bool) *IndicesUnfreezeSer... method ErrorTrace (line 64) | func (s *IndicesUnfreezeService) ErrorTrace(errorTrace bool) *IndicesU... method FilterPath (line 70) | func (s *IndicesUnfreezeService) FilterPath(filterPath ...string) *Ind... method Header (line 76) | func (s *IndicesUnfreezeService) Header(name string, value string) *In... method Headers (line 85) | func (s *IndicesUnfreezeService) Headers(headers http.Header) *Indices... method Index (line 91) | func (s *IndicesUnfreezeService) Index(index string) *IndicesUnfreezeS... method Timeout (line 97) | func (s *IndicesUnfreezeService) Timeout(timeout string) *IndicesUnfre... method MasterTimeout (line 103) | func (s *IndicesUnfreezeService) MasterTimeout(masterTimeout string) *... method IgnoreUnavailable (line 110) | func (s *IndicesUnfreezeService) IgnoreUnavailable(ignoreUnavailable b... method AllowNoIndices (line 118) | func (s *IndicesUnfreezeService) AllowNoIndices(allowNoIndices bool) *... method ExpandWildcards (line 125) | func (s *IndicesUnfreezeService) ExpandWildcards(expandWildcards strin... method WaitForActiveShards (line 132) | func (s *IndicesUnfreezeService) WaitForActiveShards(numShards string)... method buildURL (line 138) | func (s *IndicesUnfreezeService) buildURL() (string, url.Values, error) { method Validate (line 186) | func (s *IndicesUnfreezeService) Validate() error { method Do (line 201) | func (s *IndicesUnfreezeService) Do(ctx context.Context) (*IndicesUnfr... function NewIndicesUnfreezeService (line 44) | func NewIndicesUnfreezeService(client *Client) *IndicesUnfreezeService { type IndicesUnfreezeResponse (line 233) | type IndicesUnfreezeResponse struct FILE: indices_unfreeze_test.go function TestIndicesUnfreezeBuildURL (line 11) | func TestIndicesUnfreezeBuildURL(t *testing.T) { FILE: ingest_delete_pipeline.go type IngestDeletePipelineService (line 20) | type IngestDeletePipelineService struct method Pretty (line 42) | func (s *IngestDeletePipelineService) Pretty(pretty bool) *IngestDelet... method Human (line 49) | func (s *IngestDeletePipelineService) Human(human bool) *IngestDeleteP... method ErrorTrace (line 55) | func (s *IngestDeletePipelineService) ErrorTrace(errorTrace bool) *Ing... method FilterPath (line 61) | func (s *IngestDeletePipelineService) FilterPath(filterPath ...string)... method Header (line 67) | func (s *IngestDeletePipelineService) Header(name string, value string... method Headers (line 76) | func (s *IngestDeletePipelineService) Headers(headers http.Header) *In... method Id (line 82) | func (s *IngestDeletePipelineService) Id(id string) *IngestDeletePipel... method MasterTimeout (line 88) | func (s *IngestDeletePipelineService) MasterTimeout(masterTimeout stri... method Timeout (line 94) | func (s *IngestDeletePipelineService) Timeout(timeout string) *IngestD... method buildURL (line 100) | func (s *IngestDeletePipelineService) buildURL() (string, url.Values, ... method Validate (line 133) | func (s *IngestDeletePipelineService) Validate() error { method Do (line 145) | func (s *IngestDeletePipelineService) Do(ctx context.Context) (*Ingest... function NewIngestDeletePipelineService (line 35) | func NewIngestDeletePipelineService(client *Client) *IngestDeletePipelin... type IngestDeletePipelineResponse (line 177) | type IngestDeletePipelineResponse struct FILE: ingest_delete_pipeline_test.go function TestIngestDeletePipelineURL (line 9) | func TestIngestDeletePipelineURL(t *testing.T) { FILE: ingest_get_pipeline.go type IngestGetPipelineService (line 21) | type IngestGetPipelineService struct method Pretty (line 42) | func (s *IngestGetPipelineService) Pretty(pretty bool) *IngestGetPipel... method Human (line 49) | func (s *IngestGetPipelineService) Human(human bool) *IngestGetPipelin... method ErrorTrace (line 55) | func (s *IngestGetPipelineService) ErrorTrace(errorTrace bool) *Ingest... method FilterPath (line 61) | func (s *IngestGetPipelineService) FilterPath(filterPath ...string) *I... method Header (line 67) | func (s *IngestGetPipelineService) Header(name string, value string) *... method Headers (line 76) | func (s *IngestGetPipelineService) Headers(headers http.Header) *Inges... method Id (line 82) | func (s *IngestGetPipelineService) Id(id ...string) *IngestGetPipeline... method MasterTimeout (line 88) | func (s *IngestGetPipelineService) MasterTimeout(masterTimeout string)... method buildURL (line 94) | func (s *IngestGetPipelineService) buildURL() (string, url.Values, err... method Validate (line 131) | func (s *IngestGetPipelineService) Validate() error { method Do (line 136) | func (s *IngestGetPipelineService) Do(ctx context.Context) (IngestGetP... function NewIngestGetPipelineService (line 35) | func NewIngestGetPipelineService(client *Client) *IngestGetPipelineServi... type IngestGetPipelineResponse (line 168) | type IngestGetPipelineResponse type IngestGetPipeline (line 172) | type IngestGetPipeline struct FILE: ingest_get_pipeline_test.go function TestIngestGetPipelineURL (line 12) | func TestIngestGetPipelineURL(t *testing.T) { function TestIngestLifecycle (line 48) | func TestIngestLifecycle(t *testing.T) { FILE: ingest_put_pipeline.go type IngestPutPipelineService (line 22) | type IngestPutPipelineService struct method Pretty (line 46) | func (s *IngestPutPipelineService) Pretty(pretty bool) *IngestPutPipel... method Human (line 53) | func (s *IngestPutPipelineService) Human(human bool) *IngestPutPipelin... method ErrorTrace (line 59) | func (s *IngestPutPipelineService) ErrorTrace(errorTrace bool) *Ingest... method FilterPath (line 65) | func (s *IngestPutPipelineService) FilterPath(filterPath ...string) *I... method Header (line 71) | func (s *IngestPutPipelineService) Header(name string, value string) *... method Headers (line 80) | func (s *IngestPutPipelineService) Headers(headers http.Header) *Inges... method Id (line 86) | func (s *IngestPutPipelineService) Id(id string) *IngestPutPipelineSer... method MasterTimeout (line 92) | func (s *IngestPutPipelineService) MasterTimeout(masterTimeout string)... method Timeout (line 98) | func (s *IngestPutPipelineService) Timeout(timeout string) *IngestPutP... method BodyJson (line 105) | func (s *IngestPutPipelineService) BodyJson(body interface{}) *IngestP... method BodyString (line 111) | func (s *IngestPutPipelineService) BodyString(body string) *IngestPutP... method buildURL (line 117) | func (s *IngestPutPipelineService) buildURL() (string, url.Values, err... method Validate (line 150) | func (s *IngestPutPipelineService) Validate() error { method Do (line 165) | func (s *IngestPutPipelineService) Do(ctx context.Context) (*IngestPut... function NewIngestPutPipelineService (line 39) | func NewIngestPutPipelineService(client *Client) *IngestPutPipelineServi... type IngestPutPipelineResponse (line 206) | type IngestPutPipelineResponse struct FILE: ingest_put_pipeline_test.go function TestIngestPutPipelineURL (line 9) | func TestIngestPutPipelineURL(t *testing.T) { FILE: ingest_simulate_pipeline.go type IngestSimulatePipelineService (line 23) | type IngestSimulatePipelineService struct method Pretty (line 46) | func (s *IngestSimulatePipelineService) Pretty(pretty bool) *IngestSim... method Human (line 53) | func (s *IngestSimulatePipelineService) Human(human bool) *IngestSimul... method ErrorTrace (line 59) | func (s *IngestSimulatePipelineService) ErrorTrace(errorTrace bool) *I... method FilterPath (line 65) | func (s *IngestSimulatePipelineService) FilterPath(filterPath ...strin... method Header (line 71) | func (s *IngestSimulatePipelineService) Header(name string, value stri... method Headers (line 80) | func (s *IngestSimulatePipelineService) Headers(headers http.Header) *... method Id (line 86) | func (s *IngestSimulatePipelineService) Id(id string) *IngestSimulateP... method Verbose (line 92) | func (s *IngestSimulatePipelineService) Verbose(verbose bool) *IngestS... method BodyJson (line 99) | func (s *IngestSimulatePipelineService) BodyJson(body interface{}) *In... method BodyString (line 105) | func (s *IngestSimulatePipelineService) BodyString(body string) *Inges... method buildURL (line 111) | func (s *IngestSimulatePipelineService) buildURL() (string, url.Values... method Validate (line 148) | func (s *IngestSimulatePipelineService) Validate() error { method Do (line 160) | func (s *IngestSimulatePipelineService) Do(ctx context.Context) (*Inge... function NewIngestSimulatePipelineService (line 39) | func NewIngestSimulatePipelineService(client *Client) *IngestSimulatePip... type IngestSimulatePipelineResponse (line 201) | type IngestSimulatePipelineResponse struct type IngestSimulateDocumentResult (line 205) | type IngestSimulateDocumentResult struct type IngestSimulateProcessorResult (line 210) | type IngestSimulateProcessorResult struct FILE: ingest_simulate_pipeline_test.go function TestIngestSimulatePipelineURL (line 9) | func TestIngestSimulatePipelineURL(t *testing.T) { FILE: inner_hit.go type InnerHit (line 16) | type InnerHit struct method Path (line 29) | func (hit *InnerHit) Path(path string) *InnerHit { method Type (line 34) | func (hit *InnerHit) Type(typ string) *InnerHit { method Query (line 39) | func (hit *InnerHit) Query(query Query) *InnerHit { method Collapse (line 44) | func (hit *InnerHit) Collapse(collapse *CollapseBuilder) *InnerHit { method From (line 49) | func (hit *InnerHit) From(from int) *InnerHit { method Size (line 54) | func (hit *InnerHit) Size(size int) *InnerHit { method TrackScores (line 59) | func (hit *InnerHit) TrackScores(trackScores bool) *InnerHit { method Explain (line 64) | func (hit *InnerHit) Explain(explain bool) *InnerHit { method Version (line 69) | func (hit *InnerHit) Version(version bool) *InnerHit { method StoredField (line 74) | func (hit *InnerHit) StoredField(storedFieldName string) *InnerHit { method StoredFields (line 79) | func (hit *InnerHit) StoredFields(storedFieldNames ...string) *InnerHit { method NoStoredFields (line 84) | func (hit *InnerHit) NoStoredFields() *InnerHit { method FetchSource (line 89) | func (hit *InnerHit) FetchSource(fetchSource bool) *InnerHit { method FetchSourceContext (line 94) | func (hit *InnerHit) FetchSourceContext(fetchSourceContext *FetchSourc... method DocvalueFields (line 99) | func (hit *InnerHit) DocvalueFields(docvalueFields ...string) *InnerHit { method DocvalueFieldsWithFormat (line 104) | func (hit *InnerHit) DocvalueFieldsWithFormat(docvalueFields ...Docval... method DocvalueField (line 109) | func (hit *InnerHit) DocvalueField(docvalueField string) *InnerHit { method DocvalueFieldWithFormat (line 114) | func (hit *InnerHit) DocvalueFieldWithFormat(docvalueField DocvalueFie... method ScriptFields (line 119) | func (hit *InnerHit) ScriptFields(scriptFields ...*ScriptField) *Inner... method ScriptField (line 124) | func (hit *InnerHit) ScriptField(scriptField *ScriptField) *InnerHit { method Sort (line 129) | func (hit *InnerHit) Sort(field string, ascending bool) *InnerHit { method SortWithInfo (line 134) | func (hit *InnerHit) SortWithInfo(info SortInfo) *InnerHit { method SortBy (line 139) | func (hit *InnerHit) SortBy(sorter ...Sorter) *InnerHit { method Highlight (line 144) | func (hit *InnerHit) Highlight(highlight *Highlight) *InnerHit { method Highlighter (line 149) | func (hit *InnerHit) Highlighter() *Highlight { method Name (line 153) | func (hit *InnerHit) Name(name string) *InnerHit { method Source (line 158) | func (hit *InnerHit) Source() (interface{}, error) { function NewInnerHit (line 25) | func NewInnerHit() *InnerHit { FILE: inner_hit_test.go function TestInnerHitEmpty (line 12) | func TestInnerHitEmpty(t *testing.T) { function TestInnerHitWithName (line 29) | func TestInnerHitWithName(t *testing.T) { function TestInnerHitSecondLevelCollapse (line 46) | func TestInnerHitSecondLevelCollapse(t *testing.T) { FILE: logger.go type Logger (line 8) | type Logger interface FILE: mget.go type MgetService (line 22) | type MgetService struct method Pretty (line 48) | func (s *MgetService) Pretty(pretty bool) *MgetService { method Human (line 55) | func (s *MgetService) Human(human bool) *MgetService { method ErrorTrace (line 61) | func (s *MgetService) ErrorTrace(errorTrace bool) *MgetService { method FilterPath (line 67) | func (s *MgetService) FilterPath(filterPath ...string) *MgetService { method Header (line 73) | func (s *MgetService) Header(name string, value string) *MgetService { method Headers (line 82) | func (s *MgetService) Headers(headers http.Header) *MgetService { method Preference (line 89) | func (s *MgetService) Preference(preference string) *MgetService { method Refresh (line 98) | func (s *MgetService) Refresh(refresh string) *MgetService { method Realtime (line 104) | func (s *MgetService) Realtime(realtime bool) *MgetService { method Routing (line 110) | func (s *MgetService) Routing(routing string) *MgetService { method StoredFields (line 116) | func (s *MgetService) StoredFields(storedFields ...string) *MgetService { method Add (line 122) | func (s *MgetService) Add(items ...*MultiGetItem) *MgetService { method Source (line 128) | func (s *MgetService) Source() (interface{}, error) { method Do (line 143) | func (s *MgetService) Do(ctx context.Context) (*MgetResponse, error) { function NewMgetService (line 40) | func NewMgetService(client *Client) *MgetService { type MultiGetItem (line 205) | type MultiGetItem struct method Index (line 222) | func (item *MultiGetItem) Index(index string) *MultiGetItem { method Type (line 228) | func (item *MultiGetItem) Type(typ string) *MultiGetItem { method Id (line 234) | func (item *MultiGetItem) Id(id string) *MultiGetItem { method Routing (line 240) | func (item *MultiGetItem) Routing(routing string) *MultiGetItem { method StoredFields (line 246) | func (item *MultiGetItem) StoredFields(storedFields ...string) *MultiG... method Version (line 254) | func (item *MultiGetItem) Version(version int64) *MultiGetItem { method VersionType (line 262) | func (item *MultiGetItem) VersionType(versionType string) *MultiGetItem { method FetchSource (line 268) | func (item *MultiGetItem) FetchSource(fetchSourceContext *FetchSourceC... method Source (line 275) | func (item *MultiGetItem) Source() (interface{}, error) { function NewMultiGetItem (line 217) | func NewMultiGetItem() *MultiGetItem { type MgetResponse (line 312) | type MgetResponse struct FILE: mget_test.go function TestMultiGet (line 13) | func TestMultiGet(t *testing.T) { FILE: msearch.go type MultiSearchService (line 17) | type MultiSearchService struct method Pretty (line 40) | func (s *MultiSearchService) Pretty(pretty bool) *MultiSearchService { method Human (line 47) | func (s *MultiSearchService) Human(human bool) *MultiSearchService { method ErrorTrace (line 53) | func (s *MultiSearchService) ErrorTrace(errorTrace bool) *MultiSearchS... method FilterPath (line 59) | func (s *MultiSearchService) FilterPath(filterPath ...string) *MultiSe... method Header (line 65) | func (s *MultiSearchService) Header(name string, value string) *MultiS... method Headers (line 74) | func (s *MultiSearchService) Headers(headers http.Header) *MultiSearch... method Add (line 79) | func (s *MultiSearchService) Add(requests ...*SearchRequest) *MultiSea... method Index (line 84) | func (s *MultiSearchService) Index(indices ...string) *MultiSearchServ... method MaxConcurrentSearches (line 89) | func (s *MultiSearchService) MaxConcurrentSearches(max int) *MultiSear... method PreFilterShardSize (line 94) | func (s *MultiSearchService) PreFilterShardSize(size int) *MultiSearch... method Do (line 99) | func (s *MultiSearchService) Do(ctx context.Context) (*MultiSearchResu... function NewMultiSearchService (line 32) | func NewMultiSearchService(client *Client) *MultiSearchService { type MultiSearchResult (line 166) | type MultiSearchResult struct FILE: msearch_test.go function TestMultiSearch (line 14) | func TestMultiSearch(t *testing.T) { function TestMultiSearchWithStrings (line 121) | func TestMultiSearchWithStrings(t *testing.T) { function TestMultiSearchWithOneRequest (line 224) | func TestMultiSearchWithOneRequest(t *testing.T) { FILE: mtermvectors.go type MultiTermvectorService (line 24) | type MultiTermvectorService struct method Pretty (line 61) | func (s *MultiTermvectorService) Pretty(pretty bool) *MultiTermvectorS... method Human (line 68) | func (s *MultiTermvectorService) Human(human bool) *MultiTermvectorSer... method ErrorTrace (line 74) | func (s *MultiTermvectorService) ErrorTrace(errorTrace bool) *MultiTer... method FilterPath (line 80) | func (s *MultiTermvectorService) FilterPath(filterPath ...string) *Mul... method Header (line 86) | func (s *MultiTermvectorService) Header(name string, value string) *Mu... method Headers (line 95) | func (s *MultiTermvectorService) Headers(headers http.Header) *MultiTe... method Add (line 101) | func (s *MultiTermvectorService) Add(docs ...*MultiTermvectorItem) *Mu... method Index (line 107) | func (s *MultiTermvectorService) Index(index string) *MultiTermvectorS... method Type (line 113) | func (s *MultiTermvectorService) Type(typ string) *MultiTermvectorServ... method FieldStatistics (line 119) | func (s *MultiTermvectorService) FieldStatistics(fieldStatistics bool)... method Fields (line 125) | func (s *MultiTermvectorService) Fields(fields []string) *MultiTermvec... method Ids (line 131) | func (s *MultiTermvectorService) Ids(ids []string) *MultiTermvectorSer... method Offsets (line 137) | func (s *MultiTermvectorService) Offsets(offsets bool) *MultiTermvecto... method Parent (line 143) | func (s *MultiTermvectorService) Parent(parent string) *MultiTermvecto... method Payloads (line 149) | func (s *MultiTermvectorService) Payloads(payloads bool) *MultiTermvec... method Positions (line 155) | func (s *MultiTermvectorService) Positions(positions bool) *MultiTermv... method Preference (line 161) | func (s *MultiTermvectorService) Preference(preference string) *MultiT... method Realtime (line 167) | func (s *MultiTermvectorService) Realtime(realtime bool) *MultiTermvec... method Routing (line 173) | func (s *MultiTermvectorService) Routing(routing string) *MultiTermvec... method TermStatistics (line 179) | func (s *MultiTermvectorService) TermStatistics(termStatistics bool) *... method Version (line 185) | func (s *MultiTermvectorService) Version(version interface{}) *MultiTe... method VersionType (line 191) | func (s *MultiTermvectorService) VersionType(versionType string) *Mult... method BodyJson (line 197) | func (s *MultiTermvectorService) BodyJson(body interface{}) *MultiTerm... method BodyString (line 203) | func (s *MultiTermvectorService) BodyString(body string) *MultiTermvec... method Source (line 208) | func (s *MultiTermvectorService) Source() interface{} { method buildURL (line 219) | func (s *MultiTermvectorService) buildURL() (string, url.Values, error) { method Validate (line 296) | func (s *MultiTermvectorService) Validate() error { method Do (line 308) | func (s *MultiTermvectorService) Do(ctx context.Context) (*MultiTermve... function NewMultiTermvectorService (line 54) | func NewMultiTermvectorService(client *Client) *MultiTermvectorService { type MultiTermvectorResponse (line 351) | type MultiTermvectorResponse struct type MultiTermvectorItem (line 358) | type MultiTermvectorItem struct method Index (line 380) | func (s *MultiTermvectorItem) Index(index string) *MultiTermvectorItem { method Type (line 385) | func (s *MultiTermvectorItem) Type(typ string) *MultiTermvectorItem { method Id (line 390) | func (s *MultiTermvectorItem) Id(id string) *MultiTermvectorItem { method Doc (line 396) | func (s *MultiTermvectorItem) Doc(doc interface{}) *MultiTermvectorItem { method FieldStatistics (line 403) | func (s *MultiTermvectorItem) FieldStatistics(fieldStatistics bool) *M... method Fields (line 409) | func (s *MultiTermvectorItem) Fields(fields ...string) *MultiTermvecto... method PerFieldAnalyzer (line 419) | func (s *MultiTermvectorItem) PerFieldAnalyzer(perFieldAnalyzer map[st... method Offsets (line 425) | func (s *MultiTermvectorItem) Offsets(offsets bool) *MultiTermvectorIt... method Parent (line 431) | func (s *MultiTermvectorItem) Parent(parent string) *MultiTermvectorIt... method Payloads (line 437) | func (s *MultiTermvectorItem) Payloads(payloads bool) *MultiTermvector... method Positions (line 443) | func (s *MultiTermvectorItem) Positions(positions bool) *MultiTermvect... method Preference (line 450) | func (s *MultiTermvectorItem) Preference(preference string) *MultiTerm... method Realtime (line 457) | func (s *MultiTermvectorItem) Realtime(realtime bool) *MultiTermvector... method Routing (line 463) | func (s *MultiTermvectorItem) Routing(routing string) *MultiTermvector... method TermStatistics (line 470) | func (s *MultiTermvectorItem) TermStatistics(termStatistics bool) *Mul... method Source (line 477) | func (s *MultiTermvectorItem) Source() interface{} { function NewMultiTermvectorItem (line 376) | func NewMultiTermvectorItem() *MultiTermvectorItem { FILE: mtermvectors_test.go function TestMultiTermVectorsValidateAndBuildURL (line 12) | func TestMultiTermVectorsValidateAndBuildURL(t *testing.T) { function TestMultiTermVectorsWithIds (line 78) | func TestMultiTermVectorsWithIds(t *testing.T) { FILE: nodes_info.go type NodesInfoService (line 21) | type NodesInfoService struct method Pretty (line 43) | func (s *NodesInfoService) Pretty(pretty bool) *NodesInfoService { method Human (line 50) | func (s *NodesInfoService) Human(human bool) *NodesInfoService { method ErrorTrace (line 56) | func (s *NodesInfoService) ErrorTrace(errorTrace bool) *NodesInfoServi... method FilterPath (line 62) | func (s *NodesInfoService) FilterPath(filterPath ...string) *NodesInfo... method Header (line 68) | func (s *NodesInfoService) Header(name string, value string) *NodesInf... method Headers (line 77) | func (s *NodesInfoService) Headers(headers http.Header) *NodesInfoServ... method NodeId (line 85) | func (s *NodesInfoService) NodeId(nodeId ...string) *NodesInfoService { method Metric (line 93) | func (s *NodesInfoService) Metric(metric ...string) *NodesInfoService { method FlatSettings (line 99) | func (s *NodesInfoService) FlatSettings(flatSettings bool) *NodesInfoS... method buildURL (line 105) | func (s *NodesInfoService) buildURL() (string, url.Values, error) { method Validate (line 150) | func (s *NodesInfoService) Validate() error { method Do (line 155) | func (s *NodesInfoService) Do(ctx context.Context) (*NodesInfoResponse... function NewNodesInfoService (line 36) | func NewNodesInfoService(client *Client) *NodesInfoService { type NodesInfoResponse (line 187) | type NodesInfoResponse struct type NodesInfoNode (line 193) | type NodesInfoNode struct method HasRole (line 252) | func (n *NodesInfoNode) HasRole(role string) bool { method IsMaster (line 262) | func (n *NodesInfoNode) IsMaster() bool { method IsData (line 267) | func (n *NodesInfoNode) IsData() bool { method IsIngest (line 272) | func (n *NodesInfoNode) IsIngest() bool { type NodesInfoNodeOS (line 277) | type NodesInfoNodeOS struct type NodesInfoNodeProcess (line 288) | type NodesInfoNodeProcess struct type NodesInfoNodeJVM (line 296) | type NodesInfoNodeJVM struct type NodesInfoNodeThreadPool (line 331) | type NodesInfoNodeThreadPool struct type NodesInfoNodeThreadPoolSection (line 356) | type NodesInfoNodeThreadPoolSection struct type NodesInfoNodeTransport (line 365) | type NodesInfoNodeTransport struct type NodesInfoNodeTransportProfile (line 372) | type NodesInfoNodeTransportProfile struct type NodesInfoNodeHTTP (line 378) | type NodesInfoNodeHTTP struct type NodesInfoNodePlugin (line 386) | type NodesInfoNodePlugin struct type NodesInfoNodeModule (line 399) | type NodesInfoNodeModule struct type NodesInfoNodeIngest (line 412) | type NodesInfoNodeIngest struct type NodesInfoNodeIngestProcessorInfo (line 417) | type NodesInfoNodeIngestProcessorInfo struct FILE: nodes_info_test.go function TestNodesInfoBuildURL (line 12) | func TestNodesInfoBuildURL(t *testing.T) { function TestNodesInfo (line 57) | func TestNodesInfo(t *testing.T) { FILE: nodes_stats.go type NodesStatsService (line 21) | type NodesStatsService struct method Pretty (line 50) | func (s *NodesStatsService) Pretty(pretty bool) *NodesStatsService { method Human (line 57) | func (s *NodesStatsService) Human(human bool) *NodesStatsService { method ErrorTrace (line 63) | func (s *NodesStatsService) ErrorTrace(errorTrace bool) *NodesStatsSer... method FilterPath (line 69) | func (s *NodesStatsService) FilterPath(filterPath ...string) *NodesSta... method Header (line 75) | func (s *NodesStatsService) Header(name string, value string) *NodesSt... method Headers (line 84) | func (s *NodesStatsService) Headers(headers http.Header) *NodesStatsSe... method Metric (line 90) | func (s *NodesStatsService) Metric(metric ...string) *NodesStatsService { method IndexMetric (line 98) | func (s *NodesStatsService) IndexMetric(indexMetric ...string) *NodesS... method NodeId (line 106) | func (s *NodesStatsService) NodeId(nodeId ...string) *NodesStatsService { method CompletionFields (line 113) | func (s *NodesStatsService) CompletionFields(completionFields ...strin... method FielddataFields (line 119) | func (s *NodesStatsService) FielddataFields(fielddataFields ...string)... method Fields (line 125) | func (s *NodesStatsService) Fields(fields ...string) *NodesStatsService { method Groups (line 131) | func (s *NodesStatsService) Groups(groups bool) *NodesStatsService { method Level (line 137) | func (s *NodesStatsService) Level(level string) *NodesStatsService { method Timeout (line 143) | func (s *NodesStatsService) Timeout(timeout string) *NodesStatsService { method Types (line 149) | func (s *NodesStatsService) Types(types ...string) *NodesStatsService { method buildURL (line 155) | func (s *NodesStatsService) buildURL() (string, url.Values, error) { method Validate (line 238) | func (s *NodesStatsService) Validate() error { method Do (line 243) | func (s *NodesStatsService) Do(ctx context.Context) (*NodesStatsRespon... function NewNodesStatsService (line 43) | func NewNodesStatsService(client *Client) *NodesStatsService { type NodesStatsResponse (line 275) | type NodesStatsResponse struct type NodesStatsNode (line 280) | type NodesStatsNode struct type NodesStatsIndex (line 334) | type NodesStatsIndex struct type NodesStatsDocsStats (line 357) | type NodesStatsDocsStats struct type NodesStatsShardCountStats (line 362) | type NodesStatsShardCountStats struct type NodesStatsStoreStats (line 366) | type NodesStatsStoreStats struct type NodesStatsIndexingStats (line 371) | type NodesStatsIndexingStats struct type NodesStatsGetStats (line 389) | type NodesStatsGetStats struct type NodesStatsSearchStats (line 402) | type NodesStatsSearchStats struct type NodesStatsMergeStats (line 420) | type NodesStatsMergeStats struct type NodesStatsRefreshStats (line 439) | type NodesStatsRefreshStats struct type NodesStatsFlushStats (line 445) | type NodesStatsFlushStats struct type NodesStatsWarmerStats (line 451) | type NodesStatsWarmerStats struct type NodesStatsQueryCacheStats (line 458) | type NodesStatsQueryCacheStats struct type NodesStatsFielddataStats (line 469) | type NodesStatsFielddataStats struct type NodesStatsCompletionStats (line 479) | type NodesStatsCompletionStats struct type NodesStatsSegmentsStats (line 488) | type NodesStatsSegmentsStats struct type NodesStatsTranslogStats (line 512) | type NodesStatsTranslogStats struct type NodesStatsRequestCacheStats (line 518) | type NodesStatsRequestCacheStats struct type NodesStatsRecoveryStats (line 526) | type NodesStatsRecoveryStats struct type NodesStatsNodeOS (line 531) | type NodesStatsNodeOS struct type NodesStatsNodeOSCPU (line 538) | type NodesStatsNodeOSCPU struct type NodesStatsNodeOSMem (line 543) | type NodesStatsNodeOSMem struct type NodesStatsNodeOSSwap (line 554) | type NodesStatsNodeOSSwap struct type NodesStatsNodeProcess (line 563) | type NodesStatsNodeProcess struct type NodesStatsNodeJVM (line 578) | type NodesStatsNodeJVM struct type NodesStatsNodeJVMMem (line 589) | type NodesStatsNodeJVMMem struct type NodesStatsNodeJVMThreads (line 613) | type NodesStatsNodeJVMThreads struct type NodesStatsNodeJVMGC (line 618) | type NodesStatsNodeJVMGC struct type NodesStatsNodeJVMGCCollector (line 622) | type NodesStatsNodeJVMGCCollector struct type NodesStatsNodeJVMBufferPool (line 628) | type NodesStatsNodeJVMBufferPool struct type NodesStatsNodeJVMClasses (line 634) | type NodesStatsNodeJVMClasses struct type NodesStatsNodeThreadPool (line 640) | type NodesStatsNodeThreadPool struct type NodesStatsNodeFS (line 649) | type NodesStatsNodeFS struct type NodesStatsNodeFSEntry (line 656) | type NodesStatsNodeFSEntry struct type NodesStatsNodeFSIOStats (line 669) | type NodesStatsNodeFSIOStats struct type NodesStatsNodeFSIOStatsEntry (line 674) | type NodesStatsNodeFSIOStatsEntry struct type NodesStatsNodeTransport (line 683) | type NodesStatsNodeTransport struct type NodesStatsNodeHTTP (line 693) | type NodesStatsNodeHTTP struct type NodesStatsBreaker (line 698) | type NodesStatsBreaker struct type NodesStatsScriptStats (line 707) | type NodesStatsScriptStats struct type NodesStatsDiscovery (line 712) | type NodesStatsDiscovery struct type NodesStatsDiscoveryStats (line 716) | type NodesStatsDiscoveryStats struct type NodesStatsIngest (line 722) | type NodesStatsIngest struct type NodesStatsIngestStats (line 727) | type NodesStatsIngestStats struct FILE: nodes_stats_test.go function TestNodesStats (line 12) | func TestNodesStats(t *testing.T) { function TestNodesStatsBuildURL (line 58) | func TestNodesStatsBuildURL(t *testing.T) { FILE: percolate_test.go function TestPercolate (line 12) | func TestPercolate(t *testing.T) { FILE: ping.go type PingService (line 23) | type PingService struct method Pretty (line 64) | func (s *PingService) Pretty(pretty bool) *PingService { method Human (line 71) | func (s *PingService) Human(human bool) *PingService { method ErrorTrace (line 77) | func (s *PingService) ErrorTrace(errorTrace bool) *PingService { method FilterPath (line 83) | func (s *PingService) FilterPath(filterPath ...string) *PingService { method Header (line 89) | func (s *PingService) Header(name string, value string) *PingService { method Headers (line 98) | func (s *PingService) Headers(headers http.Header) *PingService { method URL (line 103) | func (s *PingService) URL(url string) *PingService { method Timeout (line 108) | func (s *PingService) Timeout(timeout string) *PingService { method HttpHeadOnly (line 115) | func (s *PingService) HttpHeadOnly(httpHeadOnly bool) *PingService { method Do (line 122) | func (s *PingService) Do(ctx context.Context) (*PingResult, int, error) { type PingResult (line 38) | type PingResult struct function NewPingService (line 55) | func NewPingService(client *Client) *PingService { FILE: ping_test.go function TestPingGet (line 13) | func TestPingGet(t *testing.T) { function TestPingHead (line 34) | func TestPingHead(t *testing.T) { function TestPingHeadFailure (line 49) | func TestPingHeadFailure(t *testing.T) { FILE: pit.go type PointInTime (line 10) | type PointInTime struct method Source (line 36) | func (pit *PointInTime) Source() (interface{}, error) { function NewPointInTime (line 20) | func NewPointInTime(id string) *PointInTime { function NewPointInTimeWithKeepAlive (line 28) | func NewPointInTimeWithKeepAlive(id, keepAlive string) *PointInTime { FILE: pit_close.go type ClosePointInTimeService (line 19) | type ClosePointInTimeService struct method Pretty (line 41) | func (s *ClosePointInTimeService) Pretty(pretty bool) *ClosePointInTim... method Human (line 48) | func (s *ClosePointInTimeService) Human(human bool) *ClosePointInTimeS... method ErrorTrace (line 54) | func (s *ClosePointInTimeService) ErrorTrace(errorTrace bool) *ClosePo... method FilterPath (line 60) | func (s *ClosePointInTimeService) FilterPath(filterPath ...string) *Cl... method Header (line 66) | func (s *ClosePointInTimeService) Header(name string, value string) *C... method Headers (line 75) | func (s *ClosePointInTimeService) Headers(headers http.Header) *CloseP... method ID (line 81) | func (s *ClosePointInTimeService) ID(id string) *ClosePointInTimeServi... method BodyJson (line 87) | func (s *ClosePointInTimeService) BodyJson(body interface{}) *ClosePoi... method BodyString (line 93) | func (s *ClosePointInTimeService) BodyString(body string) *ClosePointI... method buildURL (line 99) | func (s *ClosePointInTimeService) buildURL() (string, string, url.Valu... method Validate (line 123) | func (s *ClosePointInTimeService) Validate() error { method Do (line 128) | func (s *ClosePointInTimeService) Do(ctx context.Context) (*ClosePoint... function NewClosePointInTimeService (line 34) | func NewClosePointInTimeService(client *Client) *ClosePointInTimeService { type ClosePointInTimeResponse (line 173) | type ClosePointInTimeResponse struct FILE: pit_open.go type OpenPointInTimeService (line 22) | type OpenPointInTimeService struct method Pretty (line 49) | func (s *OpenPointInTimeService) Pretty(pretty bool) *OpenPointInTimeS... method Human (line 56) | func (s *OpenPointInTimeService) Human(human bool) *OpenPointInTimeSer... method ErrorTrace (line 62) | func (s *OpenPointInTimeService) ErrorTrace(errorTrace bool) *OpenPoin... method FilterPath (line 68) | func (s *OpenPointInTimeService) FilterPath(filterPath ...string) *Ope... method Header (line 74) | func (s *OpenPointInTimeService) Header(name string, value string) *Op... method Headers (line 83) | func (s *OpenPointInTimeService) Headers(headers http.Header) *OpenPoi... method Preference (line 89) | func (s *OpenPointInTimeService) Preference(preference string) *OpenPo... method Index (line 95) | func (s *OpenPointInTimeService) Index(index ...string) *OpenPointInTi... method Routing (line 101) | func (s *OpenPointInTimeService) Routing(routing string) *OpenPointInT... method IgnoreUnavailable (line 108) | func (s *OpenPointInTimeService) IgnoreUnavailable(ignoreUnavailable b... method ExpandWildcards (line 115) | func (s *OpenPointInTimeService) ExpandWildcards(expandWildcards strin... method KeepAlive (line 121) | func (s *OpenPointInTimeService) KeepAlive(keepAlive string) *OpenPoin... method BodyJson (line 127) | func (s *OpenPointInTimeService) BodyJson(body interface{}) *OpenPoint... method BodyString (line 133) | func (s *OpenPointInTimeService) BodyString(body string) *OpenPointInT... method buildURL (line 139) | func (s *OpenPointInTimeService) buildURL() (string, string, url.Value... method Validate (line 189) | func (s *OpenPointInTimeService) Validate() error { method Do (line 204) | func (s *OpenPointInTimeService) Do(ctx context.Context) (*OpenPointIn... function NewOpenPointInTimeService (line 42) | func NewOpenPointInTimeService(client *Client) *OpenPointInTimeService { type OpenPointInTimeResponse (line 245) | type OpenPointInTimeResponse struct FILE: pit_test.go function TestPointInTimeOpenAndClose (line 12) | func TestPointInTimeOpenAndClose(t *testing.T) { function TestPointInTimeLifecycle (line 46) | func TestPointInTimeLifecycle(t *testing.T) { FILE: plugins.go method HasPlugin (line 10) | func (c *Client) HasPlugin(name string) (bool, error) { method Plugins (line 24) | func (c *Client) Plugins() ([]string, error) { FILE: plugins_test.go function TestClientPlugins (line 9) | func TestClientPlugins(t *testing.T) { function TestClientHasPlugin (line 20) | func TestClientHasPlugin(t *testing.T) { FILE: query.go type Query (line 10) | type Query interface FILE: recipes/aws-connect-v4/main.go function main (line 25) | func main() { FILE: recipes/aws-connect/main.go function main (line 25) | func main() { FILE: recipes/aws-mapping-v4/main.go constant mapping (line 31) | mapping = ` type Tweet (line 63) | type Tweet struct function main (line 71) | func main() { FILE: recipes/bulk_insert/bulk_insert.go function main (line 42) | func main() { FILE: recipes/bulk_processor/main.go function main (line 32) | func main() { FILE: recipes/connect/connect.go function main (line 22) | func main() { FILE: recipes/connect_with_config/connect_with_config.go function main (line 24) | func main() { FILE: recipes/mapping/mapping.go constant mapping (line 27) | mapping = ` type Tweet (line 57) | type Tweet struct function main (line 65) | func main() { FILE: recipes/middleware/main.go type CountingTransport (line 24) | type CountingTransport struct method RoundTrip (line 30) | func (tr *CountingTransport) RoundTrip(r *http.Request) (*http.Respons... function main (line 38) | func main() { FILE: recipes/scroll/scroll.go function main (line 30) | func main() { FILE: recipes/search_with_point_in_time/search.go function main (line 29) | func main() { function populate (line 98) | func populate(client *elastic.Client, indexName string) error { FILE: recipes/sliced_scroll/sliced_scroll.go function main (line 43) | func main() { FILE: recipes/suggesters/completion/main.go constant mapping (line 30) | mapping = ` type City (line 51) | type City struct function main (line 77) | func main() { FILE: recipes/text_vs_keyword/main.go constant mapping (line 27) | mapping = ` type Doc (line 53) | type Doc struct function main (line 59) | func main() { FILE: recipes/tracing/otel/tracing.go function main (line 42) | func main() { FILE: recipes/tracing/tracing.go function main (line 39) | func main() { FILE: reindex.go type ReindexService (line 18) | type ReindexService struct method Pretty (line 49) | func (s *ReindexService) Pretty(pretty bool) *ReindexService { method Human (line 56) | func (s *ReindexService) Human(human bool) *ReindexService { method ErrorTrace (line 62) | func (s *ReindexService) ErrorTrace(errorTrace bool) *ReindexService { method FilterPath (line 68) | func (s *ReindexService) FilterPath(filterPath ...string) *ReindexServ... method Header (line 74) | func (s *ReindexService) Header(name string, value string) *ReindexSer... method Headers (line 83) | func (s *ReindexService) Headers(headers http.Header) *ReindexService { method WaitForActiveShards (line 92) | func (s *ReindexService) WaitForActiveShards(waitForActiveShards strin... method RequestsPerSecond (line 99) | func (s *ReindexService) RequestsPerSecond(requestsPerSecond int) *Rei... method Slices (line 109) | func (s *ReindexService) Slices(slices interface{}) *ReindexService { method Refresh (line 119) | func (s *ReindexService) Refresh(refresh string) *ReindexService { method Timeout (line 126) | func (s *ReindexService) Timeout(timeout string) *ReindexService { method WaitForCompletion (line 133) | func (s *ReindexService) WaitForCompletion(waitForCompletion bool) *Re... method Source (line 139) | func (s *ReindexService) Source(source *ReindexSource) *ReindexService { method SourceIndex (line 145) | func (s *ReindexService) SourceIndex(index string) *ReindexService { method Destination (line 154) | func (s *ReindexService) Destination(destination *ReindexDestination) ... method DestinationIndex (line 160) | func (s *ReindexService) DestinationIndex(index string) *ReindexService { method DestinationIndexAndType (line 170) | func (s *ReindexService) DestinationIndexAndType(index, typ string) *R... method Conflicts (line 181) | func (s *ReindexService) Conflicts(conflicts string) *ReindexService { method AbortOnVersionConflict (line 188) | func (s *ReindexService) AbortOnVersionConflict() *ReindexService { method ProceedOnVersionConflict (line 195) | func (s *ReindexService) ProceedOnVersionConflict() *ReindexService { method Size (line 201) | func (s *ReindexService) Size(size int) *ReindexService { method Script (line 208) | func (s *ReindexService) Script(script *Script) *ReindexService { method Body (line 215) | func (s *ReindexService) Body(body interface{}) *ReindexService { method buildURL (line 221) | func (s *ReindexService) buildURL() (string, url.Values, error) { method Validate (line 261) | func (s *ReindexService) Validate() error { method getBody (line 283) | func (s *ReindexService) getBody() (interface{}, error) { method Do (line 320) | func (s *ReindexService) Do(ctx context.Context) (*BulkIndexByScrollRe... method DoAsync (line 362) | func (s *ReindexService) DoAsync(ctx context.Context) (*StartTaskResul... function NewReindexService (line 42) | func NewReindexService(client *Client) *ReindexService { type ReindexSource (line 411) | type ReindexSource struct method Request (line 424) | func (r *ReindexSource) Request(request *SearchRequest) *ReindexSource { method SearchType (line 435) | func (r *ReindexSource) SearchType(searchType string) *ReindexSource { method SearchTypeDfsQueryThenFetch (line 440) | func (r *ReindexSource) SearchTypeDfsQueryThenFetch() *ReindexSource { method SearchTypeQueryThenFetch (line 445) | func (r *ReindexSource) SearchTypeQueryThenFetch() *ReindexSource { method Index (line 450) | func (r *ReindexSource) Index(indices ...string) *ReindexSource { method Type (line 455) | func (r *ReindexSource) Type(types ...string) *ReindexSource { method Preference (line 460) | func (r *ReindexSource) Preference(preference string) *ReindexSource { method RequestCache (line 465) | func (r *ReindexSource) RequestCache(requestCache bool) *ReindexSource { method Scroll (line 470) | func (r *ReindexSource) Scroll(scroll string) *ReindexSource { method Query (line 475) | func (r *ReindexSource) Query(query Query) *ReindexSource { method Sort (line 481) | func (r *ReindexSource) Sort(field string, ascending bool) *ReindexSou... method SortWithInfo (line 487) | func (r *ReindexSource) SortWithInfo(info SortInfo) *ReindexSource { method SortBy (line 493) | func (r *ReindexSource) SortBy(sorter ...Sorter) *ReindexSource { method FetchSource (line 500) | func (r *ReindexSource) FetchSource(fetchSource bool) *ReindexSource { method FetchSourceIncludeExclude (line 509) | func (r *ReindexSource) FetchSourceIncludeExclude(include, exclude []s... method FetchSourceContext (line 515) | func (r *ReindexSource) FetchSourceContext(fsc *FetchSourceContext) *R... method RemoteInfo (line 521) | func (r *ReindexSource) RemoteInfo(ri *ReindexRemoteInfo) *ReindexSour... method Source (line 527) | func (r *ReindexSource) Source() (interface{}, error) { function NewReindexSource (line 417) | func NewReindexSource() *ReindexSource { type ReindexRemoteInfo (line 561) | type ReindexRemoteInfo struct method Host (line 576) | func (ri *ReindexRemoteInfo) Host(host string) *ReindexRemoteInfo { method Username (line 582) | func (ri *ReindexRemoteInfo) Username(username string) *ReindexRemoteI... method Password (line 588) | func (ri *ReindexRemoteInfo) Password(password string) *ReindexRemoteI... method SocketTimeout (line 595) | func (ri *ReindexRemoteInfo) SocketTimeout(timeout string) *ReindexRem... method ConnectTimeout (line 602) | func (ri *ReindexRemoteInfo) ConnectTimeout(timeout string) *ReindexRe... method Source (line 608) | func (ri *ReindexRemoteInfo) Source() (interface{}, error) { function NewReindexRemoteInfo (line 570) | func NewReindexRemoteInfo() *ReindexRemoteInfo { type ReindexDestination (line 633) | type ReindexDestination struct method Index (line 651) | func (r *ReindexDestination) Index(index string) *ReindexDestination { method Type (line 657) | func (r *ReindexDestination) Type(typ string) *ReindexDestination { method Routing (line 665) | func (r *ReindexDestination) Routing(routing string) *ReindexDestinati... method Keep (line 672) | func (r *ReindexDestination) Keep() *ReindexDestination { method Discard (line 678) | func (r *ReindexDestination) Discard() *ReindexDestination { method Parent (line 684) | func (r *ReindexDestination) Parent(parent string) *ReindexDestination { method OpType (line 693) | func (r *ReindexDestination) OpType(opType string) *ReindexDestination { method Version (line 700) | func (r *ReindexDestination) Version(version int64) *ReindexDestination { method VersionType (line 706) | func (r *ReindexDestination) VersionType(versionType string) *ReindexD... method Pipeline (line 712) | func (r *ReindexDestination) Pipeline(pipeline string) *ReindexDestina... method Source (line 718) | func (r *ReindexDestination) Source() (interface{}, error) { function NewReindexDestination (line 645) | func NewReindexDestination() *ReindexDestination { FILE: reindex_test.go function TestReindexSourceWithBodyMap (line 13) | func TestReindexSourceWithBodyMap(t *testing.T) { function TestReindexSourceWithBodyString (line 37) | func TestReindexSourceWithBodyString(t *testing.T) { function TestReindexSourceWithSourceIndexAndDestinationIndex (line 49) | func TestReindexSourceWithSourceIndexAndDestinationIndex(t *testing.T) { function TestReindexSourceWithSourceAndDestinationAndVersionType (line 66) | func TestReindexSourceWithSourceAndDestinationAndVersionType(t *testing.... function TestReindexSourceWithSourceAndRemoteAndDestination (line 85) | func TestReindexSourceWithSourceAndRemoteAndDestination(t *testing.T) { function TestReindexSourceWithSourceAndDestinationAndOpTypeAndPipeline (line 110) | func TestReindexSourceWithSourceAndDestinationAndOpTypeAndPipeline(t *te... function TestReindexSourceWithConflictsProceed (line 129) | func TestReindexSourceWithConflictsProceed(t *testing.T) { function TestReindexSourceWithProceedOnVersionConflict (line 148) | func TestReindexSourceWithProceedOnVersionConflict(t *testing.T) { function TestReindexSourceWithQuery (line 167) | func TestReindexSourceWithQuery(t *testing.T) { function TestReindexSourceWithMultipleSourceIndicesAndTypes (line 186) | func TestReindexSourceWithMultipleSourceIndicesAndTypes(t *testing.T) { function TestReindexSourceWithSourceAndSize (line 205) | func TestReindexSourceWithSourceAndSize(t *testing.T) { function TestReindexSourceWithScript (line 224) | func TestReindexSourceWithScript(t *testing.T) { function TestReindexSourceWithRouting (line 244) | func TestReindexSourceWithRouting(t *testing.T) { function TestReindexSourceWithSourceFilter (line 263) | func TestReindexSourceWithSourceFilter(t *testing.T) { function TestReindex (line 283) | func TestReindex(t *testing.T) { function TestReindexAsync (line 339) | func TestReindexAsync(t *testing.T) { function TestReindexWithWaitForCompletionTrueCannotBeStarted (line 390) | func TestReindexWithWaitForCompletionTrueCannotBeStarted(t *testing.T) { FILE: request.go type Request (line 18) | type Request method SetBasicAuth (line 32) | func (r *Request) SetBasicAuth(username, password string) { method SetBody (line 38) | func (r *Request) SetBody(body interface{}, gzipCompress bool) error { method setBodyJson (line 54) | func (r *Request) setBodyJson(data interface{}) error { method setBodyString (line 65) | func (r *Request) setBodyString(body string) error { method setBodyGzip (line 71) | func (r *Request) setBodyGzip(body interface{}) error { method setBodyReader (line 106) | func (r *Request) setBodyReader(body io.Reader) error { function NewRequest (line 21) | func NewRequest(method, url string) (*Request, error) { FILE: request_test.go function TestRequestSetContentType (line 11) | func TestRequestSetContentType(t *testing.T) { function BenchmarkRequestSetBodyString (line 28) | func BenchmarkRequestSetBodyString(b *testing.B) { function BenchmarkRequestSetBodyStringGzip (line 44) | func BenchmarkRequestSetBodyStringGzip(b *testing.B) { function BenchmarkRequestSetBodyBytes (line 60) | func BenchmarkRequestSetBodyBytes(b *testing.B) { function BenchmarkRequestSetBodyBytesGzip (line 76) | func BenchmarkRequestSetBodyBytesGzip(b *testing.B) { function BenchmarkRequestSetBodyMap (line 92) | func BenchmarkRequestSetBodyMap(b *testing.B) { function BenchmarkRequestSetBodyMapGzip (line 112) | func BenchmarkRequestSetBodyMapGzip(b *testing.B) { FILE: rescore.go type Rescore (line 7) | type Rescore struct method WindowSize (line 17) | func (r *Rescore) WindowSize(windowSize int) *Rescore { method IsEmpty (line 22) | func (r *Rescore) IsEmpty() bool { method Rescorer (line 26) | func (r *Rescore) Rescorer(rescorer Rescorer) *Rescore { method Source (line 31) | func (r *Rescore) Source() (interface{}, error) { function NewRescore (line 13) | func NewRescore() *Rescore { FILE: rescorer.go type Rescorer (line 7) | type Rescorer interface type QueryRescorer (line 14) | type QueryRescorer struct method Name (line 27) | func (r *QueryRescorer) Name() string { method RescoreQueryWeight (line 31) | func (r *QueryRescorer) RescoreQueryWeight(rescoreQueryWeight float64)... method QueryWeight (line 36) | func (r *QueryRescorer) QueryWeight(queryWeight float64) *QueryRescorer { method ScoreMode (line 41) | func (r *QueryRescorer) ScoreMode(scoreMode string) *QueryRescorer { method Source (line 46) | func (r *QueryRescorer) Source() (interface{}, error) { function NewQueryRescorer (line 21) | func NewQueryRescorer(query Query) *QueryRescorer { FILE: response.go type Response (line 21) | type Response struct method newResponse (line 37) | func (c *Client) newResponse(res *http.Response, maxBodySize int64, stre... FILE: response_test.go function BenchmarkResponse (line 15) | func BenchmarkResponse(b *testing.B) { FILE: retrier.go type RetrierFunc (line 16) | type RetrierFunc method Retry (line 19) | func (f RetrierFunc) Retry(ctx context.Context, retry int, req *http.R... type Retrier (line 24) | type Retrier interface type StopRetrier (line 39) | type StopRetrier struct method Retry (line 48) | func (r *StopRetrier) Retry(ctx context.Context, retry int, req *http.... function NewStopRetrier (line 43) | func NewStopRetrier() *StopRetrier { type BackoffRetrier (line 55) | type BackoffRetrier struct method Retry (line 65) | func (r *BackoffRetrier) Retry(ctx context.Context, retry int, req *ht... function NewBackoffRetrier (line 60) | func NewBackoffRetrier(backoff Backoff) *BackoffRetrier { FILE: retrier_test.go type testRetrier (line 16) | type testRetrier struct method Retry (line 22) | func (r *testRetrier) Retry(ctx context.Context, retry int, req *http.... function TestStopRetrier (line 30) | func TestStopRetrier(t *testing.T) { function TestRetrier (line 44) | func TestRetrier(t *testing.T) { function TestRetrierWithError (line 87) | func TestRetrierWithError(t *testing.T) { function TestRetrierOnPerformRequest (line 131) | func TestRetrierOnPerformRequest(t *testing.T) { FILE: retry.go type Operation (line 14) | type Operation type Notify (line 21) | type Notify function Retry (line 29) | func Retry(o Operation, b Backoff) error { return RetryNotify(o, b, nil) } function RetryNotify (line 33) | func RetryNotify(operation Operation, b Backoff, notify Notify) error { FILE: retry_test.go function TestRetry (line 17) | func TestRetry(t *testing.T) { FILE: runtime_mappings.go type RuntimeMappings (line 11) | type RuntimeMappings method Source (line 14) | func (m *RuntimeMappings) Source() (interface{}, error) { FILE: runtime_mappings_test.go function TestRuntimeMappingsSource (line 14) | func TestRuntimeMappingsSource(t *testing.T) { function TestRuntimeMappings (line 34) | func TestRuntimeMappings(t *testing.T) { FILE: script.go type Script (line 19) | type Script struct method Script (line 50) | func (s *Script) Script(script string) *Script { method Type (line 56) | func (s *Script) Type(typ string) *Script { method Lang (line 65) | func (s *Script) Lang(lang string) *Script { method Param (line 71) | func (s *Script) Param(name string, value interface{}) *Script { method Params (line 80) | func (s *Script) Params(params map[string]interface{}) *Script { method Source (line 86) | func (s *Script) Source() (interface{}, error) { method rawScriptSource (line 114) | func (s *Script) rawScriptSource(script string) (interface{}, error) { function NewScript (line 28) | func NewScript(script string) *Script { function NewScriptInline (line 37) | func NewScriptInline(script string) *Script { function NewScriptStored (line 42) | func NewScriptStored(script string) *Script { type ScriptField (line 126) | type ScriptField struct method IgnoreFailure (line 140) | func (f *ScriptField) IgnoreFailure(ignore bool) *ScriptField { method Source (line 146) | func (f *ScriptField) Source() (interface{}, error) { function NewScriptField (line 134) | func NewScriptField(fieldName string, script *Script) *ScriptField { FILE: script_delete.go type DeleteScriptService (line 21) | type DeleteScriptService struct method Pretty (line 43) | func (s *DeleteScriptService) Pretty(pretty bool) *DeleteScriptService { method Human (line 50) | func (s *DeleteScriptService) Human(human bool) *DeleteScriptService { method ErrorTrace (line 56) | func (s *DeleteScriptService) ErrorTrace(errorTrace bool) *DeleteScrip... method FilterPath (line 62) | func (s *DeleteScriptService) FilterPath(filterPath ...string) *Delete... method Header (line 68) | func (s *DeleteScriptService) Header(name string, value string) *Delet... method Headers (line 77) | func (s *DeleteScriptService) Headers(headers http.Header) *DeleteScri... method Id (line 83) | func (s *DeleteScriptService) Id(id string) *DeleteScriptService { method Timeout (line 89) | func (s *DeleteScriptService) Timeout(timeout string) *DeleteScriptSer... method MasterTimeout (line 95) | func (s *DeleteScriptService) MasterTimeout(masterTimeout string) *Del... method buildURL (line 101) | func (s *DeleteScriptService) buildURL() (string, string, url.Values, ... method Validate (line 139) | func (s *DeleteScriptService) Validate() error { method Do (line 151) | func (s *DeleteScriptService) Do(ctx context.Context) (*DeleteScriptRe... function NewDeleteScriptService (line 36) | func NewDeleteScriptService(client *Client) *DeleteScriptService { type DeleteScriptResponse (line 184) | type DeleteScriptResponse struct FILE: script_delete_test.go function TestDeleteScript (line 12) | func TestDeleteScript(t *testing.T) { FILE: script_get.go type GetScriptService (line 22) | type GetScriptService struct method Pretty (line 42) | func (s *GetScriptService) Pretty(pretty bool) *GetScriptService { method Human (line 49) | func (s *GetScriptService) Human(human bool) *GetScriptService { method ErrorTrace (line 55) | func (s *GetScriptService) ErrorTrace(errorTrace bool) *GetScriptServi... method FilterPath (line 61) | func (s *GetScriptService) FilterPath(filterPath ...string) *GetScript... method Header (line 67) | func (s *GetScriptService) Header(name string, value string) *GetScrip... method Headers (line 76) | func (s *GetScriptService) Headers(headers http.Header) *GetScriptServ... method Id (line 82) | func (s *GetScriptService) Id(id string) *GetScriptService { method buildURL (line 88) | func (s *GetScriptService) buildURL() (string, string, url.Values, err... method Validate (line 120) | func (s *GetScriptService) Validate() error { method Do (line 132) | func (s *GetScriptService) Do(ctx context.Context) (*GetScriptResponse... function NewGetScriptService (line 35) | func NewGetScriptService(client *Client) *GetScriptService { type GetScriptResponse (line 165) | type GetScriptResponse struct FILE: script_get_test.go function TestGetScript (line 12) | func TestGetScript(t *testing.T) { FILE: script_put.go type PutScriptService (line 21) | type PutScriptService struct method Pretty (line 46) | func (s *PutScriptService) Pretty(pretty bool) *PutScriptService { method Human (line 53) | func (s *PutScriptService) Human(human bool) *PutScriptService { method ErrorTrace (line 59) | func (s *PutScriptService) ErrorTrace(errorTrace bool) *PutScriptServi... method FilterPath (line 65) | func (s *PutScriptService) FilterPath(filterPath ...string) *PutScript... method Header (line 71) | func (s *PutScriptService) Header(name string, value string) *PutScrip... method Headers (line 80) | func (s *PutScriptService) Headers(headers http.Header) *PutScriptServ... method Id (line 86) | func (s *PutScriptService) Id(id string) *PutScriptService { method Context (line 92) | func (s *PutScriptService) Context(context string) *PutScriptService { method Timeout (line 98) | func (s *PutScriptService) Timeout(timeout string) *PutScriptService { method MasterTimeout (line 104) | func (s *PutScriptService) MasterTimeout(masterTimeout string) *PutScr... method BodyJson (line 110) | func (s *PutScriptService) BodyJson(body interface{}) *PutScriptService { method BodyString (line 116) | func (s *PutScriptService) BodyString(body string) *PutScriptService { method buildURL (line 122) | func (s *PutScriptService) buildURL() (string, string, url.Values, err... method Validate (line 167) | func (s *PutScriptService) Validate() error { method Do (line 182) | func (s *PutScriptService) Do(ctx context.Context) (*PutScriptResponse... function NewPutScriptService (line 39) | func NewPutScriptService(client *Client) *PutScriptService { type PutScriptResponse (line 224) | type PutScriptResponse struct FILE: script_put_test.go function TestPutScript (line 12) | func TestPutScript(t *testing.T) { FILE: script_test.go function TestScriptingDefault (line 12) | func TestScriptingDefault(t *testing.T) { function TestScriptingInline (line 29) | func TestScriptingInline(t *testing.T) { function TestScriptingStored (line 46) | func TestScriptingStored(t *testing.T) { function TestScriptingSource (line 63) | func TestScriptingSource(t *testing.T) { FILE: scroll.go constant DefaultScrollKeepAlive (line 21) | DefaultScrollKeepAlive = "5m" type ScrollService (line 25) | type ScrollService struct method Pretty (line 65) | func (s *ScrollService) Pretty(pretty bool) *ScrollService { method Human (line 72) | func (s *ScrollService) Human(human bool) *ScrollService { method ErrorTrace (line 78) | func (s *ScrollService) ErrorTrace(errorTrace bool) *ScrollService { method FilterPath (line 84) | func (s *ScrollService) FilterPath(filterPath ...string) *ScrollService { method Header (line 90) | func (s *ScrollService) Header(name string, value string) *ScrollServi... method Headers (line 99) | func (s *ScrollService) Headers(headers http.Header) *ScrollService { method Retrier (line 106) | func (s *ScrollService) Retrier(retrier Retrier) *ScrollService { method Index (line 112) | func (s *ScrollService) Index(indices ...string) *ScrollService { method Type (line 124) | func (s *ScrollService) Type(types ...string) *ScrollService { method Scroll (line 134) | func (s *ScrollService) Scroll(keepAlive string) *ScrollService { method KeepAlive (line 141) | func (s *ScrollService) KeepAlive(keepAlive string) *ScrollService { method Size (line 148) | func (s *ScrollService) Size(size int) *ScrollService { method Highlight (line 154) | func (s *ScrollService) Highlight(highlight *Highlight) *ScrollService { method Body (line 163) | func (s *ScrollService) Body(body interface{}) *ScrollService { method SearchSource (line 171) | func (s *ScrollService) SearchSource(searchSource *SearchSource) *Scro... method Query (line 180) | func (s *ScrollService) Query(query Query) *ScrollService { method PostFilter (line 189) | func (s *ScrollService) PostFilter(postFilter Query) *ScrollService { method Slice (line 198) | func (s *ScrollService) Slice(sliceQuery Query) *ScrollService { method FetchSource (line 205) | func (s *ScrollService) FetchSource(fetchSource bool) *ScrollService { method FetchSourceContext (line 211) | func (s *ScrollService) FetchSourceContext(fetchSourceContext *FetchSo... method Version (line 218) | func (s *ScrollService) Version(version bool) *ScrollService { method Sort (line 225) | func (s *ScrollService) Sort(field string, ascending bool) *ScrollServ... method SortWithInfo (line 232) | func (s *ScrollService) SortWithInfo(info SortInfo) *ScrollService { method SortBy (line 239) | func (s *ScrollService) SortBy(sorter ...Sorter) *ScrollService { method TrackTotalHits (line 248) | func (s *ScrollService) TrackTotalHits(trackTotalHits interface{}) *Sc... method RestTotalHitsAsInt (line 255) | func (s *ScrollService) RestTotalHitsAsInt(enabled bool) *ScrollService { method Routing (line 262) | func (s *ScrollService) Routing(routings ...string) *ScrollService { method Preference (line 272) | func (s *ScrollService) Preference(preference string) *ScrollService { method IgnoreUnavailable (line 279) | func (s *ScrollService) IgnoreUnavailable(ignoreUnavailable bool) *Scr... method IgnoreThrottled (line 286) | func (s *ScrollService) IgnoreThrottled(ignoreThrottled bool) *ScrollS... method AllowNoIndices (line 294) | func (s *ScrollService) AllowNoIndices(allowNoIndices bool) *ScrollSer... method ExpandWildcards (line 301) | func (s *ScrollService) ExpandWildcards(expandWildcards string) *Scrol... method MaxResponseSize (line 308) | func (s *ScrollService) MaxResponseSize(maxResponseSize int64) *Scroll... method NoStoredFields (line 315) | func (s *ScrollService) NoStoredFields() *ScrollService { method StoredField (line 323) | func (s *ScrollService) StoredField(fieldName string) *ScrollService { method StoredFields (line 330) | func (s *ScrollService) StoredFields(fields ...string) *ScrollService { method ScrollId (line 336) | func (s *ScrollService) ScrollId(scrollId string) *ScrollService { method Do (line 345) | func (s *ScrollService) Do(ctx context.Context) (*SearchResult, error) { method Clear (line 358) | func (s *ScrollService) Clear(ctx context.Context) error { method first (line 403) | func (s *ScrollService) first(ctx context.Context) (*SearchResult, err... method buildFirstURL (line 445) | func (s *ScrollService) buildFirstURL() (string, url.Values, error) { method bodyFirst (line 526) | func (s *ScrollService) bodyFirst() (interface{}, error) { method next (line 551) | func (s *ScrollService) next(ctx context.Context) (*SearchResult, erro... method buildNextURL (line 593) | func (s *ScrollService) buildNextURL() (string, url.Values, error) { method bodyNext (line 629) | func (s *ScrollService) bodyNext() (interface{}, error) { method DocvalueField (line 644) | func (s *ScrollService) DocvalueField(docvalueField string) *ScrollSer... method DocvalueFieldWithFormat (line 651) | func (s *ScrollService) DocvalueFieldWithFormat(docvalueField Docvalue... method DocvalueFields (line 658) | func (s *ScrollService) DocvalueFields(docvalueFields ...string) *Scro... method DocvalueFieldsWithFormat (line 665) | func (s *ScrollService) DocvalueFieldsWithFormat(docvalueFields ...Doc... function NewScrollService (line 55) | func NewScrollService(client *Client) *ScrollService { FILE: scroll_test.go function TestScroll (line 18) | func TestScroll(t *testing.T) { function TestScrollWithQueryAndSort (line 111) | func TestScrollWithQueryAndSort(t *testing.T) { function TestScrollWithBody (line 199) | func TestScrollWithBody(t *testing.T) { function TestScrollWithSlice (line 334) | func TestScrollWithSlice(t *testing.T) { function TestScrollWithMaxResponseSize (line 394) | func TestScrollWithMaxResponseSize(t *testing.T) { function TestScrollWithFilterPath (line 437) | func TestScrollWithFilterPath(t *testing.T) { function TestScrollWithFilterPathKeepingContext (line 544) | func TestScrollWithFilterPathKeepingContext(t *testing.T) { function TestScrollTotalHits (line 638) | func TestScrollTotalHits(t *testing.T) { function TestScrollBuilder (line 731) | func TestScrollBuilder(t *testing.T) { FILE: search.go type SearchService (line 20) | type SearchService struct method Pretty (line 65) | func (s *SearchService) Pretty(pretty bool) *SearchService { method Human (line 72) | func (s *SearchService) Human(human bool) *SearchService { method ErrorTrace (line 78) | func (s *SearchService) ErrorTrace(errorTrace bool) *SearchService { method FilterPath (line 84) | func (s *SearchService) FilterPath(filterPath ...string) *SearchService { method Header (line 90) | func (s *SearchService) Header(name string, value string) *SearchServi... method Headers (line 99) | func (s *SearchService) Headers(headers http.Header) *SearchService { method SearchSource (line 105) | func (s *SearchService) SearchSource(searchSource *SearchSource) *Sear... method Source (line 115) | func (s *SearchService) Source(source interface{}) *SearchService { method Index (line 121) | func (s *SearchService) Index(index ...string) *SearchService { method Type (line 130) | func (s *SearchService) Type(typ ...string) *SearchService { method Timeout (line 136) | func (s *SearchService) Timeout(timeout string) *SearchService { method Profile (line 144) | func (s *SearchService) Profile(profile bool) *SearchService { method Collapse (line 150) | func (s *SearchService) Collapse(collapse *CollapseBuilder) *SearchSer... method PointInTime (line 157) | func (s *SearchService) PointInTime(pointInTime *PointInTime) *SearchS... method RuntimeMappings (line 163) | func (s *SearchService) RuntimeMappings(runtimeMappings RuntimeMapping... method TimeoutInMillis (line 169) | func (s *SearchService) TimeoutInMillis(timeoutInMillis int) *SearchSe... method TerminateAfter (line 176) | func (s *SearchService) TerminateAfter(terminateAfter int) *SearchServ... method SearchType (line 185) | func (s *SearchService) SearchType(searchType string) *SearchService { method Routing (line 192) | func (s *SearchService) Routing(routings ...string) *SearchService { method Preference (line 202) | func (s *SearchService) Preference(preference string) *SearchService { method RequestCache (line 209) | func (s *SearchService) RequestCache(requestCache bool) *SearchService { method Query (line 215) | func (s *SearchService) Query(query Query) *SearchService { method PostFilter (line 223) | func (s *SearchService) PostFilter(postFilter Query) *SearchService { method FetchSource (line 230) | func (s *SearchService) FetchSource(fetchSource bool) *SearchService { method FetchSourceContext (line 236) | func (s *SearchService) FetchSourceContext(fetchSourceContext *FetchSo... method Highlight (line 242) | func (s *SearchService) Highlight(highlight *Highlight) *SearchService { method GlobalSuggestText (line 249) | func (s *SearchService) GlobalSuggestText(globalText string) *SearchSe... method Suggester (line 255) | func (s *SearchService) Suggester(suggester Suggester) *SearchService { method Aggregation (line 261) | func (s *SearchService) Aggregation(name string, aggregation Aggregati... method MinScore (line 267) | func (s *SearchService) MinScore(minScore float64) *SearchService { method From (line 273) | func (s *SearchService) From(from int) *SearchService { method Size (line 279) | func (s *SearchService) Size(size int) *SearchService { method Explain (line 286) | func (s *SearchService) Explain(explain bool) *SearchService { method Version (line 293) | func (s *SearchService) Version(version bool) *SearchService { method Sort (line 299) | func (s *SearchService) Sort(field string, ascending bool) *SearchServ... method SortWithInfo (line 305) | func (s *SearchService) SortWithInfo(info SortInfo) *SearchService { method SortBy (line 311) | func (s *SearchService) SortBy(sorter ...Sorter) *SearchService { method DocvalueField (line 318) | func (s *SearchService) DocvalueField(docvalueField string) *SearchSer... method DocvalueFieldWithFormat (line 325) | func (s *SearchService) DocvalueFieldWithFormat(docvalueField Docvalue... method DocvalueFields (line 332) | func (s *SearchService) DocvalueFields(docvalueFields ...string) *Sear... method DocvalueFieldsWithFormat (line 339) | func (s *SearchService) DocvalueFieldsWithFormat(docvalueFields ...Doc... method NoStoredFields (line 346) | func (s *SearchService) NoStoredFields() *SearchService { method StoredField (line 354) | func (s *SearchService) StoredField(fieldName string) *SearchService { method StoredFields (line 361) | func (s *SearchService) StoredFields(fields ...string) *SearchService { method TrackScores (line 368) | func (s *SearchService) TrackScores(trackScores bool) *SearchService { method TrackTotalHits (line 377) | func (s *SearchService) TrackTotalHits(trackTotalHits interface{}) *Se... method SearchAfter (line 386) | func (s *SearchService) SearchAfter(sortValues ...interface{}) *Search... method DefaultRescoreWindowSize (line 393) | func (s *SearchService) DefaultRescoreWindowSize(defaultRescoreWindowS... method Rescorer (line 399) | func (s *SearchService) Rescorer(rescore *Rescore) *SearchService { method IgnoreUnavailable (line 406) | func (s *SearchService) IgnoreUnavailable(ignoreUnavailable bool) *Sea... method IgnoreThrottled (line 413) | func (s *SearchService) IgnoreThrottled(ignoreThrottled bool) *SearchS... method AllowNoIndices (line 421) | func (s *SearchService) AllowNoIndices(allowNoIndices bool) *SearchSer... method ExpandWildcards (line 428) | func (s *SearchService) ExpandWildcards(expandWildcards string) *Searc... method Lenient (line 435) | func (s *SearchService) Lenient(lenient bool) *SearchService { method MaxResponseSize (line 442) | func (s *SearchService) MaxResponseSize(maxResponseSize int64) *Search... method AllowPartialSearchResults (line 449) | func (s *SearchService) AllowPartialSearchResults(enabled bool) *Searc... method TypedKeys (line 456) | func (s *SearchService) TypedKeys(enabled bool) *SearchService { method SeqNoPrimaryTerm (line 464) | func (s *SearchService) SeqNoPrimaryTerm(enabled bool) *SearchService { method SeqNoAndPrimaryTerm (line 470) | func (s *SearchService) SeqNoAndPrimaryTerm(enabled bool) *SearchServi... method BatchedReduceSize (line 479) | func (s *SearchService) BatchedReduceSize(size int) *SearchService { method MaxConcurrentShardRequests (line 488) | func (s *SearchService) MaxConcurrentShardRequests(max int) *SearchSer... method PreFilterShardSize (line 499) | func (s *SearchService) PreFilterShardSize(threshold int) *SearchServi... method RestTotalHitsAsInt (line 506) | func (s *SearchService) RestTotalHitsAsInt(enabled bool) *SearchService { method CCSMinimizeRoundtrips (line 513) | func (s *SearchService) CCSMinimizeRoundtrips(enabled bool) *SearchSer... method buildURL (line 519) | func (s *SearchService) buildURL() (string, url.Values, error) { method Validate (line 612) | func (s *SearchService) Validate() error { method Do (line 617) | func (s *SearchService) Do(ctx context.Context) (*SearchResult, error) { function NewSearchService (line 56) | func NewSearchService(client *Client) *SearchService { type SearchResult (line 663) | type SearchResult struct method TotalHits (line 692) | func (r *SearchResult) TotalHits() int64 { method Each (line 703) | func (r *SearchResult) Each(typ reflect.Type) []interface{} { type SearchResultCluster (line 683) | type SearchResultCluster struct type SearchHits (line 722) | type SearchHits struct type NestedHit (line 729) | type NestedHit struct type TotalHits (line 736) | type TotalHits struct method UnmarshalJSON (line 744) | func (h *TotalHits) UnmarshalJSON(data []byte) error { type SearchHit (line 766) | type SearchHit struct type SearchHitFields (line 794) | type SearchHitFields method Strings (line 799) | func (f SearchHitFields) Strings(fieldName string) ([]string, bool) { method Float64s (line 816) | func (f SearchHitFields) Float64s(fieldName string) ([]float64, bool) { type SearchHitInnerHits (line 831) | type SearchHitInnerHits struct type SearchExplanation (line 837) | type SearchExplanation struct type SearchSuggest (line 847) | type SearchSuggest type SearchSuggestion (line 851) | type SearchSuggestion struct type SearchSuggestionOption (line 860) | type SearchSuggestionOption struct type SearchProfile (line 876) | type SearchProfile struct type SearchProfileShardResult (line 882) | type SearchProfileShardResult struct type QueryProfileShardResult (line 892) | type QueryProfileShardResult struct type CollectorResult (line 901) | type CollectorResult struct type ProfileResult (line 911) | type ProfileResult struct type SearchHitHighlight (line 928) | type SearchHitHighlight FILE: search_aggs.go type Aggregation (line 17) | type Aggregation interface type Aggregations (line 24) | type Aggregations method Min (line 28) | func (a Aggregations) Min(name string) (*AggregationValueMetric, bool) { method Max (line 43) | func (a Aggregations) Max(name string) (*AggregationValueMetric, bool) { method Sum (line 58) | func (a Aggregations) Sum(name string) (*AggregationValueMetric, bool) { method Avg (line 73) | func (a Aggregations) Avg(name string) (*AggregationValueMetric, bool) { method WeightedAvg (line 88) | func (a Aggregations) WeightedAvg(name string) (*AggregationValueMetri... method MedianAbsoluteDeviation (line 104) | func (a Aggregations) MedianAbsoluteDeviation(name string) (*Aggregati... method ValueCount (line 119) | func (a Aggregations) ValueCount(name string) (*AggregationValueMetric... method Cardinality (line 134) | func (a Aggregations) Cardinality(name string) (*AggregationValueMetri... method Stats (line 149) | func (a Aggregations) Stats(name string) (*AggregationStatsMetric, boo... method ExtendedStats (line 164) | func (a Aggregations) ExtendedStats(name string) (*AggregationExtended... method MatrixStats (line 179) | func (a Aggregations) MatrixStats(name string) (*AggregationMatrixStat... method Percentiles (line 194) | func (a Aggregations) Percentiles(name string) (*AggregationPercentile... method PercentileRanks (line 209) | func (a Aggregations) PercentileRanks(name string) (*AggregationPercen... method TopHits (line 224) | func (a Aggregations) TopHits(name string) (*AggregationTopHitsMetric,... method Global (line 239) | func (a Aggregations) Global(name string) (*AggregationSingleBucket, b... method Filter (line 254) | func (a Aggregations) Filter(name string) (*AggregationSingleBucket, b... method Filters (line 269) | func (a Aggregations) Filters(name string) (*AggregationBucketFilters,... method AdjacencyMatrix (line 284) | func (a Aggregations) AdjacencyMatrix(name string) (*AggregationBucket... method Missing (line 299) | func (a Aggregations) Missing(name string) (*AggregationSingleBucket, ... method Nested (line 314) | func (a Aggregations) Nested(name string) (*AggregationSingleBucket, b... method ReverseNested (line 329) | func (a Aggregations) ReverseNested(name string) (*AggregationSingleBu... method Children (line 344) | func (a Aggregations) Children(name string) (*AggregationSingleBucket,... method Terms (line 359) | func (a Aggregations) Terms(name string) (*AggregationBucketKeyItems, ... method MultiTerms (line 374) | func (a Aggregations) MultiTerms(name string) (*AggregationBucketMulti... method SignificantTerms (line 389) | func (a Aggregations) SignificantTerms(name string) (*AggregationBucke... method RareTerms (line 404) | func (a Aggregations) RareTerms(name string) (*AggregationBucketKeyIte... method Sampler (line 419) | func (a Aggregations) Sampler(name string) (*AggregationSingleBucket, ... method DiversifiedSampler (line 434) | func (a Aggregations) DiversifiedSampler(name string) (*AggregationSin... method Range (line 449) | func (a Aggregations) Range(name string) (*AggregationBucketRangeItems... method KeyedRange (line 464) | func (a Aggregations) KeyedRange(name string) (*AggregationBucketKeyed... method DateRange (line 479) | func (a Aggregations) DateRange(name string) (*AggregationBucketRangeI... method IPRange (line 494) | func (a Aggregations) IPRange(name string) (*AggregationBucketRangeIte... method Histogram (line 509) | func (a Aggregations) Histogram(name string) (*AggregationBucketHistog... method AutoDateHistogram (line 524) | func (a Aggregations) AutoDateHistogram(name string) (*AggregationBuck... method DateHistogram (line 539) | func (a Aggregations) DateHistogram(name string) (*AggregationBucketHi... method KeyedDateHistogram (line 555) | func (a Aggregations) KeyedDateHistogram(name string) (*AggregationBuc... method GeoBounds (line 570) | func (a Aggregations) GeoBounds(name string) (*AggregationGeoBoundsMet... method GeoHash (line 585) | func (a Aggregations) GeoHash(name string) (*AggregationBucketKeyItems... method GeoTile (line 600) | func (a Aggregations) GeoTile(name string) (*AggregationBucketKeyItems... method GeoCentroid (line 615) | func (a Aggregations) GeoCentroid(name string) (*AggregationGeoCentroi... method GeoDistance (line 630) | func (a Aggregations) GeoDistance(name string) (*AggregationBucketRang... method AvgBucket (line 645) | func (a Aggregations) AvgBucket(name string) (*AggregationPipelineSimp... method SumBucket (line 660) | func (a Aggregations) SumBucket(name string) (*AggregationPipelineSimp... method StatsBucket (line 675) | func (a Aggregations) StatsBucket(name string) (*AggregationPipelineSt... method PercentilesBucket (line 690) | func (a Aggregations) PercentilesBucket(name string) (*AggregationPipe... method MaxBucket (line 705) | func (a Aggregations) MaxBucket(name string) (*AggregationPipelineBuck... method MinBucket (line 720) | func (a Aggregations) MinBucket(name string) (*AggregationPipelineBuck... method MovAvg (line 737) | func (a Aggregations) MovAvg(name string) (*AggregationPipelineSimpleV... method MovFn (line 752) | func (a Aggregations) MovFn(name string) (*AggregationPipelineSimpleVa... method Derivative (line 767) | func (a Aggregations) Derivative(name string) (*AggregationPipelineDer... method CumulativeSum (line 782) | func (a Aggregations) CumulativeSum(name string) (*AggregationPipeline... method BucketScript (line 797) | func (a Aggregations) BucketScript(name string) (*AggregationPipelineS... method SerialDiff (line 812) | func (a Aggregations) SerialDiff(name string) (*AggregationPipelineSim... method Composite (line 829) | func (a Aggregations) Composite(name string) (*AggregationBucketCompos... method ScriptedMetric (line 845) | func (a Aggregations) ScriptedMetric(name string) (*AggregationScripte... method TopMetrics (line 861) | func (a Aggregations) TopMetrics(name string) (*AggregationTopMetricsI... type AggregationValueMetric (line 878) | type AggregationValueMetric struct method UnmarshalJSON (line 886) | func (a *AggregationValueMetric) UnmarshalJSON(data []byte) error { type AggregationStatsMetric (line 904) | type AggregationStatsMetric struct method UnmarshalJSON (line 916) | func (a *AggregationStatsMetric) UnmarshalJSON(data []byte) error { type AggregationExtendedStatsMetric (line 946) | type AggregationExtendedStatsMetric struct method UnmarshalJSON (line 961) | func (a *AggregationExtendedStatsMetric) UnmarshalJSON(data []byte) er... type AggregationMatrixStats (line 1000) | type AggregationMatrixStats struct method UnmarshalJSON (line 1021) | func (a *AggregationMatrixStats) UnmarshalJSON(data []byte) error { type AggregationMatrixStatsField (line 1009) | type AggregationMatrixStatsField struct type AggregationPercentilesMetric (line 1040) | type AggregationPercentilesMetric struct method UnmarshalJSON (line 1048) | func (a *AggregationPercentilesMetric) UnmarshalJSON(data []byte) error { type AggregationTopHitsMetric (line 1066) | type AggregationTopHitsMetric struct method UnmarshalJSON (line 1074) | func (a *AggregationTopHitsMetric) UnmarshalJSON(data []byte) error { type AggregationGeoBoundsMetric (line 1093) | type AggregationGeoBoundsMetric struct method UnmarshalJSON (line 1111) | func (a *AggregationGeoBoundsMetric) UnmarshalJSON(data []byte) error { type AggregationGeoCentroidMetric (line 1127) | type AggregationGeoCentroidMetric struct method UnmarshalJSON (line 1141) | func (a *AggregationGeoCentroidMetric) UnmarshalJSON(data []byte) error { type AggregationSingleBucket (line 1162) | type AggregationSingleBucket struct method UnmarshalJSON (line 1170) | func (a *AggregationSingleBucket) UnmarshalJSON(data []byte) error { type AggregationBucketRangeItems (line 1189) | type AggregationBucketRangeItems struct method UnmarshalJSON (line 1199) | func (a *AggregationBucketRangeItems) UnmarshalJSON(data []byte) error { type AggregationBucketKeyedRangeItems (line 1222) | type AggregationBucketKeyedRangeItems struct method UnmarshalJSON (line 1232) | func (a *AggregationBucketKeyedRangeItems) UnmarshalJSON(data []byte) ... type AggregationBucketRangeItem (line 1254) | type AggregationBucketRangeItem struct method UnmarshalJSON (line 1266) | func (a *AggregationBucketRangeItem) UnmarshalJSON(data []byte) error { type AggregationBucketKeyItems (line 1297) | type AggregationBucketKeyItems struct method UnmarshalJSON (line 1307) | func (a *AggregationBucketKeyItems) UnmarshalJSON(data []byte) error { type AggregationBucketKeyItem (line 1329) | type AggregationBucketKeyItem struct method UnmarshalJSON (line 1339) | func (a *AggregationBucketKeyItem) UnmarshalJSON(data []byte) error { type AggregationBucketMultiKeyItems (line 1362) | type AggregationBucketMultiKeyItems struct method UnmarshalJSON (line 1372) | func (a *AggregationBucketMultiKeyItems) UnmarshalJSON(data []byte) er... type AggregationBucketMultiKeyItem (line 1394) | type AggregationBucketMultiKeyItem struct method UnmarshalJSON (line 1404) | func (a *AggregationBucketMultiKeyItem) UnmarshalJSON(data []byte) err... type AggregationBucketSignificantTerms (line 1429) | type AggregationBucketSignificantTerms struct method UnmarshalJSON (line 1438) | func (a *AggregationBucketSignificantTerms) UnmarshalJSON(data []byte)... type AggregationBucketSignificantTerm (line 1457) | type AggregationBucketSignificantTerm struct method UnmarshalJSON (line 1467) | func (a *AggregationBucketSignificantTerm) UnmarshalJSON(data []byte) ... type AggregationBucketFilters (line 1492) | type AggregationBucketFilters struct method UnmarshalJSON (line 1501) | func (a *AggregationBucketFilters) UnmarshalJSON(data []byte) error { type AggregationBucketAdjacencyMatrix (line 1521) | type AggregationBucketAdjacencyMatrix struct method UnmarshalJSON (line 1529) | func (a *AggregationBucketAdjacencyMatrix) UnmarshalJSON(data []byte) ... type AggregationBucketHistogramItems (line 1548) | type AggregationBucketHistogramItems struct method UnmarshalJSON (line 1556) | func (a *AggregationBucketHistogramItems) UnmarshalJSON(data []byte) e... type AggregationBucketKeyedHistogramItems (line 1573) | type AggregationBucketKeyedHistogramItems struct method UnmarshalJSON (line 1581) | func (a *AggregationBucketKeyedHistogramItems) UnmarshalJSON(data []by... type AggregationBucketHistogramItem (line 1597) | type AggregationBucketHistogramItem struct method UnmarshalJSON (line 1606) | func (a *AggregationBucketHistogramItem) UnmarshalJSON(data []byte) er... type AggregationPipelineSimpleValue (line 1628) | type AggregationPipelineSimpleValue struct method UnmarshalJSON (line 1637) | func (a *AggregationPipelineSimpleValue) UnmarshalJSON(data []byte) er... type AggregationPipelineBucketMetricValue (line 1659) | type AggregationPipelineBucketMetricValue struct method UnmarshalJSON (line 1669) | func (a *AggregationPipelineBucketMetricValue) UnmarshalJSON(data []by... type AggregationPipelineDerivative (line 1694) | type AggregationPipelineDerivative struct method UnmarshalJSON (line 1705) | func (a *AggregationPipelineDerivative) UnmarshalJSON(data []byte) err... type AggregationPipelineStatsMetric (line 1733) | type AggregationPipelineStatsMetric struct method UnmarshalJSON (line 1751) | func (a *AggregationPipelineStatsMetric) UnmarshalJSON(data []byte) er... type AggregationPipelinePercentilesMetric (line 1797) | type AggregationPipelinePercentilesMetric struct method UnmarshalJSON (line 1805) | func (a *AggregationPipelinePercentilesMetric) UnmarshalJSON(data []by... type AggregationBucketCompositeItems (line 1824) | type AggregationBucketCompositeItems struct method UnmarshalJSON (line 1833) | func (a *AggregationBucketCompositeItems) UnmarshalJSON(data []byte) e... type AggregationBucketCompositeItem (line 1852) | type AggregationBucketCompositeItem struct method UnmarshalJSON (line 1860) | func (a *AggregationBucketCompositeItem) UnmarshalJSON(data []byte) er... type AggregationScriptedMetric (line 1879) | type AggregationScriptedMetric struct method UnmarshalJSON (line 1887) | func (a *AggregationScriptedMetric) UnmarshalJSON(data []byte) error { type AggregationTopMetricsItems (line 1905) | type AggregationTopMetricsItems struct type AggregationTopMetricsItem (line 1912) | type AggregationTopMetricsItem struct FILE: search_aggs_bucket_adjacency_matrix.go type AdjacencyMatrixAggregation (line 14) | type AdjacencyMatrixAggregation struct method Filters (line 29) | func (a *AdjacencyMatrixAggregation) Filters(name string, filter Query... method SubAggregation (line 35) | func (a *AdjacencyMatrixAggregation) SubAggregation(name string, subAg... method Meta (line 41) | func (a *AdjacencyMatrixAggregation) Meta(metaData map[string]interfac... method Source (line 47) | func (a *AdjacencyMatrixAggregation) Source() (interface{}, error) { function NewAdjacencyMatrixAggregation (line 21) | func NewAdjacencyMatrixAggregation() *AdjacencyMatrixAggregation { FILE: search_aggs_bucket_adjacency_matrix_test.go function TestAdjacencyMatrixAggregationFilters (line 12) | func TestAdjacencyMatrixAggregationFilters(t *testing.T) { function TestAdjacencyMatrixAggregationWithSubAggregation (line 32) | func TestAdjacencyMatrixAggregationWithSubAggregation(t *testing.T) { function TestAdjacencyMatrixAggregationWithMetaData (line 53) | func TestAdjacencyMatrixAggregationWithMetaData(t *testing.T) { FILE: search_aggs_bucket_auto_date_histogram.go type AutoDateHistogramAggregation (line 10) | type AutoDateHistogramAggregation struct method Field (line 32) | func (a *AutoDateHistogramAggregation) Field(field string) *AutoDateHi... method Script (line 38) | func (a *AutoDateHistogramAggregation) Script(script *Script) *AutoDat... method Missing (line 44) | func (a *AutoDateHistogramAggregation) Missing(missing interface{}) *A... method SubAggregation (line 50) | func (a *AutoDateHistogramAggregation) SubAggregation(name string, sub... method Meta (line 56) | func (a *AutoDateHistogramAggregation) Meta(metaData map[string]interf... method Buckets (line 62) | func (a *AutoDateHistogramAggregation) Buckets(buckets int) *AutoDateH... method MinDocCount (line 69) | func (a *AutoDateHistogramAggregation) MinDocCount(minDocCount int64) ... method TimeZone (line 75) | func (a *AutoDateHistogramAggregation) TimeZone(timeZone string) *Auto... method Format (line 81) | func (a *AutoDateHistogramAggregation) Format(format string) *AutoDate... method MinimumInterval (line 87) | func (a *AutoDateHistogramAggregation) MinimumInterval(interval string... method Source (line 93) | func (a *AutoDateHistogramAggregation) Source() (interface{}, error) { function NewAutoDateHistogramAggregation (line 25) | func NewAutoDateHistogramAggregation() *AutoDateHistogramAggregation { FILE: search_aggs_bucket_auto_date_histogram_test.go function TestAutoDateHistogramAggregation (line 12) | func TestAutoDateHistogramAggregation(t *testing.T) { function TestAutoDateHistogramAggregationWithFormat (line 31) | func TestAutoDateHistogramAggregationWithFormat(t *testing.T) { function TestAutoDateHistogramAggregationWithMissing (line 48) | func TestAutoDateHistogramAggregationWithMissing(t *testing.T) { FILE: search_aggs_bucket_children.go type ChildrenAggregation (line 11) | type ChildrenAggregation struct method Type (line 23) | func (a *ChildrenAggregation) Type(typ string) *ChildrenAggregation { method SubAggregation (line 28) | func (a *ChildrenAggregation) SubAggregation(name string, subAggregati... method Meta (line 34) | func (a *ChildrenAggregation) Meta(metaData map[string]interface{}) *C... method Source (line 39) | func (a *ChildrenAggregation) Source() (interface{}, error) { function NewChildrenAggregation (line 17) | func NewChildrenAggregation() *ChildrenAggregation { FILE: search_aggs_bucket_children_test.go function TestChildrenAggregation (line 12) | func TestChildrenAggregation(t *testing.T) { function TestChildrenAggregationWithSubAggregation (line 29) | func TestChildrenAggregationWithSubAggregation(t *testing.T) { FILE: search_aggs_bucket_composite.go type CompositeAggregation (line 12) | type CompositeAggregation struct method Size (line 30) | func (a *CompositeAggregation) Size(size int) *CompositeAggregation { method AggregateAfter (line 37) | func (a *CompositeAggregation) AggregateAfter(after map[string]interfa... method Sources (line 44) | func (a *CompositeAggregation) Sources(sources ...CompositeAggregation... method SubAggregation (line 50) | func (a *CompositeAggregation) SubAggregation(name string, subAggregat... method Meta (line 56) | func (a *CompositeAggregation) Meta(metaData map[string]interface{}) *... method Source (line 62) | func (a *CompositeAggregation) Source() (interface{}, error) { function NewCompositeAggregation (line 21) | func NewCompositeAggregation() *CompositeAggregation { type CompositeAggregationValuesSource (line 133) | type CompositeAggregationValuesSource interface type CompositeAggregationTermsValuesSource (line 144) | type CompositeAggregationTermsValuesSource struct method Field (line 163) | func (a *CompositeAggregationTermsValuesSource) Field(field string) *C... method Script (line 169) | func (a *CompositeAggregationTermsValuesSource) Script(script *Script)... method ValueType (line 176) | func (a *CompositeAggregationTermsValuesSource) ValueType(valueType st... method Order (line 183) | func (a *CompositeAggregationTermsValuesSource) Order(order string) *C... method Asc (line 189) | func (a *CompositeAggregationTermsValuesSource) Asc() *CompositeAggreg... method Desc (line 195) | func (a *CompositeAggregationTermsValuesSource) Desc() *CompositeAggre... method Missing (line 204) | func (a *CompositeAggregationTermsValuesSource) Missing(missing interf... method MissingBucket (line 211) | func (a *CompositeAggregationTermsValuesSource) MissingBucket(missingB... method Source (line 217) | func (a *CompositeAggregationTermsValuesSource) Source() (interface{},... function NewCompositeAggregationTermsValuesSource (line 156) | func NewCompositeAggregationTermsValuesSource(name string) *CompositeAgg... type CompositeAggregationHistogramValuesSource (line 269) | type CompositeAggregationHistogramValuesSource struct method Field (line 290) | func (a *CompositeAggregationHistogramValuesSource) Field(field string... method Script (line 296) | func (a *CompositeAggregationHistogramValuesSource) Script(script *Scr... method ValueType (line 303) | func (a *CompositeAggregationHistogramValuesSource) ValueType(valueTyp... method Missing (line 312) | func (a *CompositeAggregationHistogramValuesSource) Missing(missing in... method MissingBucket (line 319) | func (a *CompositeAggregationHistogramValuesSource) MissingBucket(miss... method Order (line 326) | func (a *CompositeAggregationHistogramValuesSource) Order(order string... method Asc (line 332) | func (a *CompositeAggregationHistogramValuesSource) Asc() *CompositeAg... method Desc (line 338) | func (a *CompositeAggregationHistogramValuesSource) Desc() *CompositeA... method Interval (line 344) | func (a *CompositeAggregationHistogramValuesSource) Interval(interval ... method Source (line 350) | func (a *CompositeAggregationHistogramValuesSource) Source() (interfac... function NewCompositeAggregationHistogramValuesSource (line 282) | func NewCompositeAggregationHistogramValuesSource(name string, interval ... type CompositeAggregationDateHistogramValuesSource (line 405) | type CompositeAggregationDateHistogramValuesSource struct method Field (line 429) | func (a *CompositeAggregationDateHistogramValuesSource) Field(field st... method Script (line 435) | func (a *CompositeAggregationDateHistogramValuesSource) Script(script ... method ValueType (line 442) | func (a *CompositeAggregationDateHistogramValuesSource) ValueType(valu... method Missing (line 451) | func (a *CompositeAggregationDateHistogramValuesSource) Missing(missin... method MissingBucket (line 458) | func (a *CompositeAggregationDateHistogramValuesSource) MissingBucket(... method Order (line 465) | func (a *CompositeAggregationDateHistogramValuesSource) Order(order st... method Asc (line 471) | func (a *CompositeAggregationDateHistogramValuesSource) Asc() *Composi... method Desc (line 477) | func (a *CompositeAggregationDateHistogramValuesSource) Desc() *Compos... method Interval (line 485) | func (a *CompositeAggregationDateHistogramValuesSource) Interval(inter... method FixedInterval (line 491) | func (a *CompositeAggregationDateHistogramValuesSource) FixedInterval(... method CalendarInterval (line 497) | func (a *CompositeAggregationDateHistogramValuesSource) CalendarInterv... method Format (line 503) | func (a *CompositeAggregationDateHistogramValuesSource) Format(format ... method TimeZone (line 509) | func (a *CompositeAggregationDateHistogramValuesSource) TimeZone(timeZ... method Source (line 515) | func (a *CompositeAggregationDateHistogramValuesSource) Source() (inte... function NewCompositeAggregationDateHistogramValuesSource (line 422) | func NewCompositeAggregationDateHistogramValuesSource(name string) *Comp... FILE: search_aggs_bucket_composite_test.go function TestCompositeAggregation (line 12) | func TestCompositeAggregation(t *testing.T) { function TestCompositeAggregationTermsValuesSource (line 40) | func TestCompositeAggregationTermsValuesSource(t *testing.T) { function TestCompositeAggregationHistogramValuesSource (line 58) | func TestCompositeAggregationHistogramValuesSource(t *testing.T) { function TestCompositeAggregationDateHistogramValuesSourceWithCalendarInterval (line 76) | func TestCompositeAggregationDateHistogramValuesSourceWithCalendarInterv... function TestCompositeAggregationDateHistogramValuesSourceWithFixedInterval (line 95) | func TestCompositeAggregationDateHistogramValuesSourceWithFixedInterval(... FILE: search_aggs_bucket_count_thresholds.go type BucketCountThresholds (line 8) | type BucketCountThresholds struct FILE: search_aggs_bucket_date_histogram.go type DateHistogramAggregation (line 10) | type DateHistogramAggregation struct method Field (line 39) | func (a *DateHistogramAggregation) Field(field string) *DateHistogramA... method Script (line 44) | func (a *DateHistogramAggregation) Script(script *Script) *DateHistogr... method Missing (line 50) | func (a *DateHistogramAggregation) Missing(missing interface{}) *DateH... method SubAggregation (line 55) | func (a *DateHistogramAggregation) SubAggregation(name string, subAggr... method Meta (line 61) | func (a *DateHistogramAggregation) Meta(metaData map[string]interface{... method Interval (line 73) | func (a *DateHistogramAggregation) Interval(interval string) *DateHist... method FixedInterval (line 88) | func (a *DateHistogramAggregation) FixedInterval(fixedInterval string)... method CalendarInterval (line 103) | func (a *DateHistogramAggregation) CalendarInterval(calendarInterval s... method Order (line 111) | func (a *DateHistogramAggregation) Order(order string, asc bool) *Date... method OrderByCount (line 117) | func (a *DateHistogramAggregation) OrderByCount(asc bool) *DateHistogr... method OrderByCountAsc (line 124) | func (a *DateHistogramAggregation) OrderByCountAsc() *DateHistogramAgg... method OrderByCountDesc (line 128) | func (a *DateHistogramAggregation) OrderByCountDesc() *DateHistogramAg... method OrderByKey (line 132) | func (a *DateHistogramAggregation) OrderByKey(asc bool) *DateHistogram... method OrderByKeyAsc (line 139) | func (a *DateHistogramAggregation) OrderByKeyAsc() *DateHistogramAggre... method OrderByKeyDesc (line 143) | func (a *DateHistogramAggregation) OrderByKeyDesc() *DateHistogramAggr... method OrderByAggregation (line 149) | func (a *DateHistogramAggregation) OrderByAggregation(aggName string, ... method OrderByAggregationAndMetric (line 170) | func (a *DateHistogramAggregation) OrderByAggregationAndMetric(aggName... method MinDocCount (line 191) | func (a *DateHistogramAggregation) MinDocCount(minDocCount int64) *Dat... method TimeZone (line 197) | func (a *DateHistogramAggregation) TimeZone(timeZone string) *DateHist... method Format (line 203) | func (a *DateHistogramAggregation) Format(format string) *DateHistogra... method Offset (line 209) | func (a *DateHistogramAggregation) Offset(offset string) *DateHistogra... method ExtendedBounds (line 217) | func (a *DateHistogramAggregation) ExtendedBounds(min, max interface{}... method ExtendedBoundsMin (line 224) | func (a *DateHistogramAggregation) ExtendedBoundsMin(min interface{}) ... method ExtendedBoundsMax (line 230) | func (a *DateHistogramAggregation) ExtendedBoundsMax(max interface{}) ... method Keyed (line 238) | func (a *DateHistogramAggregation) Keyed(keyed bool) *DateHistogramAgg... method Source (line 243) | func (a *DateHistogramAggregation) Source() (interface{}, error) { function NewDateHistogramAggregation (line 32) | func NewDateHistogramAggregation() *DateHistogramAggregation { FILE: search_aggs_bucket_date_histogram_test.go function TestDateHistogramAggregationLegacyInterval (line 12) | func TestDateHistogramAggregationLegacyInterval(t *testing.T) { function TestDateHistogramAggregationFixed (line 34) | func TestDateHistogramAggregationFixed(t *testing.T) { function TestDateHistogramAggregationCalendar (line 56) | func TestDateHistogramAggregationCalendar(t *testing.T) { function TestDateHistogramAggregationWithKeyedResponse (line 78) | func TestDateHistogramAggregationWithKeyedResponse(t *testing.T) { function TestDateHistogramAggregationWithMissing (line 95) | func TestDateHistogramAggregationWithMissing(t *testing.T) { FILE: search_aggs_bucket_date_range.go type DateRangeAggregation (line 19) | type DateRangeAggregation struct method Field (line 44) | func (a *DateRangeAggregation) Field(field string) *DateRangeAggregati... method Script (line 49) | func (a *DateRangeAggregation) Script(script *Script) *DateRangeAggreg... method SubAggregation (line 54) | func (a *DateRangeAggregation) SubAggregation(name string, subAggregat... method Meta (line 60) | func (a *DateRangeAggregation) Meta(metaData map[string]interface{}) *... method Keyed (line 65) | func (a *DateRangeAggregation) Keyed(keyed bool) *DateRangeAggregation { method Unmapped (line 70) | func (a *DateRangeAggregation) Unmapped(unmapped bool) *DateRangeAggre... method TimeZone (line 75) | func (a *DateRangeAggregation) TimeZone(timeZone string) *DateRangeAgg... method Format (line 80) | func (a *DateRangeAggregation) Format(format string) *DateRangeAggrega... method AddRange (line 85) | func (a *DateRangeAggregation) AddRange(from, to interface{}) *DateRan... method AddRangeWithKey (line 90) | func (a *DateRangeAggregation) AddRangeWithKey(key string, from, to in... method AddUnboundedTo (line 95) | func (a *DateRangeAggregation) AddUnboundedTo(from interface{}) *DateR... method AddUnboundedToWithKey (line 100) | func (a *DateRangeAggregation) AddUnboundedToWithKey(key string, from ... method AddUnboundedFrom (line 105) | func (a *DateRangeAggregation) AddUnboundedFrom(to interface{}) *DateR... method AddUnboundedFromWithKey (line 110) | func (a *DateRangeAggregation) AddUnboundedFromWithKey(key string, to ... method Lt (line 115) | func (a *DateRangeAggregation) Lt(to interface{}) *DateRangeAggregation { method LtWithKey (line 120) | func (a *DateRangeAggregation) LtWithKey(key string, to interface{}) *... method Between (line 125) | func (a *DateRangeAggregation) Between(from, to interface{}) *DateRang... method BetweenWithKey (line 130) | func (a *DateRangeAggregation) BetweenWithKey(key string, from, to int... method Gt (line 135) | func (a *DateRangeAggregation) Gt(from interface{}) *DateRangeAggregat... method GtWithKey (line 140) | func (a *DateRangeAggregation) GtWithKey(key string, from interface{})... method Source (line 145) | func (a *DateRangeAggregation) Source() (interface{}, error) { type DateRangeAggregationEntry (line 31) | type DateRangeAggregationEntry struct function NewDateRangeAggregation (line 37) | func NewDateRangeAggregation() *DateRangeAggregation { FILE: search_aggs_bucket_date_range_test.go function TestDateRangeAggregation (line 12) | func TestDateRangeAggregation(t *testing.T) { function TestDateRangeAggregationWithPointers (line 32) | func TestDateRangeAggregationWithPointers(t *testing.T) { function TestDateRangeAggregationWithUnbounded (line 57) | func TestDateRangeAggregationWithUnbounded(t *testing.T) { function TestDateRangeAggregationWithLtAndCo (line 77) | func TestDateRangeAggregationWithLtAndCo(t *testing.T) { function TestDateRangeAggregationWithKeyedFlag (line 97) | func TestDateRangeAggregationWithKeyedFlag(t *testing.T) { function TestDateRangeAggregationWithKeys (line 118) | func TestDateRangeAggregationWithKeys(t *testing.T) { function TestDateRangeAggregationWithSpecialNames (line 139) | func TestDateRangeAggregationWithSpecialNames(t *testing.T) { FILE: search_aggs_bucket_diversified_sampler.go type DiversifiedSamplerAggregation (line 12) | type DiversifiedSamplerAggregation struct method SubAggregation (line 30) | func (a *DiversifiedSamplerAggregation) SubAggregation(name string, su... method Meta (line 36) | func (a *DiversifiedSamplerAggregation) Meta(metaData map[string]inter... method Field (line 42) | func (a *DiversifiedSamplerAggregation) Field(field string) *Diversifi... method Script (line 47) | func (a *DiversifiedSamplerAggregation) Script(script *Script) *Divers... method ShardSize (line 53) | func (a *DiversifiedSamplerAggregation) ShardSize(shardSize int) *Dive... method MaxDocsPerValue (line 58) | func (a *DiversifiedSamplerAggregation) MaxDocsPerValue(maxDocsPerValu... method ExecutionHint (line 63) | func (a *DiversifiedSamplerAggregation) ExecutionHint(hint string) *Di... method Source (line 68) | func (a *DiversifiedSamplerAggregation) Source() (interface{}, error) { function NewDiversifiedSamplerAggregation (line 22) | func NewDiversifiedSamplerAggregation() *DiversifiedSamplerAggregation { FILE: search_aggs_bucket_diversified_sampler_test.go function TestDiversifiedSamplerAggregation (line 12) | func TestDiversifiedSamplerAggregation(t *testing.T) { FILE: search_aggs_bucket_filter.go type FilterAggregation (line 12) | type FilterAggregation struct method SubAggregation (line 24) | func (a *FilterAggregation) SubAggregation(name string, subAggregation... method Meta (line 30) | func (a *FilterAggregation) Meta(metaData map[string]interface{}) *Fil... method Filter (line 35) | func (a *FilterAggregation) Filter(filter Query) *FilterAggregation { method Source (line 40) | func (a *FilterAggregation) Source() (interface{}, error) { function NewFilterAggregation (line 18) | func NewFilterAggregation() *FilterAggregation { FILE: search_aggs_bucket_filter_test.go function TestFilterAggregation (line 12) | func TestFilterAggregation(t *testing.T) { function TestFilterAggregationWithSubAggregation (line 30) | func TestFilterAggregationWithSubAggregation(t *testing.T) { function TestFilterAggregationWithMeta (line 50) | func TestFilterAggregationWithMeta(t *testing.T) { FILE: search_aggs_bucket_filters.go type FiltersAggregation (line 19) | type FiltersAggregation struct method Filter (line 39) | func (a *FiltersAggregation) Filter(filter Query) *FiltersAggregation { method Filters (line 46) | func (a *FiltersAggregation) Filters(filters ...Query) *FiltersAggrega... method FilterWithName (line 55) | func (a *FiltersAggregation) FilterWithName(name string, filter Query)... method OtherBucket (line 62) | func (a *FiltersAggregation) OtherBucket(otherBucket bool) *FiltersAgg... method OtherBucketKey (line 69) | func (a *FiltersAggregation) OtherBucketKey(key string) *FiltersAggreg... method SubAggregation (line 75) | func (a *FiltersAggregation) SubAggregation(name string, subAggregatio... method Meta (line 81) | func (a *FiltersAggregation) Meta(metaData map[string]interface{}) *Fi... method Source (line 89) | func (a *FiltersAggregation) Source() (interface{}, error) { function NewFiltersAggregation (line 29) | func NewFiltersAggregation() *FiltersAggregation { FILE: search_aggs_bucket_filters_test.go function TestFiltersAggregationFilters (line 12) | func TestFiltersAggregationFilters(t *testing.T) { function TestFiltersAggregationFilterWithName (line 31) | func TestFiltersAggregationFilterWithName(t *testing.T) { function TestFiltersAggregationWithKeyedAndNonKeyedFilters (line 52) | func TestFiltersAggregationWithKeyedAndNonKeyedFilters(t *testing.T) { function TestFiltersAggregationWithOtherBuckets (line 62) | func TestFiltersAggregationWithOtherBuckets(t *testing.T) { function TestFiltersAggregationWithSubAggregation (line 83) | func TestFiltersAggregationWithSubAggregation(t *testing.T) { function TestFiltersAggregationWithMetaData (line 103) | func TestFiltersAggregationWithMetaData(t *testing.T) { FILE: search_aggs_bucket_geo_distance.go type GeoDistanceAggregation (line 15) | type GeoDistanceAggregation struct method Field (line 38) | func (a *GeoDistanceAggregation) Field(field string) *GeoDistanceAggre... method Unit (line 43) | func (a *GeoDistanceAggregation) Unit(unit string) *GeoDistanceAggrega... method DistanceType (line 48) | func (a *GeoDistanceAggregation) DistanceType(distanceType string) *Ge... method Point (line 53) | func (a *GeoDistanceAggregation) Point(latLon string) *GeoDistanceAggr... method SubAggregation (line 58) | func (a *GeoDistanceAggregation) SubAggregation(name string, subAggreg... method Meta (line 64) | func (a *GeoDistanceAggregation) Meta(metaData map[string]interface{})... method AddRange (line 68) | func (a *GeoDistanceAggregation) AddRange(from, to interface{}) *GeoDi... method AddRangeWithKey (line 73) | func (a *GeoDistanceAggregation) AddRangeWithKey(key string, from, to ... method AddUnboundedTo (line 78) | func (a *GeoDistanceAggregation) AddUnboundedTo(from float64) *GeoDist... method AddUnboundedToWithKey (line 83) | func (a *GeoDistanceAggregation) AddUnboundedToWithKey(key string, fro... method AddUnboundedFrom (line 88) | func (a *GeoDistanceAggregation) AddUnboundedFrom(to float64) *GeoDist... method AddUnboundedFromWithKey (line 93) | func (a *GeoDistanceAggregation) AddUnboundedFromWithKey(key string, t... method Between (line 98) | func (a *GeoDistanceAggregation) Between(from, to interface{}) *GeoDis... method BetweenWithKey (line 103) | func (a *GeoDistanceAggregation) BetweenWithKey(key string, from, to i... method Source (line 108) | func (a *GeoDistanceAggregation) Source() (interface{}, error) { type geoDistAggRange (line 25) | type geoDistAggRange struct function NewGeoDistanceAggregation (line 31) | func NewGeoDistanceAggregation() *GeoDistanceAggregation { FILE: search_aggs_bucket_geo_distance_test.go function TestGeoDistanceAggregation (line 12) | func TestGeoDistanceAggregation(t *testing.T) { function TestGeoDistanceAggregationWithPointers (line 32) | func TestGeoDistanceAggregationWithPointers(t *testing.T) { function TestGeoDistanceAggregationWithUnbounded (line 54) | func TestGeoDistanceAggregationWithUnbounded(t *testing.T) { function TestGeoDistanceAggregationWithMetaData (line 74) | func TestGeoDistanceAggregationWithMetaData(t *testing.T) { FILE: search_aggs_bucket_geohash_grid.go type GeoHashGridAggregation (line 3) | type GeoHashGridAggregation struct method Field (line 20) | func (a *GeoHashGridAggregation) Field(field string) *GeoHashGridAggre... method Precision (line 28) | func (a *GeoHashGridAggregation) Precision(precision interface{}) *Geo... method Size (line 33) | func (a *GeoHashGridAggregation) Size(size int) *GeoHashGridAggregation { method ShardSize (line 38) | func (a *GeoHashGridAggregation) ShardSize(shardSize int) *GeoHashGrid... method SubAggregation (line 43) | func (a *GeoHashGridAggregation) SubAggregation(name string, subAggreg... method Meta (line 48) | func (a *GeoHashGridAggregation) Meta(metaData map[string]interface{})... method Source (line 53) | func (a *GeoHashGridAggregation) Source() (interface{}, error) { function NewGeoHashGridAggregation (line 12) | func NewGeoHashGridAggregation() *GeoHashGridAggregation { FILE: search_aggs_bucket_geohash_grid_test.go function TestGeoHashGridAggregation (line 8) | func TestGeoHashGridAggregation(t *testing.T) { function TestGeoHashGridAggregation_PrecisionAsString (line 26) | func TestGeoHashGridAggregation_PrecisionAsString(t *testing.T) { function TestGeoHashGridAggregationWithMetaData (line 44) | func TestGeoHashGridAggregationWithMetaData(t *testing.T) { function TestGeoHashGridAggregationWithSize (line 64) | func TestGeoHashGridAggregationWithSize(t *testing.T) { function TestGeoHashGridAggregationWithShardSize (line 84) | func TestGeoHashGridAggregationWithShardSize(t *testing.T) { FILE: search_aggs_bucket_geotile_grid.go type GeoTileGridAggregation (line 5) | type GeoTileGridAggregation struct method Field (line 27) | func (a *GeoTileGridAggregation) Field(field string) *GeoTileGridAggre... method Precision (line 33) | func (a *GeoTileGridAggregation) Precision(precision int) *GeoTileGrid... method Size (line 39) | func (a *GeoTileGridAggregation) Size(size int) *GeoTileGridAggregation { method ShardSize (line 45) | func (a *GeoTileGridAggregation) ShardSize(shardSize int) *GeoTileGrid... method Bounds (line 51) | func (a *GeoTileGridAggregation) Bounds(boundingBox BoundingBox) *GeoT... method SubAggregation (line 57) | func (a *GeoTileGridAggregation) SubAggregation(name string, subAggreg... method Meta (line 63) | func (a *GeoTileGridAggregation) Meta(metaData map[string]interface{})... method Source (line 69) | func (a *GeoTileGridAggregation) Source() (interface{}, error) { function NewGeoTileGridAggregation (line 17) | func NewGeoTileGridAggregation() *GeoTileGridAggregation { type BoundingBox (line 116) | type BoundingBox struct FILE: search_aggs_bucket_geotile_grid_test.go function TestGeoTileGridAggregation (line 8) | func TestGeoTileGridAggregation(t *testing.T) { FILE: search_aggs_bucket_global.go type GlobalAggregation (line 12) | type GlobalAggregation struct method SubAggregation (line 23) | func (a *GlobalAggregation) SubAggregation(name string, subAggregation... method Meta (line 29) | func (a *GlobalAggregation) Meta(metaData map[string]interface{}) *Glo... method Source (line 34) | func (a *GlobalAggregation) Source() (interface{}, error) { function NewGlobalAggregation (line 17) | func NewGlobalAggregation() *GlobalAggregation { FILE: search_aggs_bucket_global_test.go function TestGlobalAggregation (line 12) | func TestGlobalAggregation(t *testing.T) { function TestGlobalAggregationWithMetaData (line 29) | func TestGlobalAggregationWithMetaData(t *testing.T) { FILE: search_aggs_bucket_histogram.go type HistogramAggregation (line 12) | type HistogramAggregation struct method Field (line 34) | func (a *HistogramAggregation) Field(field string) *HistogramAggregati... method Script (line 39) | func (a *HistogramAggregation) Script(script *Script) *HistogramAggreg... method Missing (line 45) | func (a *HistogramAggregation) Missing(missing interface{}) *Histogram... method SubAggregation (line 50) | func (a *HistogramAggregation) SubAggregation(name string, subAggregat... method Meta (line 56) | func (a *HistogramAggregation) Meta(metaData map[string]interface{}) *... method Interval (line 62) | func (a *HistogramAggregation) Interval(interval float64) *HistogramAg... method Order (line 70) | func (a *HistogramAggregation) Order(order string, asc bool) *Histogra... method OrderByCount (line 76) | func (a *HistogramAggregation) OrderByCount(asc bool) *HistogramAggreg... method OrderByCountAsc (line 83) | func (a *HistogramAggregation) OrderByCountAsc() *HistogramAggregation { method OrderByCountDesc (line 87) | func (a *HistogramAggregation) OrderByCountDesc() *HistogramAggregation { method OrderByKey (line 91) | func (a *HistogramAggregation) OrderByKey(asc bool) *HistogramAggregat... method OrderByKeyAsc (line 98) | func (a *HistogramAggregation) OrderByKeyAsc() *HistogramAggregation { method OrderByKeyDesc (line 102) | func (a *HistogramAggregation) OrderByKeyDesc() *HistogramAggregation { method OrderByAggregation (line 108) | func (a *HistogramAggregation) OrderByAggregation(aggName string, asc ... method OrderByAggregationAndMetric (line 129) | func (a *HistogramAggregation) OrderByAggregationAndMetric(aggName, me... method MinDocCount (line 148) | func (a *HistogramAggregation) MinDocCount(minDocCount int64) *Histogr... method ExtendedBounds (line 153) | func (a *HistogramAggregation) ExtendedBounds(min, max float64) *Histo... method ExtendedBoundsMin (line 159) | func (a *HistogramAggregation) ExtendedBoundsMin(min float64) *Histogr... method MinBounds (line 164) | func (a *HistogramAggregation) MinBounds(min float64) *HistogramAggreg... method ExtendedBoundsMax (line 169) | func (a *HistogramAggregation) ExtendedBoundsMax(max float64) *Histogr... method MaxBounds (line 174) | func (a *HistogramAggregation) MaxBounds(max float64) *HistogramAggreg... method Offset (line 180) | func (a *HistogramAggregation) Offset(offset float64) *HistogramAggreg... method Source (line 185) | func (a *HistogramAggregation) Source() (interface{}, error) { function NewHistogramAggregation (line 28) | func NewHistogramAggregation() *HistogramAggregation { FILE: search_aggs_bucket_histogram_test.go function TestHistogramAggregation (line 12) | func TestHistogramAggregation(t *testing.T) { function TestHistogramAggregationWithMetaData (line 29) | func TestHistogramAggregationWithMetaData(t *testing.T) { function TestHistogramAggregationWithMissing (line 46) | func TestHistogramAggregationWithMissing(t *testing.T) { FILE: search_aggs_bucket_ip_range.go type IPRangeAggregation (line 11) | type IPRangeAggregation struct method Field (line 33) | func (a *IPRangeAggregation) Field(field string) *IPRangeAggregation { method SubAggregation (line 38) | func (a *IPRangeAggregation) SubAggregation(name string, subAggregatio... method Meta (line 44) | func (a *IPRangeAggregation) Meta(metaData map[string]interface{}) *IP... method Keyed (line 49) | func (a *IPRangeAggregation) Keyed(keyed bool) *IPRangeAggregation { method AddMaskRange (line 54) | func (a *IPRangeAggregation) AddMaskRange(mask string) *IPRangeAggrega... method AddMaskRangeWithKey (line 59) | func (a *IPRangeAggregation) AddMaskRangeWithKey(key, mask string) *IP... method AddRange (line 64) | func (a *IPRangeAggregation) AddRange(from, to string) *IPRangeAggrega... method AddRangeWithKey (line 69) | func (a *IPRangeAggregation) AddRangeWithKey(key, from, to string) *IP... method AddUnboundedTo (line 74) | func (a *IPRangeAggregation) AddUnboundedTo(from string) *IPRangeAggre... method AddUnboundedToWithKey (line 79) | func (a *IPRangeAggregation) AddUnboundedToWithKey(key, from string) *... method AddUnboundedFrom (line 84) | func (a *IPRangeAggregation) AddUnboundedFrom(to string) *IPRangeAggre... method AddUnboundedFromWithKey (line 89) | func (a *IPRangeAggregation) AddUnboundedFromWithKey(key, to string) *... method Lt (line 94) | func (a *IPRangeAggregation) Lt(to string) *IPRangeAggregation { method LtWithKey (line 99) | func (a *IPRangeAggregation) LtWithKey(key, to string) *IPRangeAggrega... method Between (line 104) | func (a *IPRangeAggregation) Between(from, to string) *IPRangeAggregat... method BetweenWithKey (line 109) | func (a *IPRangeAggregation) BetweenWithKey(key, from, to string) *IPR... method Gt (line 114) | func (a *IPRangeAggregation) Gt(from string) *IPRangeAggregation { method GtWithKey (line 119) | func (a *IPRangeAggregation) GtWithKey(key, from string) *IPRangeAggre... method Source (line 124) | func (a *IPRangeAggregation) Source() (interface{}, error) { type IPRangeAggregationEntry (line 19) | type IPRangeAggregationEntry struct function NewIPRangeAggregation (line 26) | func NewIPRangeAggregation() *IPRangeAggregation { FILE: search_aggs_bucket_ip_range_test.go function TestIPRangeAggregation (line 12) | func TestIPRangeAggregation(t *testing.T) { function TestIPRangeAggregationMask (line 32) | func TestIPRangeAggregationMask(t *testing.T) { function TestIPRangeAggregationWithKeyedFlag (line 51) | func TestIPRangeAggregationWithKeyedFlag(t *testing.T) { function TestIPRangeAggregationWithKeys (line 72) | func TestIPRangeAggregationWithKeys(t *testing.T) { FILE: search_aggs_bucket_missing.go type MissingAggregation (line 15) | type MissingAggregation struct method Field (line 27) | func (a *MissingAggregation) Field(field string) *MissingAggregation { method SubAggregation (line 32) | func (a *MissingAggregation) SubAggregation(name string, subAggregatio... method Meta (line 38) | func (a *MissingAggregation) Meta(metaData map[string]interface{}) *Mi... method Source (line 43) | func (a *MissingAggregation) Source() (interface{}, error) { function NewMissingAggregation (line 21) | func NewMissingAggregation() *MissingAggregation { FILE: search_aggs_bucket_missing_test.go function TestMissingAggregation (line 12) | func TestMissingAggregation(t *testing.T) { function TestMissingAggregationWithMetaData (line 29) | func TestMissingAggregationWithMetaData(t *testing.T) { FILE: search_aggs_bucket_multi_terms.go type MultiTermsAggregation (line 16) | type MultiTermsAggregation struct method Terms (line 41) | func (a *MultiTermsAggregation) Terms(fields ...string) *MultiTermsAgg... method MultiTerms (line 52) | func (a *MultiTermsAggregation) MultiTerms(multiTerms ...MultiTerm) *M... method SubAggregation (line 57) | func (a *MultiTermsAggregation) SubAggregation(name string, subAggrega... method Meta (line 63) | func (a *MultiTermsAggregation) Meta(metaData map[string]interface{}) ... method Size (line 68) | func (a *MultiTermsAggregation) Size(size int) *MultiTermsAggregation { method ShardSize (line 73) | func (a *MultiTermsAggregation) ShardSize(shardSize int) *MultiTermsAg... method MinDocCount (line 78) | func (a *MultiTermsAggregation) MinDocCount(minDocCount int) *MultiTer... method ShardMinDocCount (line 83) | func (a *MultiTermsAggregation) ShardMinDocCount(shardMinDocCount int)... method Order (line 88) | func (a *MultiTermsAggregation) Order(order string, asc bool) *MultiTe... method OrderByCount (line 93) | func (a *MultiTermsAggregation) OrderByCount(asc bool) *MultiTermsAggr... method OrderByCountAsc (line 99) | func (a *MultiTermsAggregation) OrderByCountAsc() *MultiTermsAggregati... method OrderByCountDesc (line 103) | func (a *MultiTermsAggregation) OrderByCountDesc() *MultiTermsAggregat... method OrderByKey (line 107) | func (a *MultiTermsAggregation) OrderByKey(asc bool) *MultiTermsAggreg... method OrderByKeyAsc (line 113) | func (a *MultiTermsAggregation) OrderByKeyAsc() *MultiTermsAggregation { method OrderByKeyDesc (line 117) | func (a *MultiTermsAggregation) OrderByKeyDesc() *MultiTermsAggregation { method OrderByAggregation (line 123) | func (a *MultiTermsAggregation) OrderByAggregation(aggName string, asc... method OrderByAggregationAndMetric (line 156) | func (a *MultiTermsAggregation) OrderByAggregationAndMetric(aggName, m... method CollectionMode (line 188) | func (a *MultiTermsAggregation) CollectionMode(collectionMode string) ... method ShowTermDocCountError (line 193) | func (a *MultiTermsAggregation) ShowTermDocCountError(showTermDocCount... method Source (line 198) | func (a *MultiTermsAggregation) Source() (interface{}, error) { function NewMultiTermsAggregation (line 31) | func NewMultiTermsAggregation() *MultiTermsAggregation { type MultiTermsOrder (line 286) | type MultiTermsOrder struct method Source (line 292) | func (order *MultiTermsOrder) Source() (interface{}, error) { type MultiTerm (line 303) | type MultiTerm struct method Source (line 309) | func (term *MultiTerm) Source() (interface{}, error) { FILE: search_aggs_bucket_multi_terms_test.go function TestMultiTermsAggregation (line 12) | func TestMultiTermsAggregation(t *testing.T) { function TestMultiTermsAggregationWithMultiTerms (line 29) | func TestMultiTermsAggregationWithMultiTerms(t *testing.T) { function TestMultiTermsAggregationWithSubAggregation (line 49) | func TestMultiTermsAggregationWithSubAggregation(t *testing.T) { function TestMultiTermsAggregationWithMultipleSubAggregation (line 69) | func TestMultiTermsAggregationWithMultipleSubAggregation(t *testing.T) { function TestMultiTermsAggregationWithMetaData (line 91) | func TestMultiTermsAggregationWithMetaData(t *testing.T) { function TestMultiTermsAggregationWithMissing (line 109) | func TestMultiTermsAggregationWithMissing(t *testing.T) { FILE: search_aggs_bucket_nested.go type NestedAggregation (line 10) | type NestedAggregation struct method SubAggregation (line 22) | func (a *NestedAggregation) SubAggregation(name string, subAggregation... method Meta (line 28) | func (a *NestedAggregation) Meta(metaData map[string]interface{}) *Nes... method Path (line 33) | func (a *NestedAggregation) Path(path string) *NestedAggregation { method Source (line 38) | func (a *NestedAggregation) Source() (interface{}, error) { function NewNestedAggregation (line 16) | func NewNestedAggregation() *NestedAggregation { FILE: search_aggs_bucket_nested_test.go function TestNestedAggregation (line 12) | func TestNestedAggregation(t *testing.T) { function TestNestedAggregationWithSubAggregation (line 29) | func TestNestedAggregationWithSubAggregation(t *testing.T) { function TestNestedAggregationWithMetaData (line 47) | func TestNestedAggregationWithMetaData(t *testing.T) { FILE: search_aggs_bucket_range.go type RangeAggregation (line 18) | type RangeAggregation struct method Field (line 42) | func (a *RangeAggregation) Field(field string) *RangeAggregation { method Script (line 47) | func (a *RangeAggregation) Script(script *Script) *RangeAggregation { method Missing (line 53) | func (a *RangeAggregation) Missing(missing interface{}) *RangeAggregat... method SubAggregation (line 58) | func (a *RangeAggregation) SubAggregation(name string, subAggregation ... method Meta (line 64) | func (a *RangeAggregation) Meta(metaData map[string]interface{}) *Rang... method Keyed (line 69) | func (a *RangeAggregation) Keyed(keyed bool) *RangeAggregation { method Unmapped (line 74) | func (a *RangeAggregation) Unmapped(unmapped bool) *RangeAggregation { method AddRange (line 79) | func (a *RangeAggregation) AddRange(from, to interface{}) *RangeAggreg... method AddRangeWithKey (line 84) | func (a *RangeAggregation) AddRangeWithKey(key string, from, to interf... method AddUnboundedTo (line 89) | func (a *RangeAggregation) AddUnboundedTo(from interface{}) *RangeAggr... method AddUnboundedToWithKey (line 94) | func (a *RangeAggregation) AddUnboundedToWithKey(key string, from inte... method AddUnboundedFrom (line 99) | func (a *RangeAggregation) AddUnboundedFrom(to interface{}) *RangeAggr... method AddUnboundedFromWithKey (line 104) | func (a *RangeAggregation) AddUnboundedFromWithKey(key string, to inte... method Lt (line 109) | func (a *RangeAggregation) Lt(to interface{}) *RangeAggregation { method LtWithKey (line 114) | func (a *RangeAggregation) LtWithKey(key string, to interface{}) *Rang... method Between (line 119) | func (a *RangeAggregation) Between(from, to interface{}) *RangeAggrega... method BetweenWithKey (line 124) | func (a *RangeAggregation) BetweenWithKey(key string, from, to interfa... method Gt (line 129) | func (a *RangeAggregation) Gt(from interface{}) *RangeAggregation { method GtWithKey (line 134) | func (a *RangeAggregation) GtWithKey(key string, from interface{}) *Ra... method Source (line 139) | func (a *RangeAggregation) Source() (interface{}, error) { type rangeAggregationEntry (line 29) | type rangeAggregationEntry struct function NewRangeAggregation (line 35) | func NewRangeAggregation() *RangeAggregation { FILE: search_aggs_bucket_range_test.go function TestRangeAggregation (line 12) | func TestRangeAggregation(t *testing.T) { function TestRangeAggregationWithPointers (line 32) | func TestRangeAggregationWithPointers(t *testing.T) { function TestRangeAggregationWithUnbounded (line 54) | func TestRangeAggregationWithUnbounded(t *testing.T) { function TestRangeAggregationWithLtAndCo (line 75) | func TestRangeAggregationWithLtAndCo(t *testing.T) { function TestRangeAggregationWithKeyedFlag (line 96) | func TestRangeAggregationWithKeyedFlag(t *testing.T) { function TestRangeAggregationWithKeys (line 118) | func TestRangeAggregationWithKeys(t *testing.T) { function TestRangeAggregationWithMetaData (line 140) | func TestRangeAggregationWithMetaData(t *testing.T) { function TestRangeAggregationWithMissing (line 160) | func TestRangeAggregationWithMissing(t *testing.T) { FILE: search_aggs_bucket_rare_terms.go type RareTermsAggregation (line 14) | type RareTermsAggregation struct method Field (line 31) | func (a *RareTermsAggregation) Field(field string) *RareTermsAggregati... method SubAggregation (line 36) | func (a *RareTermsAggregation) SubAggregation(name string, subAggregat... method Meta (line 42) | func (a *RareTermsAggregation) Meta(metaData map[string]interface{}) *... method MaxDocCount (line 47) | func (a *RareTermsAggregation) MaxDocCount(maxDocCount int) *RareTerms... method Precision (line 52) | func (a *RareTermsAggregation) Precision(precision float64) *RareTerms... method Missing (line 57) | func (a *RareTermsAggregation) Missing(missing interface{}) *RareTerms... method Include (line 62) | func (a *RareTermsAggregation) Include(regexp string) *RareTermsAggreg... method IncludeValues (line 70) | func (a *RareTermsAggregation) IncludeValues(values ...interface{}) *R... method Exclude (line 78) | func (a *RareTermsAggregation) Exclude(regexp string) *RareTermsAggreg... method ExcludeValues (line 86) | func (a *RareTermsAggregation) ExcludeValues(values ...interface{}) *R... method IncludeExclude (line 94) | func (a *RareTermsAggregation) IncludeExclude(includeExclude *TermsAgg... method Source (line 99) | func (a *RareTermsAggregation) Source() (interface{}, error) { function NewRareTermsAggregation (line 25) | func NewRareTermsAggregation() *RareTermsAggregation { FILE: search_aggs_bucket_rare_terms_test.go function TestRareTermsAggregation (line 12) | func TestRareTermsAggregation(t *testing.T) { function TestRareTermsAggregationWithArgs (line 29) | func TestRareTermsAggregationWithArgs(t *testing.T) { function TestRareTermsAggregationWithIncludeExclude (line 50) | func TestRareTermsAggregationWithIncludeExclude(t *testing.T) { function TestRareTermsAggregationWithIncludeExcludeValues (line 67) | func TestRareTermsAggregationWithIncludeExcludeValues(t *testing.T) { function TestRareTermsAggregationSubAggregation (line 84) | func TestRareTermsAggregationSubAggregation(t *testing.T) { function TestRareTermsAggregationWithMetaData (line 103) | func TestRareTermsAggregationWithMetaData(t *testing.T) { FILE: search_aggs_bucket_reverse_nested.go type ReverseNestedAggregation (line 15) | type ReverseNestedAggregation struct method Path (line 32) | func (a *ReverseNestedAggregation) Path(path string) *ReverseNestedAgg... method SubAggregation (line 37) | func (a *ReverseNestedAggregation) SubAggregation(name string, subAggr... method Meta (line 43) | func (a *ReverseNestedAggregation) Meta(metaData map[string]interface{... method Source (line 48) | func (a *ReverseNestedAggregation) Source() (interface{}, error) { function NewReverseNestedAggregation (line 23) | func NewReverseNestedAggregation() *ReverseNestedAggregation { FILE: search_aggs_bucket_reverse_nested_test.go function TestReverseNestedAggregation (line 12) | func TestReverseNestedAggregation(t *testing.T) { function TestReverseNestedAggregationWithPath (line 29) | func TestReverseNestedAggregationWithPath(t *testing.T) { function TestReverseNestedAggregationWithSubAggregation (line 46) | func TestReverseNestedAggregationWithSubAggregation(t *testing.T) { function TestReverseNestedAggregationWithMeta (line 66) | func TestReverseNestedAggregationWithMeta(t *testing.T) { FILE: search_aggs_bucket_sampler.go type SamplerAggregation (line 13) | type SamplerAggregation struct method SubAggregation (line 27) | func (a *SamplerAggregation) SubAggregation(name string, subAggregatio... method Meta (line 33) | func (a *SamplerAggregation) Meta(metaData map[string]interface{}) *Sa... method ShardSize (line 39) | func (a *SamplerAggregation) ShardSize(shardSize int) *SamplerAggregat... method Source (line 44) | func (a *SamplerAggregation) Source() (interface{}, error) { function NewSamplerAggregation (line 20) | func NewSamplerAggregation() *SamplerAggregation { FILE: search_aggs_bucket_sampler_test.go function TestSamplerAggregation (line 12) | func TestSamplerAggregation(t *testing.T) { FILE: search_aggs_bucket_significant_terms.go type SignificantTermsAggregation (line 10) | type SignificantTermsAggregation struct method Field (line 31) | func (a *SignificantTermsAggregation) Field(field string) *Significant... method SubAggregation (line 36) | func (a *SignificantTermsAggregation) SubAggregation(name string, subA... method Meta (line 42) | func (a *SignificantTermsAggregation) Meta(metaData map[string]interfa... method MinDocCount (line 47) | func (a *SignificantTermsAggregation) MinDocCount(minDocCount int) *Si... method ShardMinDocCount (line 52) | func (a *SignificantTermsAggregation) ShardMinDocCount(shardMinDocCoun... method RequiredSize (line 57) | func (a *SignificantTermsAggregation) RequiredSize(requiredSize int) *... method ShardSize (line 62) | func (a *SignificantTermsAggregation) ShardSize(shardSize int) *Signif... method BackgroundFilter (line 67) | func (a *SignificantTermsAggregation) BackgroundFilter(filter Query) *... method ExecutionHint (line 72) | func (a *SignificantTermsAggregation) ExecutionHint(hint string) *Sign... method SignificanceHeuristic (line 77) | func (a *SignificantTermsAggregation) SignificanceHeuristic(heuristic ... method Include (line 82) | func (a *SignificantTermsAggregation) Include(regexp string) *Signific... method IncludeValues (line 90) | func (a *SignificantTermsAggregation) IncludeValues(values ...interfac... method Exclude (line 98) | func (a *SignificantTermsAggregation) Exclude(regexp string) *Signific... method ExcludeValues (line 106) | func (a *SignificantTermsAggregation) ExcludeValues(values ...interfac... method Partition (line 114) | func (a *SignificantTermsAggregation) Partition(p int) *SignificantTer... method NumPartitions (line 122) | func (a *SignificantTermsAggregation) NumPartitions(n int) *Significan... method IncludeExclude (line 130) | func (a *SignificantTermsAggregation) IncludeExclude(includeExclude *T... method Source (line 135) | func (a *SignificantTermsAggregation) Source() (interface{}, error) { function NewSignificantTermsAggregation (line 25) | func NewSignificantTermsAggregation() *SignificantTermsAggregation { type SignificanceHeuristic (line 220) | type SignificanceHeuristic interface type ChiSquareSignificanceHeuristic (line 232) | type ChiSquareSignificanceHeuristic struct method Name (line 243) | func (sh *ChiSquareSignificanceHeuristic) Name() string { method BackgroundIsSuperset (line 250) | func (sh *ChiSquareSignificanceHeuristic) BackgroundIsSuperset(backgro... method IncludeNegatives (line 257) | func (sh *ChiSquareSignificanceHeuristic) IncludeNegatives(includeNega... method Source (line 263) | func (sh *ChiSquareSignificanceHeuristic) Source() (interface{}, error) { function NewChiSquareSignificanceHeuristic (line 238) | func NewChiSquareSignificanceHeuristic() *ChiSquareSignificanceHeuristic { type GNDSignificanceHeuristic (line 282) | type GNDSignificanceHeuristic struct method Name (line 292) | func (sh *GNDSignificanceHeuristic) Name() string { method BackgroundIsSuperset (line 299) | func (sh *GNDSignificanceHeuristic) BackgroundIsSuperset(backgroundIsS... method Source (line 305) | func (sh *GNDSignificanceHeuristic) Source() (interface{}, error) { function NewGNDSignificanceHeuristic (line 287) | func NewGNDSignificanceHeuristic() *GNDSignificanceHeuristic { type JLHScoreSignificanceHeuristic (line 317) | type JLHScoreSignificanceHeuristic struct method Name (line 325) | func (sh *JLHScoreSignificanceHeuristic) Name() string { method Source (line 330) | func (sh *JLHScoreSignificanceHeuristic) Source() (interface{}, error) { function NewJLHScoreSignificanceHeuristic (line 320) | func NewJLHScoreSignificanceHeuristic() *JLHScoreSignificanceHeuristic { type MutualInformationSignificanceHeuristic (line 342) | type MutualInformationSignificanceHeuristic struct method Name (line 354) | func (sh *MutualInformationSignificanceHeuristic) Name() string { method BackgroundIsSuperset (line 361) | func (sh *MutualInformationSignificanceHeuristic) BackgroundIsSuperset... method IncludeNegatives (line 368) | func (sh *MutualInformationSignificanceHeuristic) IncludeNegatives(inc... method Source (line 374) | func (sh *MutualInformationSignificanceHeuristic) Source() (interface{... function NewMutualInformationSignificanceHeuristic (line 349) | func NewMutualInformationSignificanceHeuristic() *MutualInformationSigni... type PercentageScoreSignificanceHeuristic (line 389) | type PercentageScoreSignificanceHeuristic struct method Name (line 398) | func (sh *PercentageScoreSignificanceHeuristic) Name() string { method Source (line 403) | func (sh *PercentageScoreSignificanceHeuristic) Source() (interface{},... function NewPercentageScoreSignificanceHeuristic (line 393) | func NewPercentageScoreSignificanceHeuristic() *PercentageScoreSignifica... type ScriptSignificanceHeuristic (line 413) | type ScriptSignificanceHeuristic struct method Name (line 424) | func (sh *ScriptSignificanceHeuristic) Name() string { method Script (line 434) | func (sh *ScriptSignificanceHeuristic) Script(script *Script) *ScriptS... method Source (line 440) | func (sh *ScriptSignificanceHeuristic) Source() (interface{}, error) { function NewScriptSignificanceHeuristic (line 419) | func NewScriptSignificanceHeuristic() *ScriptSignificanceHeuristic { FILE: search_aggs_bucket_significant_terms_test.go function TestSignificantTermsAggregation (line 12) | func TestSignificantTermsAggregation(t *testing.T) { function TestSignificantTermsAggregationWithArgs (line 29) | func TestSignificantTermsAggregationWithArgs(t *testing.T) { function TestSignificantTermsAggregationWithIncludeExclude (line 51) | func TestSignificantTermsAggregationWithIncludeExclude(t *testing.T) { function TestSignificantTermsAggregationWithIncludeExcludeValues (line 68) | func TestSignificantTermsAggregationWithIncludeExcludeValues(t *testing.... function TestSignificantTermsAggregationWithPartitions (line 85) | func TestSignificantTermsAggregationWithPartitions(t *testing.T) { function TestSignificantTermsAggregationSubAggregation (line 102) | func TestSignificantTermsAggregationSubAggregation(t *testing.T) { function TestSignificantTermsAggregationWithMetaData (line 121) | func TestSignificantTermsAggregationWithMetaData(t *testing.T) { function TestSignificantTermsAggregationWithChiSquare (line 139) | func TestSignificantTermsAggregationWithChiSquare(t *testing.T) { function TestSignificantTermsAggregationWithGND (line 161) | func TestSignificantTermsAggregationWithGND(t *testing.T) { function TestSignificantTermsAggregationWithJLH (line 181) | func TestSignificantTermsAggregationWithJLH(t *testing.T) { function TestSignificantTermsAggregationWithMutualInformation (line 201) | func TestSignificantTermsAggregationWithMutualInformation(t *testing.T) { function TestSignificantTermsAggregationWithPercentageScore (line 223) | func TestSignificantTermsAggregationWithPercentageScore(t *testing.T) { function TestSignificantTermsAggregationWithScript (line 243) | func TestSignificantTermsAggregationWithScript(t *testing.T) { FILE: search_aggs_bucket_significant_text.go type SignificantTextAggregation (line 10) | type SignificantTextAggregation struct method Field (line 29) | func (a *SignificantTextAggregation) Field(field string) *SignificantT... method SubAggregation (line 34) | func (a *SignificantTextAggregation) SubAggregation(name string, subAg... method Meta (line 40) | func (a *SignificantTextAggregation) Meta(metaData map[string]interfac... method SourceFieldNames (line 45) | func (a *SignificantTextAggregation) SourceFieldNames(names ...string)... method FilterDuplicateText (line 50) | func (a *SignificantTextAggregation) FilterDuplicateText(filter bool) ... method MinDocCount (line 55) | func (a *SignificantTextAggregation) MinDocCount(minDocCount int64) *S... method ShardMinDocCount (line 63) | func (a *SignificantTextAggregation) ShardMinDocCount(shardMinDocCount... method Size (line 71) | func (a *SignificantTextAggregation) Size(size int) *SignificantTextAg... method ShardSize (line 79) | func (a *SignificantTextAggregation) ShardSize(shardSize int) *Signifi... method BackgroundFilter (line 87) | func (a *SignificantTextAggregation) BackgroundFilter(filter Query) *S... method SignificanceHeuristic (line 92) | func (a *SignificantTextAggregation) SignificanceHeuristic(heuristic S... method Include (line 97) | func (a *SignificantTextAggregation) Include(regexp string) *Significa... method IncludeValues (line 105) | func (a *SignificantTextAggregation) IncludeValues(values ...interface... method Exclude (line 113) | func (a *SignificantTextAggregation) Exclude(regexp string) *Significa... method ExcludeValues (line 121) | func (a *SignificantTextAggregation) ExcludeValues(values ...interface... method Partition (line 129) | func (a *SignificantTextAggregation) Partition(p int) *SignificantText... method NumPartitions (line 137) | func (a *SignificantTextAggregation) NumPartitions(n int) *Significant... method IncludeExclude (line 145) | func (a *SignificantTextAggregation) IncludeExclude(includeExclude *Te... method Source (line 150) | func (a *SignificantTextAggregation) Source() (interface{}, error) { function NewSignificantTextAggregation (line 23) | func NewSignificantTextAggregation() *SignificantTextAggregation { FILE: search_aggs_bucket_significant_text_test.go function TestSignificantTextAggregation (line 12) | func TestSignificantTextAggregation(t *testing.T) { function TestSignificantTextAggregationWithArgs (line 29) | func TestSignificantTextAggregationWithArgs(t *testing.T) { function TestSignificantTextAggregationWithPartitions (line 50) | func TestSignificantTextAggregationWithPartitions(t *testing.T) { function TestSignificantTextAggregationWithMetaData (line 67) | func TestSignificantTextAggregationWithMetaData(t *testing.T) { FILE: search_aggs_bucket_terms.go type TermsAggregation (line 13) | type TermsAggregation struct method Field (line 39) | func (a *TermsAggregation) Field(field string) *TermsAggregation { method Script (line 44) | func (a *TermsAggregation) Script(script *Script) *TermsAggregation { method Missing (line 50) | func (a *TermsAggregation) Missing(missing interface{}) *TermsAggregat... method SubAggregation (line 55) | func (a *TermsAggregation) SubAggregation(name string, subAggregation ... method Meta (line 61) | func (a *TermsAggregation) Meta(metaData map[string]interface{}) *Term... method Size (line 66) | func (a *TermsAggregation) Size(size int) *TermsAggregation { method RequiredSize (line 71) | func (a *TermsAggregation) RequiredSize(requiredSize int) *TermsAggreg... method ShardSize (line 76) | func (a *TermsAggregation) ShardSize(shardSize int) *TermsAggregation { method MinDocCount (line 81) | func (a *TermsAggregation) MinDocCount(minDocCount int) *TermsAggregat... method ShardMinDocCount (line 86) | func (a *TermsAggregation) ShardMinDocCount(shardMinDocCount int) *Ter... method Include (line 91) | func (a *TermsAggregation) Include(regexp string) *TermsAggregation { method IncludeValues (line 99) | func (a *TermsAggregation) IncludeValues(values ...interface{}) *Terms... method Exclude (line 107) | func (a *TermsAggregation) Exclude(regexp string) *TermsAggregation { method ExcludeValues (line 115) | func (a *TermsAggregation) ExcludeValues(values ...interface{}) *Terms... method Partition (line 123) | func (a *TermsAggregation) Partition(p int) *TermsAggregation { method NumPartitions (line 131) | func (a *TermsAggregation) NumPartitions(n int) *TermsAggregation { method IncludeExclude (line 139) | func (a *TermsAggregation) IncludeExclude(includeExclude *TermsAggrega... method ValueType (line 145) | func (a *TermsAggregation) ValueType(valueType string) *TermsAggregati... method Order (line 150) | func (a *TermsAggregation) Order(order string, asc bool) *TermsAggrega... method OrderByCount (line 155) | func (a *TermsAggregation) OrderByCount(asc bool) *TermsAggregation { method OrderByCountAsc (line 161) | func (a *TermsAggregation) OrderByCountAsc() *TermsAggregation { method OrderByCountDesc (line 165) | func (a *TermsAggregation) OrderByCountDesc() *TermsAggregation { method OrderByTerm (line 170) | func (a *TermsAggregation) OrderByTerm(asc bool) *TermsAggregation { method OrderByTermAsc (line 177) | func (a *TermsAggregation) OrderByTermAsc() *TermsAggregation { method OrderByTermDesc (line 182) | func (a *TermsAggregation) OrderByTermDesc() *TermsAggregation { method OrderByKey (line 186) | func (a *TermsAggregation) OrderByKey(asc bool) *TermsAggregation { method OrderByKeyAsc (line 192) | func (a *TermsAggregation) OrderByKeyAsc() *TermsAggregation { method OrderByKeyDesc (line 196) | func (a *TermsAggregation) OrderByKeyDesc() *TermsAggregation { method OrderByAggregation (line 202) | func (a *TermsAggregation) OrderByAggregation(aggName string, asc bool... method OrderByAggregationAndMetric (line 222) | func (a *TermsAggregation) OrderByAggregationAndMetric(aggName, metric... method ExecutionHint (line 240) | func (a *TermsAggregation) ExecutionHint(hint string) *TermsAggregation { method CollectionMode (line 246) | func (a *TermsAggregation) CollectionMode(collectionMode string) *Term... method ShowTermDocCountError (line 251) | func (a *TermsAggregation) ShowTermDocCountError(showTermDocCountError... method Source (line 256) | func (a *TermsAggregation) Source() (interface{}, error) { function NewTermsAggregation (line 33) | func NewTermsAggregation() *TermsAggregation { type TermsAggregationIncludeExclude (line 356) | type TermsAggregationIncludeExclude struct method Source (line 366) | func (ie *TermsAggregationIncludeExclude) Source() (interface{}, error) { method MergeInto (line 392) | func (ie *TermsAggregationIncludeExclude) MergeInto(source map[string]... type TermsOrder (line 408) | type TermsOrder struct method Source (line 414) | func (order *TermsOrder) Source() (interface{}, error) { FILE: search_aggs_bucket_terms_integration_test.go function TestAggsBucketTermsIntegration (line 13) | func TestAggsBucketTermsIntegration(t *testing.T) { FILE: search_aggs_bucket_terms_test.go function TestTermsAggregation (line 12) | func TestTermsAggregation(t *testing.T) { function TestTermsAggregationWithSubAggregation (line 29) | func TestTermsAggregationWithSubAggregation(t *testing.T) { function TestTermsAggregationWithMultipleSubAggregation (line 49) | func TestTermsAggregationWithMultipleSubAggregation(t *testing.T) { function TestTermsAggregationWithMetaData (line 71) | func TestTermsAggregationWithMetaData(t *testing.T) { function TestTermsAggregationWithMissing (line 89) | func TestTermsAggregationWithMissing(t *testing.T) { function TestTermsAggregationWithIncludeExclude (line 106) | func TestTermsAggregationWithIncludeExclude(t *testing.T) { function TestTermsAggregationWithIncludeExcludeValues (line 123) | func TestTermsAggregationWithIncludeExcludeValues(t *testing.T) { function TestTermsAggregationWithPartitions (line 140) | func TestTermsAggregationWithPartitions(t *testing.T) { FILE: search_aggs_matrix_stats.go type MatrixStatsAggregation (line 16) | type MatrixStatsAggregation struct method Fields (line 33) | func (a *MatrixStatsAggregation) Fields(fields ...string) *MatrixStats... method Missing (line 39) | func (a *MatrixStatsAggregation) Missing(missing interface{}) *MatrixS... method Mode (line 45) | func (a *MatrixStatsAggregation) Mode(mode string) *MatrixStatsAggrega... method Format (line 50) | func (a *MatrixStatsAggregation) Format(format string) *MatrixStatsAgg... method ValueType (line 55) | func (a *MatrixStatsAggregation) ValueType(valueType interface{}) *Mat... method SubAggregation (line 60) | func (a *MatrixStatsAggregation) SubAggregation(name string, subAggreg... method Meta (line 66) | func (a *MatrixStatsAggregation) Meta(metaData map[string]interface{})... method Source (line 72) | func (a *MatrixStatsAggregation) Source() (interface{}, error) { function NewMatrixStatsAggregation (line 27) | func NewMatrixStatsAggregation() *MatrixStatsAggregation { FILE: search_aggs_matrix_stats_test.go function TestMatrixStatsAggregation (line 12) | func TestMatrixStatsAggregation(t *testing.T) { function TestMatrixStatsAggregationWithMetaData (line 36) | func TestMatrixStatsAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_avg.go type AvgAggregation (line 14) | type AvgAggregation struct method Field (line 29) | func (a *AvgAggregation) Field(field string) *AvgAggregation { method Script (line 34) | func (a *AvgAggregation) Script(script *Script) *AvgAggregation { method Format (line 39) | func (a *AvgAggregation) Format(format string) *AvgAggregation { method Missing (line 44) | func (a *AvgAggregation) Missing(missing interface{}) *AvgAggregation { method SubAggregation (line 49) | func (a *AvgAggregation) SubAggregation(name string, subAggregation Ag... method Meta (line 55) | func (a *AvgAggregation) Meta(metaData map[string]interface{}) *AvgAgg... method Source (line 60) | func (a *AvgAggregation) Source() (interface{}, error) { function NewAvgAggregation (line 23) | func NewAvgAggregation() *AvgAggregation { FILE: search_aggs_metrics_avg_test.go function TestAvgAggregation (line 12) | func TestAvgAggregation(t *testing.T) { function TestAvgAggregationWithOptions (line 29) | func TestAvgAggregationWithOptions(t *testing.T) { function TestAvgAggregationWithMetaData (line 46) | func TestAvgAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_cardinality.go type CardinalityAggregation (line 12) | type CardinalityAggregation struct method Field (line 29) | func (a *CardinalityAggregation) Field(field string) *CardinalityAggre... method Script (line 34) | func (a *CardinalityAggregation) Script(script *Script) *CardinalityAg... method Format (line 39) | func (a *CardinalityAggregation) Format(format string) *CardinalityAgg... method Missing (line 44) | func (a *CardinalityAggregation) Missing(missing interface{}) *Cardina... method SubAggregation (line 48) | func (a *CardinalityAggregation) SubAggregation(name string, subAggreg... method Meta (line 54) | func (a *CardinalityAggregation) Meta(metaData map[string]interface{})... method PrecisionThreshold (line 59) | func (a *CardinalityAggregation) PrecisionThreshold(threshold int64) *... method Rehash (line 64) | func (a *CardinalityAggregation) Rehash(rehash bool) *CardinalityAggre... method Source (line 69) | func (a *CardinalityAggregation) Source() (interface{}, error) { function NewCardinalityAggregation (line 23) | func NewCardinalityAggregation() *CardinalityAggregation { FILE: search_aggs_metrics_cardinality_test.go function TestCardinalityAggregation (line 12) | func TestCardinalityAggregation(t *testing.T) { function TestCardinalityAggregationWithOptions (line 29) | func TestCardinalityAggregationWithOptions(t *testing.T) { function TestCardinalityAggregationWithFormat (line 50) | func TestCardinalityAggregationWithFormat(t *testing.T) { function TestCardinalityAggregationWithMetaData (line 67) | func TestCardinalityAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_extended_stats.go type ExtendedStatsAggregation (line 12) | type ExtendedStatsAggregation struct method Field (line 28) | func (a *ExtendedStatsAggregation) Field(field string) *ExtendedStatsA... method Script (line 33) | func (a *ExtendedStatsAggregation) Script(script *Script) *ExtendedSta... method Format (line 38) | func (a *ExtendedStatsAggregation) Format(format string) *ExtendedStat... method Missing (line 43) | func (a *ExtendedStatsAggregation) Missing(missing interface{}) *Exten... method Sigma (line 48) | func (a *ExtendedStatsAggregation) Sigma(sigma float64) *ExtendedStats... method SubAggregation (line 53) | func (a *ExtendedStatsAggregation) SubAggregation(name string, subAggr... method Meta (line 59) | func (a *ExtendedStatsAggregation) Meta(metaData map[string]interface{... method Source (line 64) | func (a *ExtendedStatsAggregation) Source() (interface{}, error) { function NewExtendedStatsAggregation (line 22) | func NewExtendedStatsAggregation() *ExtendedStatsAggregation { FILE: search_aggs_metrics_extended_stats_test.go function TestExtendedStatsAggregation (line 12) | func TestExtendedStatsAggregation(t *testing.T) { function TestExtendedStatsAggregationWithOptions (line 29) | func TestExtendedStatsAggregationWithOptions(t *testing.T) { FILE: search_aggs_metrics_geo_bounds.go type GeoBoundsAggregation (line 10) | type GeoBoundsAggregation struct method Field (line 24) | func (a *GeoBoundsAggregation) Field(field string) *GeoBoundsAggregati... method Script (line 29) | func (a *GeoBoundsAggregation) Script(script *Script) *GeoBoundsAggreg... method WrapLongitude (line 34) | func (a *GeoBoundsAggregation) WrapLongitude(wrapLongitude bool) *GeoB... method SubAggregation (line 39) | func (a *GeoBoundsAggregation) SubAggregation(name string, subAggregat... method Meta (line 45) | func (a *GeoBoundsAggregation) Meta(metaData map[string]interface{}) *... method Source (line 50) | func (a *GeoBoundsAggregation) Source() (interface{}, error) { function NewGeoBoundsAggregation (line 18) | func NewGeoBoundsAggregation() *GeoBoundsAggregation { FILE: search_aggs_metrics_geo_bounds_test.go function TestGeoBoundsAggregation (line 12) | func TestGeoBoundsAggregation(t *testing.T) { function TestGeoBoundsAggregationWithWrapLongitude (line 29) | func TestGeoBoundsAggregationWithWrapLongitude(t *testing.T) { function TestGeoBoundsAggregationWithMetaData (line 46) | func TestGeoBoundsAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_geo_centroid.go type GeoCentroidAggregation (line 10) | type GeoCentroidAggregation struct method Field (line 23) | func (a *GeoCentroidAggregation) Field(field string) *GeoCentroidAggre... method Script (line 28) | func (a *GeoCentroidAggregation) Script(script *Script) *GeoCentroidAg... method SubAggregation (line 33) | func (a *GeoCentroidAggregation) SubAggregation(name string, subAggreg... method Meta (line 39) | func (a *GeoCentroidAggregation) Meta(metaData map[string]interface{})... method Source (line 44) | func (a *GeoCentroidAggregation) Source() (interface{}, error) { function NewGeoCentroidAggregation (line 17) | func NewGeoCentroidAggregation() *GeoCentroidAggregation { FILE: search_aggs_metrics_geo_centroid_test.go function TestGeoCentroidAggregation (line 12) | func TestGeoCentroidAggregation(t *testing.T) { function TestGeoCentroidAggregationWithMetaData (line 29) | func TestGeoCentroidAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_max.go type MaxAggregation (line 13) | type MaxAggregation struct method Field (line 28) | func (a *MaxAggregation) Field(field string) *MaxAggregation { method Script (line 33) | func (a *MaxAggregation) Script(script *Script) *MaxAggregation { method Format (line 38) | func (a *MaxAggregation) Format(format string) *MaxAggregation { method Missing (line 43) | func (a *MaxAggregation) Missing(missing interface{}) *MaxAggregation { method SubAggregation (line 48) | func (a *MaxAggregation) SubAggregation(name string, subAggregation Ag... method Meta (line 54) | func (a *MaxAggregation) Meta(metaData map[string]interface{}) *MaxAgg... method Source (line 58) | func (a *MaxAggregation) Source() (interface{}, error) { function NewMaxAggregation (line 22) | func NewMaxAggregation() *MaxAggregation { FILE: search_aggs_metrics_max_test.go function TestMaxAggregation (line 12) | func TestMaxAggregation(t *testing.T) { function TestMaxAggregationWithOptions (line 29) | func TestMaxAggregationWithOptions(t *testing.T) { function TestMaxAggregationWithMetaData (line 49) | func TestMaxAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_median_absolute_deviation.go type MedianAbsoluteDeviationAggregation (line 14) | type MedianAbsoluteDeviationAggregation struct method Field (line 30) | func (a *MedianAbsoluteDeviationAggregation) Field(field string) *Medi... method Compression (line 35) | func (a *MedianAbsoluteDeviationAggregation) Compression(compression f... method Script (line 40) | func (a *MedianAbsoluteDeviationAggregation) Script(script *Script) *M... method Format (line 45) | func (a *MedianAbsoluteDeviationAggregation) Format(format string) *Me... method Missing (line 50) | func (a *MedianAbsoluteDeviationAggregation) Missing(missing interface... method SubAggregation (line 55) | func (a *MedianAbsoluteDeviationAggregation) SubAggregation(name strin... method Meta (line 61) | func (a *MedianAbsoluteDeviationAggregation) Meta(metaData map[string]... method Source (line 66) | func (a *MedianAbsoluteDeviationAggregation) Source() (interface{}, er... function NewMedianAbsoluteDeviationAggregation (line 24) | func NewMedianAbsoluteDeviationAggregation() *MedianAbsoluteDeviationAgg... FILE: search_aggs_metrics_median_absolute_deviation_test.go function TestMedianAbsoluteDeviationAggregation (line 12) | func TestMedianAbsoluteDeviationAggregation(t *testing.T) { function TestMedianAbsoluteDeviationAggregationWithOptions (line 29) | func TestMedianAbsoluteDeviationAggregationWithOptions(t *testing.T) { function TestMedianAbsoluteDeviationAggregationWithScript (line 49) | func TestMedianAbsoluteDeviationAggregationWithScript(t *testing.T) { function TestMedianAbsoluteDeviationAggregationWithMetaData (line 71) | func TestMedianAbsoluteDeviationAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_min.go type MinAggregation (line 13) | type MinAggregation struct method Field (line 28) | func (a *MinAggregation) Field(field string) *MinAggregation { method Script (line 33) | func (a *MinAggregation) Script(script *Script) *MinAggregation { method Format (line 38) | func (a *MinAggregation) Format(format string) *MinAggregation { method Missing (line 43) | func (a *MinAggregation) Missing(missing interface{}) *MinAggregation { method SubAggregation (line 48) | func (a *MinAggregation) SubAggregation(name string, subAggregation Ag... method Meta (line 54) | func (a *MinAggregation) Meta(metaData map[string]interface{}) *MinAgg... method Source (line 59) | func (a *MinAggregation) Source() (interface{}, error) { function NewMinAggregation (line 22) | func NewMinAggregation() *MinAggregation { FILE: search_aggs_metrics_min_test.go function TestMinAggregation (line 12) | func TestMinAggregation(t *testing.T) { function TestMinAggregationWithOptions (line 29) | func TestMinAggregationWithOptions(t *testing.T) { function TestMinAggregationWithMetaData (line 49) | func TestMinAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_percentile_ranks.go type PercentileRanksAggregation (line 9) | type PercentileRanksAggregation struct method Field (line 28) | func (a *PercentileRanksAggregation) Field(field string) *PercentileRa... method Script (line 33) | func (a *PercentileRanksAggregation) Script(script *Script) *Percentil... method Format (line 38) | func (a *PercentileRanksAggregation) Format(format string) *Percentile... method Missing (line 43) | func (a *PercentileRanksAggregation) Missing(missing interface{}) *Per... method SubAggregation (line 48) | func (a *PercentileRanksAggregation) SubAggregation(name string, subAg... method Meta (line 54) | func (a *PercentileRanksAggregation) Meta(metaData map[string]interfac... method Values (line 59) | func (a *PercentileRanksAggregation) Values(values ...float64) *Percen... method Compression (line 64) | func (a *PercentileRanksAggregation) Compression(compression float64) ... method Estimator (line 69) | func (a *PercentileRanksAggregation) Estimator(estimator string) *Perc... method Source (line 74) | func (a *PercentileRanksAggregation) Source() (interface{}, error) { function NewPercentileRanksAggregation (line 21) | func NewPercentileRanksAggregation() *PercentileRanksAggregation { FILE: search_aggs_metrics_percentile_ranks_test.go function TestPercentileRanksAggregation (line 12) | func TestPercentileRanksAggregation(t *testing.T) { function TestPercentileRanksAggregationWithCustomValues (line 29) | func TestPercentileRanksAggregationWithCustomValues(t *testing.T) { function TestPercentileRanksAggregationWithOptions (line 46) | func TestPercentileRanksAggregationWithOptions(t *testing.T) { function TestPercentileRanksAggregationWithMetaData (line 66) | func TestPercentileRanksAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_percentiles.go type PercentilesAggregation (line 14) | type PercentilesAggregation struct method Field (line 36) | func (a *PercentilesAggregation) Field(field string) *PercentilesAggre... method Script (line 41) | func (a *PercentilesAggregation) Script(script *Script) *PercentilesAg... method Format (line 46) | func (a *PercentilesAggregation) Format(format string) *PercentilesAgg... method Missing (line 51) | func (a *PercentilesAggregation) Missing(missing interface{}) *Percent... method SubAggregation (line 56) | func (a *PercentilesAggregation) SubAggregation(name string, subAggreg... method Meta (line 62) | func (a *PercentilesAggregation) Meta(metaData map[string]interface{})... method Percentiles (line 67) | func (a *PercentilesAggregation) Percentiles(percentiles ...float64) *... method Method (line 73) | func (a *PercentilesAggregation) Method(method string) *PercentilesAgg... method Compression (line 78) | func (a *PercentilesAggregation) Compression(compression float64) *Per... method NumberOfSignificantValueDigits (line 83) | func (a *PercentilesAggregation) NumberOfSignificantValueDigits(digits... method Estimator (line 88) | func (a *PercentilesAggregation) Estimator(estimator string) *Percenti... method Source (line 93) | func (a *PercentilesAggregation) Source() (interface{}, error) { function NewPercentilesAggregation (line 28) | func NewPercentilesAggregation() *PercentilesAggregation { FILE: search_aggs_metrics_percentiles_test.go function TestPercentilesAggregation (line 12) | func TestPercentilesAggregation(t *testing.T) { function TestPercentilesAggregationWithCustomPercents (line 29) | func TestPercentilesAggregationWithCustomPercents(t *testing.T) { function TestPercentilesAggregationWithOptions (line 46) | func TestPercentilesAggregationWithOptions(t *testing.T) { function TestPercentilesAggregationWithMetaData (line 66) | func TestPercentilesAggregationWithMetaData(t *testing.T) { function TestPercentilesAggregationWithCompression (line 83) | func TestPercentilesAggregationWithCompression(t *testing.T) { function TestPercentilesAggregationWithNumberOfSignificantValueDigits (line 100) | func TestPercentilesAggregationWithNumberOfSignificantValueDigits(t *tes... FILE: search_aggs_metrics_scripted_metric.go type ScriptedMetricAggregation (line 9) | type ScriptedMetricAggregation struct method InitScript (line 24) | func (a *ScriptedMetricAggregation) InitScript(script *Script) *Script... method MapScript (line 29) | func (a *ScriptedMetricAggregation) MapScript(script *Script) *Scripte... method CombineScript (line 34) | func (a *ScriptedMetricAggregation) CombineScript(script *Script) *Scr... method ReduceScript (line 39) | func (a *ScriptedMetricAggregation) ReduceScript(script *Script) *Scri... method Params (line 44) | func (a *ScriptedMetricAggregation) Params(params map[string]interface... method Meta (line 50) | func (a *ScriptedMetricAggregation) Meta(metaData map[string]interface... method Source (line 55) | func (a *ScriptedMetricAggregation) Source() (interface{}, error) { function NewScriptedMetricAggregation (line 19) | func NewScriptedMetricAggregation() *ScriptedMetricAggregation { FILE: search_aggs_metrics_scripted_metric_test.go function TestScriptedMetricAggregation (line 8) | func TestScriptedMetricAggregation(t *testing.T) { function TestScriptedMetricAggregationWithParams (line 30) | func TestScriptedMetricAggregationWithParams(t *testing.T) { function TestScriptedMetricAggregationWithMeta (line 51) | func TestScriptedMetricAggregationWithMeta(t *testing.T) { FILE: search_aggs_metrics_stats.go type StatsAggregation (line 12) | type StatsAggregation struct method Field (line 27) | func (a *StatsAggregation) Field(field string) *StatsAggregation { method Script (line 32) | func (a *StatsAggregation) Script(script *Script) *StatsAggregation { method Format (line 37) | func (a *StatsAggregation) Format(format string) *StatsAggregation { method Missing (line 42) | func (a *StatsAggregation) Missing(missing interface{}) *StatsAggregat... method SubAggregation (line 47) | func (a *StatsAggregation) SubAggregation(name string, subAggregation ... method Meta (line 53) | func (a *StatsAggregation) Meta(metaData map[string]interface{}) *Stat... method Source (line 58) | func (a *StatsAggregation) Source() (interface{}, error) { function NewStatsAggregation (line 21) | func NewStatsAggregation() *StatsAggregation { FILE: search_aggs_metrics_stats_test.go function TestStatsAggregation (line 12) | func TestStatsAggregation(t *testing.T) { function TestStatsAggregationWithOptions (line 29) | func TestStatsAggregationWithOptions(t *testing.T) { function TestStatsAggregationWithMetaData (line 49) | func TestStatsAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_sum.go type SumAggregation (line 12) | type SumAggregation struct method Field (line 27) | func (a *SumAggregation) Field(field string) *SumAggregation { method Script (line 32) | func (a *SumAggregation) Script(script *Script) *SumAggregation { method Format (line 37) | func (a *SumAggregation) Format(format string) *SumAggregation { method Missing (line 42) | func (a *SumAggregation) Missing(missing interface{}) *SumAggregation { method SubAggregation (line 47) | func (a *SumAggregation) SubAggregation(name string, subAggregation Ag... method Meta (line 53) | func (a *SumAggregation) Meta(metaData map[string]interface{}) *SumAgg... method Source (line 58) | func (a *SumAggregation) Source() (interface{}, error) { function NewSumAggregation (line 21) | func NewSumAggregation() *SumAggregation { FILE: search_aggs_metrics_sum_test.go function TestSumAggregation (line 12) | func TestSumAggregation(t *testing.T) { function TestSumAggregationWithOptions (line 29) | func TestSumAggregationWithOptions(t *testing.T) { function TestSumAggregationWithMetaData (line 49) | func TestSumAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_top_hits.go type TopHitsAggregation (line 17) | type TopHitsAggregation struct method SearchSource (line 27) | func (a *TopHitsAggregation) SearchSource(searchSource *SearchSource) ... method From (line 35) | func (a *TopHitsAggregation) From(from int) *TopHitsAggregation { method Size (line 40) | func (a *TopHitsAggregation) Size(size int) *TopHitsAggregation { method TrackScores (line 45) | func (a *TopHitsAggregation) TrackScores(trackScores bool) *TopHitsAgg... method Explain (line 50) | func (a *TopHitsAggregation) Explain(explain bool) *TopHitsAggregation { method Version (line 55) | func (a *TopHitsAggregation) Version(version bool) *TopHitsAggregation { method NoStoredFields (line 60) | func (a *TopHitsAggregation) NoStoredFields() *TopHitsAggregation { method FetchSource (line 65) | func (a *TopHitsAggregation) FetchSource(fetchSource bool) *TopHitsAgg... method FetchSourceContext (line 70) | func (a *TopHitsAggregation) FetchSourceContext(fetchSourceContext *Fe... method DocvalueFields (line 75) | func (a *TopHitsAggregation) DocvalueFields(docvalueFields ...string) ... method DocvalueFieldsWithFormat (line 80) | func (a *TopHitsAggregation) DocvalueFieldsWithFormat(docvalueFields .... method DocvalueField (line 85) | func (a *TopHitsAggregation) DocvalueField(docvalueField string) *TopH... method DocvalueFieldWithFormat (line 90) | func (a *TopHitsAggregation) DocvalueFieldWithFormat(docvalueField Doc... method ScriptFields (line 95) | func (a *TopHitsAggregation) ScriptFields(scriptFields ...*ScriptField... method ScriptField (line 100) | func (a *TopHitsAggregation) ScriptField(scriptField *ScriptField) *To... method Sort (line 105) | func (a *TopHitsAggregation) Sort(field string, ascending bool) *TopHi... method SortWithInfo (line 110) | func (a *TopHitsAggregation) SortWithInfo(info SortInfo) *TopHitsAggre... method SortBy (line 115) | func (a *TopHitsAggregation) SortBy(sorter ...Sorter) *TopHitsAggregat... method Highlight (line 120) | func (a *TopHitsAggregation) Highlight(highlight *Highlight) *TopHitsA... method Highlighter (line 125) | func (a *TopHitsAggregation) Highlighter() *Highlight { method Source (line 129) | func (a *TopHitsAggregation) Source() (interface{}, error) { function NewTopHitsAggregation (line 21) | func NewTopHitsAggregation() *TopHitsAggregation { FILE: search_aggs_metrics_top_hits_test.go function TestTopHitsAggregation (line 12) | func TestTopHitsAggregation(t *testing.T) { FILE: search_aggs_metrics_top_metrics.go type TopMetricsAggregation (line 14) | type TopMetricsAggregation struct method Field (line 25) | func (a *TopMetricsAggregation) Field(field string) *TopMetricsAggrega... method Sort (line 31) | func (a *TopMetricsAggregation) Sort(field string, ascending bool) *To... method SortWithInfo (line 37) | func (a *TopMetricsAggregation) SortWithInfo(info SortInfo) *TopMetric... method SortBy (line 43) | func (a *TopMetricsAggregation) SortBy(sorter Sorter) *TopMetricsAggre... method Size (line 49) | func (a *TopMetricsAggregation) Size(size int) *TopMetricsAggregation { method Source (line 54) | func (a *TopMetricsAggregation) Source() (interface{}, error) { function NewTopMetricsAggregation (line 20) | func NewTopMetricsAggregation() *TopMetricsAggregation { FILE: search_aggs_metrics_top_metrics_test.go function TestTopMetricsAggregation (line 12) | func TestTopMetricsAggregation(t *testing.T) { function TestTopMetricsAggregation_SortBy (line 33) | func TestTopMetricsAggregation_SortBy(t *testing.T) { function TestTopMetricsAggregation_SortWithInfo (line 52) | func TestTopMetricsAggregation_SortWithInfo(t *testing.T) { function TestTopMetricsAggregation_FailNoSorter (line 71) | func TestTopMetricsAggregation_FailNoSorter(t *testing.T) { function TestTopMetricsAggregation_FailNoFields (line 81) | func TestTopMetricsAggregation_FailNoFields(t *testing.T) { FILE: search_aggs_metrics_value_count.go type ValueCountAggregation (line 15) | type ValueCountAggregation struct method Field (line 29) | func (a *ValueCountAggregation) Field(field string) *ValueCountAggrega... method Script (line 34) | func (a *ValueCountAggregation) Script(script *Script) *ValueCountAggr... method Format (line 39) | func (a *ValueCountAggregation) Format(format string) *ValueCountAggre... method SubAggregation (line 44) | func (a *ValueCountAggregation) SubAggregation(name string, subAggrega... method Meta (line 50) | func (a *ValueCountAggregation) Meta(metaData map[string]interface{}) ... method Source (line 55) | func (a *ValueCountAggregation) Source() (interface{}, error) { function NewValueCountAggregation (line 23) | func NewValueCountAggregation() *ValueCountAggregation { FILE: search_aggs_metrics_value_count_test.go function TestValueCountAggregation (line 12) | func TestValueCountAggregation(t *testing.T) { function TestValueCountAggregationWithFormat (line 29) | func TestValueCountAggregationWithFormat(t *testing.T) { function TestValueCountAggregationWithMetaData (line 47) | func TestValueCountAggregationWithMetaData(t *testing.T) { FILE: search_aggs_metrics_weighted_avg.go type WeightedAvgAggregation (line 13) | type WeightedAvgAggregation struct method Field (line 30) | func (a *WeightedAvgAggregation) Field(field string, config *MultiValu... method ValueType (line 35) | func (a *WeightedAvgAggregation) ValueType(valueType string) *Weighted... method Format (line 40) | func (a *WeightedAvgAggregation) Format(format string) *WeightedAvgAgg... method Value (line 45) | func (a *WeightedAvgAggregation) Value(value *MultiValuesSourceFieldCo... method Weight (line 50) | func (a *WeightedAvgAggregation) Weight(weight *MultiValuesSourceField... method SubAggregation (line 55) | func (a *WeightedAvgAggregation) SubAggregation(name string, subAggreg... method Meta (line 61) | func (a *WeightedAvgAggregation) Meta(metaData map[string]interface{})... method Source (line 66) | func (a *WeightedAvgAggregation) Source() (interface{}, error) { function NewWeightedAvgAggregation (line 23) | func NewWeightedAvgAggregation() *WeightedAvgAggregation { type MultiValuesSourceFieldConfig (line 130) | type MultiValuesSourceFieldConfig struct method Source (line 137) | func (f *MultiValuesSourceFieldConfig) Source() (interface{}, error) { FILE: search_aggs_metrics_weighted_avg_test.go function TestWeightedAvgAggregation (line 12) | func TestWeightedAvgAggregation(t *testing.T) { FILE: search_aggs_pipeline_avg_bucket.go type AvgBucketAggregation (line 14) | type AvgBucketAggregation struct method Format (line 30) | func (a *AvgBucketAggregation) Format(format string) *AvgBucketAggrega... method GapPolicy (line 37) | func (a *AvgBucketAggregation) GapPolicy(gapPolicy string) *AvgBucketA... method GapInsertZeros (line 43) | func (a *AvgBucketAggregation) GapInsertZeros() *AvgBucketAggregation { method GapSkip (line 49) | func (a *AvgBucketAggregation) GapSkip() *AvgBucketAggregation { method Meta (line 55) | func (a *AvgBucketAggregation) Meta(metaData map[string]interface{}) *... method BucketsPath (line 61) | func (a *AvgBucketAggregation) BucketsPath(bucketsPaths ...string) *Av... method Source (line 67) | func (a *AvgBucketAggregation) Source() (interface{}, error) { function NewAvgBucketAggregation (line 23) | func NewAvgBucketAggregation() *AvgBucketAggregation { FILE: search_aggs_pipeline_avg_bucket_test.go function TestAvgBucketAggregation (line 12) | func TestAvgBucketAggregation(t *testing.T) { FILE: search_aggs_pipeline_bucket_script.go type BucketScriptAggregation (line 14) | type BucketScriptAggregation struct method Format (line 31) | func (a *BucketScriptAggregation) Format(format string) *BucketScriptA... method GapPolicy (line 38) | func (a *BucketScriptAggregation) GapPolicy(gapPolicy string) *BucketS... method GapInsertZeros (line 44) | func (a *BucketScriptAggregation) GapInsertZeros() *BucketScriptAggreg... method GapSkip (line 50) | func (a *BucketScriptAggregation) GapSkip() *BucketScriptAggregation { method Script (line 56) | func (a *BucketScriptAggregation) Script(script *Script) *BucketScript... method Meta (line 62) | func (a *BucketScriptAggregation) Meta(metaData map[string]interface{}... method BucketsPathsMap (line 68) | func (a *BucketScriptAggregation) BucketsPathsMap(bucketsPathsMap map[... method AddBucketsPath (line 74) | func (a *BucketScriptAggregation) AddBucketsPath(name, path string) *B... method Source (line 83) | func (a *BucketScriptAggregation) Source() (interface{}, error) { function NewBucketScriptAggregation (line 24) | func NewBucketScriptAggregation() *BucketScriptAggregation { FILE: search_aggs_pipeline_bucket_script_test.go function TestBucketScriptAggregation (line 12) | func TestBucketScriptAggregation(t *testing.T) { FILE: search_aggs_pipeline_bucket_selector.go type BucketSelectorAggregation (line 16) | type BucketSelectorAggregation struct method Format (line 33) | func (a *BucketSelectorAggregation) Format(format string) *BucketSelec... method GapPolicy (line 40) | func (a *BucketSelectorAggregation) GapPolicy(gapPolicy string) *Bucke... method GapInsertZeros (line 46) | func (a *BucketSelectorAggregation) GapInsertZeros() *BucketSelectorAg... method GapSkip (line 52) | func (a *BucketSelectorAggregation) GapSkip() *BucketSelectorAggregati... method Script (line 58) | func (a *BucketSelectorAggregation) Script(script *Script) *BucketSele... method Meta (line 64) | func (a *BucketSelectorAggregation) Meta(metaData map[string]interface... method BucketsPathsMap (line 70) | func (a *BucketSelectorAggregation) BucketsPathsMap(bucketsPathsMap ma... method AddBucketsPath (line 76) | func (a *BucketSelectorAggregation) AddBucketsPath(name, path string) ... method Source (line 85) | func (a *BucketSelectorAggregation) Source() (interface{}, error) { function NewBucketSelectorAggregation (line 26) | func NewBucketSelectorAggregation() *BucketSelectorAggregation { FILE: search_aggs_pipeline_bucket_selector_test.go function TestBucketSelectorAggregation (line 12) | func TestBucketSelectorAggregation(t *testing.T) { FILE: search_aggs_pipeline_bucket_sort.go type BucketSortAggregation (line 15) | type BucketSortAggregation struct method Sort (line 32) | func (a *BucketSortAggregation) Sort(field string, ascending bool) *Bu... method SortWithInfo (line 38) | func (a *BucketSortAggregation) SortWithInfo(info SortInfo) *BucketSor... method From (line 44) | func (a *BucketSortAggregation) From(from int) *BucketSortAggregation { method Size (line 50) | func (a *BucketSortAggregation) Size(size int) *BucketSortAggregation { method GapPolicy (line 57) | func (a *BucketSortAggregation) GapPolicy(gapPolicy string) *BucketSor... method GapInsertZeros (line 63) | func (a *BucketSortAggregation) GapInsertZeros() *BucketSortAggregation { method GapSkip (line 69) | func (a *BucketSortAggregation) GapSkip() *BucketSortAggregation { method Meta (line 78) | func (a *BucketSortAggregation) Meta(meta map[string]interface{}) *Buc... method Source (line 84) | func (a *BucketSortAggregation) Source() (interface{}, error) { function NewBucketSortAggregation (line 25) | func NewBucketSortAggregation() *BucketSortAggregation { FILE: search_aggs_pipeline_bucket_sort_test.go function TestBuckerSortAggregation (line 12) | func TestBuckerSortAggregation(t *testing.T) { FILE: search_aggs_pipeline_cumulative_sum.go type CumulativeSumAggregation (line 14) | type CumulativeSumAggregation struct method Format (line 29) | func (a *CumulativeSumAggregation) Format(format string) *CumulativeSu... method Meta (line 35) | func (a *CumulativeSumAggregation) Meta(metaData map[string]interface{... method BucketsPath (line 41) | func (a *CumulativeSumAggregation) BucketsPath(bucketsPaths ...string)... method Source (line 47) | func (a *CumulativeSumAggregation) Source() (interface{}, error) { function NewCumulativeSumAggregation (line 22) | func NewCumulativeSumAggregation() *CumulativeSumAggregation { FILE: search_aggs_pipeline_cumulative_sum_test.go function TestCumulativeSumAggregation (line 12) | func TestCumulativeSumAggregation(t *testing.T) { FILE: search_aggs_pipeline_derivative.go type DerivativeAggregation (line 14) | type DerivativeAggregation struct method Format (line 31) | func (a *DerivativeAggregation) Format(format string) *DerivativeAggre... method GapPolicy (line 38) | func (a *DerivativeAggregation) GapPolicy(gapPolicy string) *Derivativ... method GapInsertZeros (line 44) | func (a *DerivativeAggregation) GapInsertZeros() *DerivativeAggregation { method GapSkip (line 50) | func (a *DerivativeAggregation) GapSkip() *DerivativeAggregation { method Unit (line 57) | func (a *DerivativeAggregation) Unit(unit string) *DerivativeAggregati... method Meta (line 63) | func (a *DerivativeAggregation) Meta(metaData map[string]interface{}) ... method BucketsPath (line 69) | func (a *DerivativeAggregation) BucketsPath(bucketsPaths ...string) *D... method Source (line 75) | func (a *DerivativeAggregation) Source() (interface{}, error) { function NewDerivativeAggregation (line 24) | func NewDerivativeAggregation() *DerivativeAggregation { FILE: search_aggs_pipeline_derivative_test.go function TestDerivativeAggregation (line 12) | func TestDerivativeAggregation(t *testing.T) { FILE: search_aggs_pipeline_extended_stats_bucket.go type ExtendedStatsBucketAggregation (line 16) | type ExtendedStatsBucketAggregation struct method Format (line 32) | func (s *ExtendedStatsBucketAggregation) Format(format string) *Extend... method GapPolicy (line 39) | func (s *ExtendedStatsBucketAggregation) GapPolicy(gapPolicy string) *... method GapInsertZeros (line 45) | func (s *ExtendedStatsBucketAggregation) GapInsertZeros() *ExtendedSta... method GapSkip (line 51) | func (s *ExtendedStatsBucketAggregation) GapSkip() *ExtendedStatsBucke... method Meta (line 57) | func (s *ExtendedStatsBucketAggregation) Meta(metaData map[string]inte... method BucketsPath (line 63) | func (s *ExtendedStatsBucketAggregation) BucketsPath(bucketsPaths ...s... method Sigma (line 69) | func (s *ExtendedStatsBucketAggregation) Sigma(sigma float32) *Extende... method Source (line 75) | func (s *ExtendedStatsBucketAggregation) Source() (interface{}, error) { function NewExtendedStatsBucketAggregation (line 25) | func NewExtendedStatsBucketAggregation() *ExtendedStatsBucketAggregation { FILE: search_aggs_pipeline_extended_stats_bucket_test.go function TestExtendedStatsBucketAggregationWithGapPolicy (line 12) | func TestExtendedStatsBucketAggregationWithGapPolicy(t *testing.T) { function TestExtendedStatsBucketAggregation (line 29) | func TestExtendedStatsBucketAggregation(t *testing.T) { function TestExtendedStatsBucketAggregationWithSigma (line 47) | func TestExtendedStatsBucketAggregationWithSigma(t *testing.T) { FILE: search_aggs_pipeline_max_bucket.go type MaxBucketAggregation (line 15) | type MaxBucketAggregation struct method Format (line 31) | func (a *MaxBucketAggregation) Format(format string) *MaxBucketAggrega... method GapPolicy (line 38) | func (a *MaxBucketAggregation) GapPolicy(gapPolicy string) *MaxBucketA... method GapInsertZeros (line 44) | func (a *MaxBucketAggregation) GapInsertZeros() *MaxBucketAggregation { method GapSkip (line 50) | func (a *MaxBucketAggregation) GapSkip() *MaxBucketAggregation { method Meta (line 56) | func (a *MaxBucketAggregation) Meta(metaData map[string]interface{}) *... method BucketsPath (line 62) | func (a *MaxBucketAggregation) BucketsPath(bucketsPaths ...string) *Ma... method Source (line 68) | func (a *MaxBucketAggregation) Source() (interface{}, error) { function NewMaxBucketAggregation (line 24) | func NewMaxBucketAggregation() *MaxBucketAggregation { FILE: search_aggs_pipeline_max_bucket_test.go function TestMaxBucketAggregation (line 12) | func TestMaxBucketAggregation(t *testing.T) { FILE: search_aggs_pipeline_min_bucket.go type MinBucketAggregation (line 15) | type MinBucketAggregation struct method Format (line 31) | func (a *MinBucketAggregation) Format(format string) *MinBucketAggrega... method GapPolicy (line 38) | func (a *MinBucketAggregation) GapPolicy(gapPolicy string) *MinBucketA... method GapInsertZeros (line 44) | func (a *MinBucketAggregation) GapInsertZeros() *MinBucketAggregation { method GapSkip (line 50) | func (a *MinBucketAggregation) GapSkip() *MinBucketAggregation { method Meta (line 56) | func (a *MinBucketAggregation) Meta(metaData map[string]interface{}) *... method BucketsPath (line 62) | func (a *MinBucketAggregation) BucketsPath(bucketsPaths ...string) *Mi... method Source (line 68) | func (a *MinBucketAggregation) Source() (interface{}, error) { function NewMinBucketAggregation (line 24) | func NewMinBucketAggregation() *MinBucketAggregation { FILE: search_aggs_pipeline_min_bucket_test.go function TestMinBucketAggregation (line 12) | func TestMinBucketAggregation(t *testing.T) { FILE: search_aggs_pipeline_mov_avg.go type MovAvgAggregation (line 14) | type MovAvgAggregation struct method Format (line 36) | func (a *MovAvgAggregation) Format(format string) *MovAvgAggregation { method GapPolicy (line 43) | func (a *MovAvgAggregation) GapPolicy(gapPolicy string) *MovAvgAggrega... method GapInsertZeros (line 49) | func (a *MovAvgAggregation) GapInsertZeros() *MovAvgAggregation { method GapSkip (line 55) | func (a *MovAvgAggregation) GapSkip() *MovAvgAggregation { method Model (line 62) | func (a *MovAvgAggregation) Model(model MovAvgModel) *MovAvgAggregation { method Window (line 70) | func (a *MovAvgAggregation) Window(window int) *MovAvgAggregation { method Predict (line 79) | func (a *MovAvgAggregation) Predict(numPredictions int) *MovAvgAggrega... method Minimize (line 86) | func (a *MovAvgAggregation) Minimize(minimize bool) *MovAvgAggregation { method Meta (line 92) | func (a *MovAvgAggregation) Meta(metaData map[string]interface{}) *Mov... method BucketsPath (line 98) | func (a *MovAvgAggregation) BucketsPath(bucketsPaths ...string) *MovAv... method Source (line 104) | func (a *MovAvgAggregation) Source() (interface{}, error) { function NewMovAvgAggregation (line 29) | func NewMovAvgAggregation() *MovAvgAggregation { type MovAvgModel (line 153) | type MovAvgModel interface type EWMAMovAvgModel (line 164) | type EWMAMovAvgModel struct method Alpha (line 177) | func (m *EWMAMovAvgModel) Alpha(alpha float64) *EWMAMovAvgModel { method Name (line 183) | func (m *EWMAMovAvgModel) Name() string { method Settings (line 188) | func (m *EWMAMovAvgModel) Settings() map[string]interface{} { function NewEWMAMovAvgModel (line 169) | func NewEWMAMovAvgModel() *EWMAMovAvgModel { type HoltLinearMovAvgModel (line 202) | type HoltLinearMovAvgModel struct method Alpha (line 216) | func (m *HoltLinearMovAvgModel) Alpha(alpha float64) *HoltLinearMovAvg... method Beta (line 223) | func (m *HoltLinearMovAvgModel) Beta(beta float64) *HoltLinearMovAvgMo... method Name (line 229) | func (m *HoltLinearMovAvgModel) Name() string { method Settings (line 234) | func (m *HoltLinearMovAvgModel) Settings() map[string]interface{} { function NewHoltLinearMovAvgModel (line 208) | func NewHoltLinearMovAvgModel() *HoltLinearMovAvgModel { type HoltWintersMovAvgModel (line 251) | type HoltWintersMovAvgModel struct method Alpha (line 269) | func (m *HoltWintersMovAvgModel) Alpha(alpha float64) *HoltWintersMovA... method Beta (line 276) | func (m *HoltWintersMovAvgModel) Beta(beta float64) *HoltWintersMovAvg... method Gamma (line 281) | func (m *HoltWintersMovAvgModel) Gamma(gamma float64) *HoltWintersMovA... method Period (line 286) | func (m *HoltWintersMovAvgModel) Period(period int) *HoltWintersMovAvg... method SeasonalityType (line 291) | func (m *HoltWintersMovAvgModel) SeasonalityType(typ string) *HoltWint... method Pad (line 296) | func (m *HoltWintersMovAvgModel) Pad(pad bool) *HoltWintersMovAvgModel { method Name (line 302) | func (m *HoltWintersMovAvgModel) Name() string { method Settings (line 307) | func (m *HoltWintersMovAvgModel) Settings() map[string]interface{} { function NewHoltWintersMovAvgModel (line 261) | func NewHoltWintersMovAvgModel() *HoltWintersMovAvgModel { type LinearMovAvgModel (line 338) | type LinearMovAvgModel struct method Name (line 347) | func (m *LinearMovAvgModel) Name() string { method Settings (line 352) | func (m *LinearMovAvgModel) Settings() map[string]interface{} { function NewLinearMovAvgModel (line 342) | func NewLinearMovAvgModel() *LinearMovAvgModel { type SimpleMovAvgModel (line 362) | type SimpleMovAvgModel struct method Name (line 371) | func (m *SimpleMovAvgModel) Name() string { method Settings (line 376) | func (m *SimpleMovAvgModel) Settings() map[string]interface{} { function NewSimpleMovAvgModel (line 366) | func NewSimpleMovAvgModel() *SimpleMovAvgModel { FILE: search_aggs_pipeline_mov_avg_test.go function TestMovAvgAggregation (line 12) | func TestMovAvgAggregation(t *testing.T) { function TestMovAvgAggregationWithSimpleModel (line 29) | func TestMovAvgAggregationWithSimpleModel(t *testing.T) { function TestMovAvgAggregationWithLinearModel (line 46) | func TestMovAvgAggregationWithLinearModel(t *testing.T) { function TestMovAvgAggregationWithEWMAModel (line 63) | func TestMovAvgAggregationWithEWMAModel(t *testing.T) { function TestMovAvgAggregationWithHoltLinearModel (line 80) | func TestMovAvgAggregationWithHoltLinearModel(t *testing.T) { function TestMovAvgAggregationWithHoltWintersModel (line 98) | func TestMovAvgAggregationWithHoltWintersModel(t *testing.T) { FILE: search_aggs_pipeline_mov_fn.go type MovFnAggregation (line 24) | type MovFnAggregation struct method Script (line 46) | func (a *MovFnAggregation) Script(script *Script) *MovFnAggregation { method Format (line 52) | func (a *MovFnAggregation) Format(format string) *MovFnAggregation { method GapPolicy (line 59) | func (a *MovFnAggregation) GapPolicy(gapPolicy string) *MovFnAggregati... method GapInsertZeros (line 65) | func (a *MovFnAggregation) GapInsertZeros() *MovFnAggregation { method GapSkip (line 71) | func (a *MovFnAggregation) GapSkip() *MovFnAggregation { method Window (line 77) | func (a *MovFnAggregation) Window(window int) *MovFnAggregation { method Meta (line 83) | func (a *MovFnAggregation) Meta(metaData map[string]interface{}) *MovF... method BucketsPath (line 89) | func (a *MovFnAggregation) BucketsPath(bucketsPaths ...string) *MovFnA... method Source (line 95) | func (a *MovFnAggregation) Source() (interface{}, error) { function NewMovFnAggregation (line 37) | func NewMovFnAggregation(bucketsPath string, script *Script, window int)... FILE: search_aggs_pipeline_mov_fn_test.go function TestMovFnAggregation (line 12) | func TestMovFnAggregation(t *testing.T) { FILE: search_aggs_pipeline_percentiles_bucket.go type PercentilesBucketAggregation (line 14) | type PercentilesBucketAggregation struct method Format (line 29) | func (p *PercentilesBucketAggregation) Format(format string) *Percenti... method Percents (line 35) | func (p *PercentilesBucketAggregation) Percents(percents ...float64) *... method GapPolicy (line 42) | func (p *PercentilesBucketAggregation) GapPolicy(gapPolicy string) *Pe... method GapInsertZeros (line 48) | func (p *PercentilesBucketAggregation) GapInsertZeros() *PercentilesBu... method GapSkip (line 54) | func (p *PercentilesBucketAggregation) GapSkip() *PercentilesBucketAgg... method Meta (line 60) | func (p *PercentilesBucketAggregation) Meta(metaData map[string]interf... method BucketsPath (line 66) | func (p *PercentilesBucketAggregation) BucketsPath(bucketsPaths ...str... method Source (line 72) | func (p *PercentilesBucketAggregation) Source() (interface{}, error) { function NewPercentilesBucketAggregation (line 24) | func NewPercentilesBucketAggregation() *PercentilesBucketAggregation { FILE: search_aggs_pipeline_percentiles_bucket_test.go function TestPercentilesBucketAggregation (line 12) | func TestPercentilesBucketAggregation(t *testing.T) { function TestPercentilesBucketAggregationWithPercents (line 29) | func TestPercentilesBucketAggregationWithPercents(t *testing.T) { FILE: search_aggs_pipeline_serial_diff.go type SerialDiffAggregation (line 13) | type SerialDiffAggregation struct method Format (line 30) | func (a *SerialDiffAggregation) Format(format string) *SerialDiffAggre... method GapPolicy (line 37) | func (a *SerialDiffAggregation) GapPolicy(gapPolicy string) *SerialDif... method GapInsertZeros (line 43) | func (a *SerialDiffAggregation) GapInsertZeros() *SerialDiffAggregation { method GapSkip (line 49) | func (a *SerialDiffAggregation) GapSkip() *SerialDiffAggregation { method Lag (line 57) | func (a *SerialDiffAggregation) Lag(lag int) *SerialDiffAggregation { method Meta (line 63) | func (a *SerialDiffAggregation) Meta(metaData map[string]interface{}) ... method BucketsPath (line 69) | func (a *SerialDiffAggregation) BucketsPath(bucketsPaths ...string) *S... method Source (line 75) | func (a *SerialDiffAggregation) Source() (interface{}, error) { function NewSerialDiffAggregation (line 23) | func NewSerialDiffAggregation() *SerialDiffAggregation { FILE: search_aggs_pipeline_serial_diff_test.go function TestSerialDiffAggregation (line 12) | func TestSerialDiffAggregation(t *testing.T) { FILE: search_aggs_pipeline_stats_bucket.go type StatsBucketAggregation (line 14) | type StatsBucketAggregation struct method Format (line 30) | func (s *StatsBucketAggregation) Format(format string) *StatsBucketAgg... method GapPolicy (line 37) | func (s *StatsBucketAggregation) GapPolicy(gapPolicy string) *StatsBuc... method GapInsertZeros (line 43) | func (s *StatsBucketAggregation) GapInsertZeros() *StatsBucketAggregat... method GapSkip (line 49) | func (s *StatsBucketAggregation) GapSkip() *StatsBucketAggregation { method Meta (line 55) | func (s *StatsBucketAggregation) Meta(metaData map[string]interface{})... method BucketsPath (line 61) | func (s *StatsBucketAggregation) BucketsPath(bucketsPaths ...string) *... method Source (line 67) | func (s *StatsBucketAggregation) Source() (interface{}, error) { function NewStatsBucketAggregation (line 23) | func NewStatsBucketAggregation() *StatsBucketAggregation { FILE: search_aggs_pipeline_stats_bucket_test.go function TestStatsBucketAggregation (line 12) | func TestStatsBucketAggregation(t *testing.T) { FILE: search_aggs_pipeline_sum_bucket.go type SumBucketAggregation (line 14) | type SumBucketAggregation struct method Format (line 30) | func (a *SumBucketAggregation) Format(format string) *SumBucketAggrega... method GapPolicy (line 37) | func (a *SumBucketAggregation) GapPolicy(gapPolicy string) *SumBucketA... method GapInsertZeros (line 43) | func (a *SumBucketAggregation) GapInsertZeros() *SumBucketAggregation { method GapSkip (line 49) | func (a *SumBucketAggregation) GapSkip() *SumBucketAggregation { method Meta (line 55) | func (a *SumBucketAggregation) Meta(metaData map[string]interface{}) *... method BucketsPath (line 61) | func (a *SumBucketAggregation) BucketsPath(bucketsPaths ...string) *Su... method Source (line 67) | func (a *SumBucketAggregation) Source() (interface{}, error) { function NewSumBucketAggregation (line 23) | func NewSumBucketAggregation() *SumBucketAggregation { FILE: search_aggs_pipeline_sum_bucket_test.go function TestSumBucketAggregation (line 12) | func TestSumBucketAggregation(t *testing.T) { FILE: search_aggs_pipeline_test.go function TestAggsIntegrationAvgBucket (line 12) | func TestAggsIntegrationAvgBucket(t *testing.T) { function TestAggsIntegrationDerivative (line 54) | func TestAggsIntegrationDerivative(t *testing.T) { function TestAggsIntegrationMaxBucket (line 184) | func TestAggsIntegrationMaxBucket(t *testing.T) { function TestAggsIntegrationMinBucket (line 232) | func TestAggsIntegrationMinBucket(t *testing.T) { function TestAggsIntegrationSumBucket (line 280) | func TestAggsIntegrationSumBucket(t *testing.T) { function TestAggsIntegrationMovAvg (line 322) | func TestAggsIntegrationMovAvg(t *testing.T) { function TestAggsIntegrationCumulativeSum (line 433) | func TestAggsIntegrationCumulativeSum(t *testing.T) { function TestAggsIntegrationBucketScript (line 575) | func TestAggsIntegrationBucketScript(t *testing.T) { function TestAggsIntegrationBucketSelector (line 722) | func TestAggsIntegrationBucketSelector(t *testing.T) { function TestAggsIntegrationSerialDiff (line 771) | func TestAggsIntegrationSerialDiff(t *testing.T) { FILE: search_aggs_test.go function TestAggs (line 17) | func TestAggs(t *testing.T) { function TestAggsCompositeIntegration (line 1438) | func TestAggsCompositeIntegration(t *testing.T) { function TestAggsMarshal (line 1660) | func TestAggsMarshal(t *testing.T) { function TestAggsMetricsMin (line 1710) | func TestAggsMetricsMin(t *testing.T) { function TestAggsMetricsMax (line 1738) | func TestAggsMetricsMax(t *testing.T) { function TestAggsMetricsSum (line 1766) | func TestAggsMetricsSum(t *testing.T) { function TestAggsMetricsAvg (line 1794) | func TestAggsMetricsAvg(t *testing.T) { function TestAggsMetricsValueCount (line 1822) | func TestAggsMetricsValueCount(t *testing.T) { function TestAggsMetricsCardinality (line 1850) | func TestAggsMetricsCardinality(t *testing.T) { function TestAggsMetricsStats (line 1878) | func TestAggsMetricsStats(t *testing.T) { function TestAggsMetricsExtendedStats (line 1931) | func TestAggsMetricsExtendedStats(t *testing.T) { function TestAggsMatrixStats (line 2005) | func TestAggsMatrixStats(t *testing.T) { function TestAggsMetricsPercentiles (line 2104) | func TestAggsMetricsPercentiles(t *testing.T) { function TestAggsMetricsPercentileRanks (line 2161) | func TestAggsMetricsPercentileRanks(t *testing.T) { function TestAggsMetricsTopHits (line 2198) | func TestAggsMetricsTopHits(t *testing.T) { function TestAggsBucketGlobal (line 2396) | func TestAggsBucketGlobal(t *testing.T) { function TestAggsBucketFilter (line 2439) | func TestAggsBucketFilter(t *testing.T) { function TestAggsBucketFiltersWithBuckets (line 2480) | func TestAggsBucketFiltersWithBuckets(t *testing.T) { function TestAggsBucketFiltersWithNamedBuckets (line 2543) | func TestAggsBucketFiltersWithNamedBuckets(t *testing.T) { function TestAggsBucketAdjacencyMatrix (line 2606) | func TestAggsBucketAdjacencyMatrix(t *testing.T) { function TestAggsBucketMissing (line 2671) | func TestAggsBucketMissing(t *testing.T) { function TestAggsBucketNested (line 2696) | func TestAggsBucketNested(t *testing.T) { function TestAggsBucketReverseNested (line 2738) | func TestAggsBucketReverseNested(t *testing.T) { function TestAggsBucketChildren (line 2763) | func TestAggsBucketChildren(t *testing.T) { function TestAggsBucketTerms (line 2788) | func TestAggsBucketTerms(t *testing.T) { function TestAggsBucketTermsWithNumericKeys (line 2836) | func TestAggsBucketTermsWithNumericKeys(t *testing.T) { function TestAggsBucketTermsWithBoolKeys (line 2894) | func TestAggsBucketTermsWithBoolKeys(t *testing.T) { function TestAggsBucketSignificantTerms (line 2942) | func TestAggsBucketSignificantTerms(t *testing.T) { function TestAggsBucketSampler (line 2993) | func TestAggsBucketSampler(t *testing.T) { function TestAggsBucketDiversifiedSampler (line 3036) | func TestAggsBucketDiversifiedSampler(t *testing.T) { function TestAggsBucketRange (line 3079) | func TestAggsBucketRange(t *testing.T) { function TestAggsBucketDateRange (line 3160) | func TestAggsBucketDateRange(t *testing.T) { function TestAggsBucketIPRange (line 3229) | func TestAggsBucketIPRange(t *testing.T) { function TestAggsBucketHistogram (line 3298) | func TestAggsBucketHistogram(t *testing.T) { function TestAggsBucketDateHistogram (line 3366) | func TestAggsBucketDateHistogram(t *testing.T) { function TestAggsMetricsGeoBounds (line 3429) | func TestAggsMetricsGeoBounds(t *testing.T) { function TestAggsBucketGeoHash (line 3472) | func TestAggsBucketGeoHash(t *testing.T) { function TestAggsBucketGeoTileGrid (line 3521) | func TestAggsBucketGeoTileGrid(t *testing.T) { function TestAggsMetricsGeoCentroid (line 3570) | func TestAggsMetricsGeoCentroid(t *testing.T) { function TestAggsBucketGeoDistance (line 3605) | func TestAggsBucketGeoDistance(t *testing.T) { function TestAggsSubAggregates (line 3691) | func TestAggsSubAggregates(t *testing.T) { function TestAggsPipelineAvgBucket (line 3778) | func TestAggsPipelineAvgBucket(t *testing.T) { function TestAggsPipelineSumBucket (line 3806) | func TestAggsPipelineSumBucket(t *testing.T) { function TestAggsPipelineMaxBucket (line 3834) | func TestAggsPipelineMaxBucket(t *testing.T) { function TestAggsPipelineMinBucket (line 3869) | func TestAggsPipelineMinBucket(t *testing.T) { function TestAggsPipelineMovAvg (line 3904) | func TestAggsPipelineMovAvg(t *testing.T) { function TestAggsPipelineDerivative (line 3932) | func TestAggsPipelineDerivative(t *testing.T) { function TestAggsPipelinePercentilesBucket (line 3960) | func TestAggsPipelinePercentilesBucket(t *testing.T) { function TestAggsPipelineStatsBucket (line 3988) | func TestAggsPipelineStatsBucket(t *testing.T) { function TestAggsPipelineCumulativeSum (line 4041) | func TestAggsPipelineCumulativeSum(t *testing.T) { function TestAggsPipelineBucketScript (line 4069) | func TestAggsPipelineBucketScript(t *testing.T) { function TestAggsPipelineSerialDiff (line 4097) | func TestAggsPipelineSerialDiff(t *testing.T) { function TestAggsComposite (line 4125) | func TestAggsComposite(t *testing.T) { function TestAggsScriptedMetric (line 4301) | func TestAggsScriptedMetric(t *testing.T) { FILE: search_collapse_builder.go type CollapseBuilder (line 10) | type CollapseBuilder struct method Field (line 22) | func (b *CollapseBuilder) Field(field string) *CollapseBuilder { method InnerHit (line 28) | func (b *CollapseBuilder) InnerHit(innerHits ...*InnerHit) *CollapseBu... method MaxConcurrentGroupRequests (line 35) | func (b *CollapseBuilder) MaxConcurrentGroupRequests(max int) *Collaps... method Source (line 41) | func (b *CollapseBuilder) Source() (interface{}, error) { function NewCollapseBuilder (line 17) | func NewCollapseBuilder(field string) *CollapseBuilder { FILE: search_collapse_builder_test.go function TestCollapseBuilderSource (line 12) | func TestCollapseBuilderSource(t *testing.T) { function TestCollapseBuilderSourceMultipleInnerHits (line 31) | func TestCollapseBuilderSourceMultipleInnerHits(t *testing.T) { FILE: search_queries_bool.go type BoolQuery (line 13) | type BoolQuery struct method Must (line 35) | func (q *BoolQuery) Must(queries ...Query) *BoolQuery { method MustNot (line 40) | func (q *BoolQuery) MustNot(queries ...Query) *BoolQuery { method Filter (line 45) | func (q *BoolQuery) Filter(filters ...Query) *BoolQuery { method Should (line 50) | func (q *BoolQuery) Should(queries ...Query) *BoolQuery { method Boost (line 55) | func (q *BoolQuery) Boost(boost float64) *BoolQuery { method MinimumShouldMatch (line 60) | func (q *BoolQuery) MinimumShouldMatch(minimumShouldMatch string) *Boo... method MinimumNumberShouldMatch (line 65) | func (q *BoolQuery) MinimumNumberShouldMatch(minimumNumberShouldMatch ... method AdjustPureNegative (line 70) | func (q *BoolQuery) AdjustPureNegative(adjustPureNegative bool) *BoolQ... method QueryName (line 75) | func (q *BoolQuery) QueryName(queryName string) *BoolQuery { method Source (line 81) | func (q *BoolQuery) Source() (interface{}, error) { function NewBoolQuery (line 26) | func NewBoolQuery() *BoolQuery { FILE: search_queries_bool_test.go function TestBoolQuery (line 12) | func TestBoolQuery(t *testing.T) { FILE: search_queries_boosting.go type BoostingQuery (line 11) | type BoostingQuery struct method Positive (line 24) | func (q *BoostingQuery) Positive(positive Query) *BoostingQuery { method Negative (line 29) | func (q *BoostingQuery) Negative(negative Query) *BoostingQuery { method NegativeBoost (line 34) | func (q *BoostingQuery) NegativeBoost(negativeBoost float64) *Boosting... method Boost (line 39) | func (q *BoostingQuery) Boost(boost float64) *BoostingQuery { method Source (line 45) | func (q *BoostingQuery) Source() (interface{}, error) { function NewBoostingQuery (line 20) | func NewBoostingQuery() *BoostingQuery { FILE: search_queries_boosting_test.go function TestBoostingQuery (line 12) | func TestBoostingQuery(t *testing.T) { FILE: search_queries_combined_fields.go type CombinedFieldsQuery (line 14) | type CombinedFieldsQuery struct method Field (line 35) | func (q *CombinedFieldsQuery) Field(field string) *CombinedFieldsQuery { method FieldWithBoost (line 41) | func (q *CombinedFieldsQuery) FieldWithBoost(field string, boost float... method AutoGenerateSynonymsPhraseQuery (line 49) | func (q *CombinedFieldsQuery) AutoGenerateSynonymsPhraseQuery(enable b... method Operator (line 56) | func (q *CombinedFieldsQuery) Operator(operator string) *CombinedField... method MinimumShouldMatch (line 63) | func (q *CombinedFieldsQuery) MinimumShouldMatch(minimumShouldMatch st... method ZeroTermsQuery (line 69) | func (q *CombinedFieldsQuery) ZeroTermsQuery(zeroTermsQuery string) *C... method Source (line 75) | func (q *CombinedFieldsQuery) Source() (interface{}, error) { function NewCombinedFieldsQuery (line 25) | func NewCombinedFieldsQuery(text interface{}, fields ...string) *Combine... FILE: search_queries_combined_fields_test.go function TestCombinedFieldsQuery (line 12) | func TestCombinedFieldsQuery(t *testing.T) { FILE: search_queries_common_terms.go type CommonTermsQuery (line 16) | type CommonTermsQuery struct method CutoffFrequency (line 39) | func (q *CommonTermsQuery) CutoffFrequency(f float64) *CommonTermsQuery { method HighFreq (line 44) | func (q *CommonTermsQuery) HighFreq(f float64) *CommonTermsQuery { method HighFreqOperator (line 49) | func (q *CommonTermsQuery) HighFreqOperator(op string) *CommonTermsQue... method HighFreqMinimumShouldMatch (line 54) | func (q *CommonTermsQuery) HighFreqMinimumShouldMatch(minShouldMatch s... method LowFreq (line 59) | func (q *CommonTermsQuery) LowFreq(f float64) *CommonTermsQuery { method LowFreqOperator (line 64) | func (q *CommonTermsQuery) LowFreqOperator(op string) *CommonTermsQuery { method LowFreqMinimumShouldMatch (line 69) | func (q *CommonTermsQuery) LowFreqMinimumShouldMatch(minShouldMatch st... method Analyzer (line 74) | func (q *CommonTermsQuery) Analyzer(analyzer string) *CommonTermsQuery { method Boost (line 79) | func (q *CommonTermsQuery) Boost(boost float64) *CommonTermsQuery { method QueryName (line 84) | func (q *CommonTermsQuery) QueryName(queryName string) *CommonTermsQue... method Source (line 90) | func (q *CommonTermsQuery) Source() (interface{}, error) { function NewCommonTermsQuery (line 35) | func NewCommonTermsQuery(name string, text interface{}) *CommonTermsQuery { FILE: search_queries_common_terms_test.go function TestCommonTermsQuery (line 14) | func TestCommonTermsQuery(t *testing.T) { function TestSearchQueriesCommonTermsQuery (line 31) | func TestSearchQueriesCommonTermsQuery(t *testing.T) { FILE: search_queries_constant_score.go type ConstantScoreQuery (line 12) | type ConstantScoreQuery struct method Boost (line 27) | func (q *ConstantScoreQuery) Boost(boost float64) *ConstantScoreQuery { method Source (line 33) | func (q *ConstantScoreQuery) Source() (interface{}, error) { function NewConstantScoreQuery (line 18) | func NewConstantScoreQuery(filter Query) *ConstantScoreQuery { FILE: search_queries_constant_score_test.go function TestConstantScoreQuery (line 12) | func TestConstantScoreQuery(t *testing.T) { FILE: search_queries_dis_max.go type DisMaxQuery (line 14) | type DisMaxQuery struct method Query (line 29) | func (q *DisMaxQuery) Query(queries ...Query) *DisMaxQuery { method Boost (line 37) | func (q *DisMaxQuery) Boost(boost float64) *DisMaxQuery { method TieBreaker (line 49) | func (q *DisMaxQuery) TieBreaker(tieBreaker float64) *DisMaxQuery { method QueryName (line 56) | func (q *DisMaxQuery) QueryName(queryName string) *DisMaxQuery { method Source (line 62) | func (q *DisMaxQuery) Source() (interface{}, error) { function NewDisMaxQuery (line 22) | func NewDisMaxQuery() *DisMaxQuery { FILE: search_queries_dis_max_test.go function TestDisMaxQuery (line 12) | func TestDisMaxQuery(t *testing.T) { FILE: search_queries_distance_feature_query.go type DistanceFeatureQuery (line 18) | type DistanceFeatureQuery struct method Field (line 36) | func (q *DistanceFeatureQuery) Field(name string) *DistanceFeatureQuery { method Origin (line 47) | func (q *DistanceFeatureQuery) Origin(origin interface{}) *DistanceFea... method Pivot (line 60) | func (q *DistanceFeatureQuery) Pivot(pivot string) *DistanceFeatureQue... method Boost (line 66) | func (q *DistanceFeatureQuery) Boost(boost float64) *DistanceFeatureQu... method QueryName (line 72) | func (q *DistanceFeatureQuery) QueryName(queryName string) *DistanceFe... method Source (line 78) | func (q *DistanceFeatureQuery) Source() (interface{}, error) { function NewDistanceFeatureQuery (line 27) | func NewDistanceFeatureQuery(field string, origin interface{}, pivot str... FILE: search_queries_distance_feature_query_test.go function TestDistanceFeatureQueryForDateField (line 13) | func TestDistanceFeatureQueryForDateField(t *testing.T) { function TestDistanceFeatureQueryForGeoField (line 30) | func TestDistanceFeatureQueryForGeoField(t *testing.T) { function TestDistanceFeatureQueryIntegration (line 47) | func TestDistanceFeatureQueryIntegration(t *testing.T) { FILE: search_queries_exists.go type ExistsQuery (line 12) | type ExistsQuery struct method QueryName (line 26) | func (q *ExistsQuery) QueryName(queryName string) *ExistsQuery { method Source (line 32) | func (q *ExistsQuery) Source() (interface{}, error) { function NewExistsQuery (line 18) | func NewExistsQuery(name string) *ExistsQuery { FILE: search_queries_exists_test.go function TestExistsQuery (line 12) | func TestExistsQuery(t *testing.T) { FILE: search_queries_fsq.go type FunctionScoreQuery (line 14) | type FunctionScoreQuery struct method Query (line 35) | func (q *FunctionScoreQuery) Query(query Query) *FunctionScoreQuery { method Filter (line 41) | func (q *FunctionScoreQuery) Filter(filter Query) *FunctionScoreQuery { method Add (line 48) | func (q *FunctionScoreQuery) Add(filter Query, scoreFunc ScoreFunction... method AddScoreFunc (line 55) | func (q *FunctionScoreQuery) AddScoreFunc(scoreFunc ScoreFunction) *Fu... method ScoreMode (line 63) | func (q *FunctionScoreQuery) ScoreMode(scoreMode string) *FunctionScor... method BoostMode (line 70) | func (q *FunctionScoreQuery) BoostMode(boostMode string) *FunctionScor... method MaxBoost (line 76) | func (q *FunctionScoreQuery) MaxBoost(maxBoost float64) *FunctionScore... method Boost (line 84) | func (q *FunctionScoreQuery) Boost(boost float64) *FunctionScoreQuery { method MinScore (line 90) | func (q *FunctionScoreQuery) MinScore(minScore float64) *FunctionScore... method Source (line 96) | func (q *FunctionScoreQuery) Source() (interface{}, error) { function NewFunctionScoreQuery (line 27) | func NewFunctionScoreQuery() *FunctionScoreQuery { FILE: search_queries_fsq_score_funcs.go type ScoreFunction (line 12) | type ScoreFunction interface type ExponentialDecayFunction (line 23) | type ExponentialDecayFunction struct method Name (line 40) | func (fn *ExponentialDecayFunction) Name() string { method FieldName (line 45) | func (fn *ExponentialDecayFunction) FieldName(fieldName string) *Expon... method Origin (line 52) | func (fn *ExponentialDecayFunction) Origin(origin interface{}) *Expone... method Scale (line 58) | func (fn *ExponentialDecayFunction) Scale(scale interface{}) *Exponent... method Decay (line 65) | func (fn *ExponentialDecayFunction) Decay(decay float64) *ExponentialD... method Offset (line 72) | func (fn *ExponentialDecayFunction) Offset(offset interface{}) *Expone... method Weight (line 80) | func (fn *ExponentialDecayFunction) Weight(weight float64) *Exponentia... method GetWeight (line 87) | func (fn *ExponentialDecayFunction) GetWeight() *float64 { method MultiValueMode (line 94) | func (fn *ExponentialDecayFunction) MultiValueMode(mode string) *Expon... method Source (line 100) | func (fn *ExponentialDecayFunction) Source() (interface{}, error) { function NewExponentialDecayFunction (line 34) | func NewExponentialDecayFunction() *ExponentialDecayFunction { type GaussDecayFunction (line 125) | type GaussDecayFunction struct method Name (line 142) | func (fn *GaussDecayFunction) Name() string { method FieldName (line 147) | func (fn *GaussDecayFunction) FieldName(fieldName string) *GaussDecayF... method Origin (line 154) | func (fn *GaussDecayFunction) Origin(origin interface{}) *GaussDecayFu... method Scale (line 160) | func (fn *GaussDecayFunction) Scale(scale interface{}) *GaussDecayFunc... method Decay (line 167) | func (fn *GaussDecayFunction) Decay(decay float64) *GaussDecayFunction { method Offset (line 174) | func (fn *GaussDecayFunction) Offset(offset interface{}) *GaussDecayFu... method Weight (line 182) | func (fn *GaussDecayFunction) Weight(weight float64) *GaussDecayFuncti... method GetWeight (line 189) | func (fn *GaussDecayFunction) GetWeight() *float64 { method MultiValueMode (line 196) | func (fn *GaussDecayFunction) MultiValueMode(mode string) *GaussDecayF... method Source (line 202) | func (fn *GaussDecayFunction) Source() (interface{}, error) { function NewGaussDecayFunction (line 136) | func NewGaussDecayFunction() *GaussDecayFunction { type LinearDecayFunction (line 228) | type LinearDecayFunction struct method Name (line 245) | func (fn *LinearDecayFunction) Name() string { method FieldName (line 250) | func (fn *LinearDecayFunction) FieldName(fieldName string) *LinearDeca... method Origin (line 257) | func (fn *LinearDecayFunction) Origin(origin interface{}) *LinearDecay... method Scale (line 263) | func (fn *LinearDecayFunction) Scale(scale interface{}) *LinearDecayFu... method Decay (line 270) | func (fn *LinearDecayFunction) Decay(decay float64) *LinearDecayFuncti... method Offset (line 277) | func (fn *LinearDecayFunction) Offset(offset interface{}) *LinearDecay... method Weight (line 285) | func (fn *LinearDecayFunction) Weight(weight float64) *LinearDecayFunc... method GetWeight (line 292) | func (fn *LinearDecayFunction) GetWeight() *float64 { method MultiValueMode (line 299) | func (fn *LinearDecayFunction) MultiValueMode(mode string) *LinearDeca... method GetMultiValueMode (line 307) | func (fn *LinearDecayFunction) GetMultiValueMode() string { method Source (line 312) | func (fn *LinearDecayFunction) Source() (interface{}, error) { function NewLinearDecayFunction (line 239) | func NewLinearDecayFunction() *LinearDecayFunction { type ScriptFunction (line 341) | type ScriptFunction struct method Name (line 355) | func (fn *ScriptFunction) Name() string { method Script (line 360) | func (fn *ScriptFunction) Script(script *Script) *ScriptFunction { method Weight (line 368) | func (fn *ScriptFunction) Weight(weight float64) *ScriptFunction { method GetWeight (line 375) | func (fn *ScriptFunction) GetWeight() *float64 { method Source (line 380) | func (fn *ScriptFunction) Source() (interface{}, error) { function NewScriptFunction (line 347) | func NewScriptFunction(script *Script) *ScriptFunction { type FieldValueFactorFunction (line 398) | type FieldValueFactorFunction struct method Name (line 413) | func (fn *FieldValueFactorFunction) Name() string { method Field (line 418) | func (fn *FieldValueFactorFunction) Field(field string) *FieldValueFac... method Factor (line 425) | func (fn *FieldValueFactorFunction) Factor(factor float64) *FieldValue... method Modifier (line 432) | func (fn *FieldValueFactorFunction) Modifier(modifier string) *FieldVa... method Weight (line 440) | func (fn *FieldValueFactorFunction) Weight(weight float64) *FieldValue... method GetWeight (line 447) | func (fn *FieldValueFactorFunction) GetWeight() *float64 { method Missing (line 452) | func (fn *FieldValueFactorFunction) Missing(missing float64) *FieldVal... method Source (line 458) | func (fn *FieldValueFactorFunction) Source() (interface{}, error) { function NewFieldValueFactorFunction (line 407) | func NewFieldValueFactorFunction() *FieldValueFactorFunction { type WeightFactorFunction (line 482) | type WeightFactorFunction struct method Name (line 493) | func (fn *WeightFactorFunction) Name() string { method Weight (line 500) | func (fn *WeightFactorFunction) Weight(weight float64) *WeightFactorFu... method GetWeight (line 507) | func (fn *WeightFactorFunction) GetWeight() *float64 { method Source (line 512) | func (fn *WeightFactorFunction) Source() (interface{}, error) { function NewWeightFactorFunction (line 487) | func NewWeightFactorFunction(weight float64) *WeightFactorFunction { type RandomFunction (line 522) | type RandomFunction struct method Name (line 535) | func (fn *RandomFunction) Name() string { method Field (line 543) | func (fn *RandomFunction) Field(field string) *RandomFunction { method Seed (line 552) | func (fn *RandomFunction) Seed(seed interface{}) *RandomFunction { method Weight (line 560) | func (fn *RandomFunction) Weight(weight float64) *RandomFunction { method GetWeight (line 567) | func (fn *RandomFunction) GetWeight() *float64 { method Source (line 572) | func (fn *RandomFunction) Source() (interface{}, error) { function NewRandomFunction (line 529) | func NewRandomFunction() *RandomFunction { FILE: search_queries_fsq_test.go function TestFunctionScoreQuery (line 12) | func TestFunctionScoreQuery(t *testing.T) { function TestFunctionScoreQueryWithNilFilter (line 36) | func TestFunctionScoreQueryWithNilFilter(t *testing.T) { function TestFieldValueFactor (line 59) | func TestFieldValueFactor(t *testing.T) { function TestFieldValueFactorWithWeight (line 82) | func TestFieldValueFactorWithWeight(t *testing.T) { function TestFieldValueFactorWithMultipleScoreFuncsAndWeights (line 105) | func TestFieldValueFactorWithMultipleScoreFuncsAndWeights(t *testing.T) { function TestFunctionScoreQueryWithGaussScoreFunc (line 130) | func TestFunctionScoreQueryWithGaussScoreFunc(t *testing.T) { function TestFunctionScoreQueryWithGaussScoreFuncAndMultiValueMode (line 149) | func TestFunctionScoreQueryWithGaussScoreFuncAndMultiValueMode(t *testin... function TestFunctionScoreQueryWithFilters (line 168) | func TestFunctionScoreQueryWithFilters(t *testing.T) { function TestFunctionScoreQueryBug660 (line 189) | func TestFunctionScoreQueryBug660(t *testing.T) { FILE: search_queries_fuzzy.go type FuzzyQuery (line 12) | type FuzzyQuery struct method Boost (line 36) | func (q *FuzzyQuery) Boost(boost float64) *FuzzyQuery { method Fuzziness (line 43) | func (q *FuzzyQuery) Fuzziness(fuzziness interface{}) *FuzzyQuery { method PrefixLength (line 48) | func (q *FuzzyQuery) PrefixLength(prefixLength int) *FuzzyQuery { method MaxExpansions (line 53) | func (q *FuzzyQuery) MaxExpansions(maxExpansions int) *FuzzyQuery { method Transpositions (line 58) | func (q *FuzzyQuery) Transpositions(transpositions bool) *FuzzyQuery { method Rewrite (line 63) | func (q *FuzzyQuery) Rewrite(rewrite string) *FuzzyQuery { method QueryName (line 70) | func (q *FuzzyQuery) QueryName(queryName string) *FuzzyQuery { method Source (line 76) | func (q *FuzzyQuery) Source() (interface{}, error) { function NewFuzzyQuery (line 25) | func NewFuzzyQuery(name string, value interface{}) *FuzzyQuery { FILE: search_queries_fuzzy_test.go function TestFuzzyQuery (line 12) | func TestFuzzyQuery(t *testing.T) { FILE: search_queries_geo_bounding_box.go type GeoBoundingBoxQuery (line 12) | type GeoBoundingBoxQuery struct method TopLeft (line 33) | func (q *GeoBoundingBoxQuery) TopLeft(top, left float64) *GeoBoundingB... method TopLeftFromGeoPoint (line 39) | func (q *GeoBoundingBoxQuery) TopLeftFromGeoPoint(point *GeoPoint) *Ge... method TopLeftFromGeoHash (line 44) | func (q *GeoBoundingBoxQuery) TopLeftFromGeoHash(topLeft string) *GeoB... method BottomRight (line 50) | func (q *GeoBoundingBoxQuery) BottomRight(bottom, right float64) *GeoB... method BottomRightFromGeoPoint (line 56) | func (q *GeoBoundingBoxQuery) BottomRightFromGeoPoint(point *GeoPoint)... method BottomRightFromGeoHash (line 61) | func (q *GeoBoundingBoxQuery) BottomRightFromGeoHash(bottomRight strin... method BottomLeft (line 67) | func (q *GeoBoundingBoxQuery) BottomLeft(bottom, left float64) *GeoBou... method BottomLeftFromGeoPoint (line 73) | func (q *GeoBoundingBoxQuery) BottomLeftFromGeoPoint(point *GeoPoint) ... method BottomLeftFromGeoHash (line 78) | func (q *GeoBoundingBoxQuery) BottomLeftFromGeoHash(bottomLeft string)... method TopRight (line 84) | func (q *GeoBoundingBoxQuery) TopRight(top, right float64) *GeoBoundin... method TopRightFromGeoPoint (line 90) | func (q *GeoBoundingBoxQuery) TopRightFromGeoPoint(point *GeoPoint) *G... method TopRightFromGeoHash (line 95) | func (q *GeoBoundingBoxQuery) TopRightFromGeoHash(topRight string) *Ge... method WKT (line 102) | func (q *GeoBoundingBoxQuery) WKT(wkt interface{}) *GeoBoundingBoxQuery { method Type (line 109) | func (q *GeoBoundingBoxQuery) Type(typ string) *GeoBoundingBoxQuery { method ValidationMethod (line 117) | func (q *GeoBoundingBoxQuery) ValidationMethod(method string) *GeoBoun... method IgnoreUnmapped (line 124) | func (q *GeoBoundingBoxQuery) IgnoreUnmapped(ignoreUnmapped bool) *Geo... method QueryName (line 130) | func (q *GeoBoundingBoxQuery) QueryName(queryName string) *GeoBounding... method Source (line 136) | func (q *GeoBoundingBoxQuery) Source() (interface{}, error) { function NewGeoBoundingBoxQuery (line 26) | func NewGeoBoundingBoxQuery(name string) *GeoBoundingBoxQuery { FILE: search_queries_geo_bounding_box_test.go function TestGeoBoundingBoxQuery (line 12) | func TestGeoBoundingBoxQuery(t *testing.T) { function TestGeoBoundingBoxQueryWithGeoPoint (line 32) | func TestGeoBoundingBoxQueryWithGeoPoint(t *testing.T) { function TestGeoBoundingBoxQueryWithGeoHash (line 51) | func TestGeoBoundingBoxQueryWithGeoHash(t *testing.T) { function TestGeoBoundingBoxQueryWithWKT (line 70) | func TestGeoBoundingBoxQueryWithWKT(t *testing.T) { function TestGeoBoundingBoxQueryWithMixed (line 88) | func TestGeoBoundingBoxQueryWithMixed(t *testing.T) { function TestGeoBoundingBoxQueryWithParameters (line 107) | func TestGeoBoundingBoxQueryWithParameters(t *testing.T) { FILE: search_queries_geo_distance.go type GeoDistanceQuery (line 12) | type GeoDistanceQuery struct method GeoPoint (line 27) | func (q *GeoDistanceQuery) GeoPoint(point *GeoPoint) *GeoDistanceQuery { method Point (line 33) | func (q *GeoDistanceQuery) Point(lat, lon float64) *GeoDistanceQuery { method Lat (line 39) | func (q *GeoDistanceQuery) Lat(lat float64) *GeoDistanceQuery { method Lon (line 44) | func (q *GeoDistanceQuery) Lon(lon float64) *GeoDistanceQuery { method GeoHash (line 49) | func (q *GeoDistanceQuery) GeoHash(geohash string) *GeoDistanceQuery { method Distance (line 54) | func (q *GeoDistanceQuery) Distance(distance string) *GeoDistanceQuery { method DistanceType (line 59) | func (q *GeoDistanceQuery) DistanceType(distanceType string) *GeoDista... method QueryName (line 64) | func (q *GeoDistanceQuery) QueryName(queryName string) *GeoDistanceQue... method Source (line 70) | func (q *GeoDistanceQuery) Source() (interface{}, error) { function NewGeoDistanceQuery (line 23) | func NewGeoDistanceQuery(name string) *GeoDistanceQuery { FILE: search_queries_geo_distance_test.go function TestGeoDistanceQuery (line 12) | func TestGeoDistanceQuery(t *testing.T) { function TestGeoDistanceQueryWithGeoPoint (line 33) | func TestGeoDistanceQueryWithGeoPoint(t *testing.T) { function TestGeoDistanceQueryWithGeoHash (line 52) | func TestGeoDistanceQueryWithGeoHash(t *testing.T) { FILE: search_queries_geo_polygon.go type GeoPolygonQuery (line 11) | type GeoPolygonQuery struct method AddPoint (line 26) | func (q *GeoPolygonQuery) AddPoint(lat, lon float64) *GeoPolygonQuery { method AddGeoPoint (line 32) | func (q *GeoPolygonQuery) AddGeoPoint(point *GeoPoint) *GeoPolygonQuery { method QueryName (line 37) | func (q *GeoPolygonQuery) QueryName(queryName string) *GeoPolygonQuery { method Source (line 43) | func (q *GeoPolygonQuery) Source() (interface{}, error) { function NewGeoPolygonQuery (line 18) | func NewGeoPolygonQuery(name string) *GeoPolygonQuery { FILE: search_queries_geo_polygon_test.go function TestGeoPolygonQuery (line 12) | func TestGeoPolygonQuery(t *testing.T) { function TestGeoPolygonQueryFromGeoPoints (line 36) | func TestGeoPolygonQueryFromGeoPoints(t *testing.T) { FILE: search_queries_has_child.go type HasChildQuery (line 12) | type HasChildQuery struct method Boost (line 33) | func (q *HasChildQuery) Boost(boost float64) *HasChildQuery { method ScoreMode (line 41) | func (q *HasChildQuery) ScoreMode(scoreMode string) *HasChildQuery { method MinChildren (line 48) | func (q *HasChildQuery) MinChildren(minChildren int) *HasChildQuery { method MaxChildren (line 55) | func (q *HasChildQuery) MaxChildren(maxChildren int) *HasChildQuery { method ShortCircuitCutoff (line 63) | func (q *HasChildQuery) ShortCircuitCutoff(shortCircuitCutoff int) *Ha... method QueryName (line 70) | func (q *HasChildQuery) QueryName(queryName string) *HasChildQuery { method InnerHit (line 77) | func (q *HasChildQuery) InnerHit(innerHit *InnerHit) *HasChildQuery { method Source (line 83) | func (q *HasChildQuery) Source() (interface{}, error) { function NewHasChildQuery (line 25) | func NewHasChildQuery(childType string, query Query) *HasChildQuery { FILE: search_queries_has_child_test.go function TestHasChildQuery (line 12) | func TestHasChildQuery(t *testing.T) { function TestHasChildQueryWithInnerHit (line 29) | func TestHasChildQueryWithInnerHit(t *testing.T) { FILE: search_queries_has_parent.go type HasParentQuery (line 15) | type HasParentQuery struct method Boost (line 34) | func (q *HasParentQuery) Boost(boost float64) *HasParentQuery { method Score (line 40) | func (q *HasParentQuery) Score(score bool) *HasParentQuery { method QueryName (line 47) | func (q *HasParentQuery) QueryName(queryName string) *HasParentQuery { method InnerHit (line 54) | func (q *HasParentQuery) InnerHit(innerHit *InnerHit) *HasParentQuery { method IgnoreUnmapped (line 61) | func (q *HasParentQuery) IgnoreUnmapped(ignore bool) *HasParentQuery { method Source (line 67) | func (q *HasParentQuery) Source() (interface{}, error) { function NewHasParentQuery (line 26) | func NewHasParentQuery(parentType string, query Query) *HasParentQuery { FILE: search_queries_has_parent_test.go function TestHasParentQueryTest (line 12) | func TestHasParentQueryTest(t *testing.T) { FILE: search_queries_ids.go type IdsQuery (line 12) | type IdsQuery struct method Ids (line 31) | func (q *IdsQuery) Ids(ids ...string) *IdsQuery { method Boost (line 37) | func (q *IdsQuery) Boost(boost float64) *IdsQuery { method QueryName (line 43) | func (q *IdsQuery) QueryName(queryName string) *IdsQuery { method Source (line 49) | func (q *IdsQuery) Source() (interface{}, error) { function NewIdsQuery (line 23) | func NewIdsQuery(types ...string) *IdsQuery { FILE: search_queries_ids_test.go function TestIdsQuery (line 12) | func TestIdsQuery(t *testing.T) { FILE: search_queries_interval.go type IntervalQueryRule (line 14) | type IntervalQueryRule interface type IntervalQuery (line 26) | type IntervalQuery struct method Source (line 37) | func (q *IntervalQuery) Source() (interface{}, error) { function NewIntervalQuery (line 32) | func NewIntervalQuery(field string, rule IntervalQueryRule) *IntervalQue... FILE: search_queries_interval_filter.go type IntervalQueryFilter (line 12) | type IntervalQueryFilter struct method After (line 32) | func (r *IntervalQueryFilter) After(after IntervalQueryRule) *Interval... method Before (line 39) | func (r *IntervalQueryFilter) Before(before IntervalQueryRule) *Interv... method ContainedBy (line 46) | func (r *IntervalQueryFilter) ContainedBy(containedBy IntervalQueryRul... method Containing (line 53) | func (r *IntervalQueryFilter) Containing(containing IntervalQueryRule)... method Overlapping (line 60) | func (r *IntervalQueryFilter) Overlapping(overlapping IntervalQueryRul... method NotContainedBy (line 67) | func (r *IntervalQueryFilter) NotContainedBy(notContainedBy IntervalQu... method NotContaining (line 74) | func (r *IntervalQueryFilter) NotContaining(notContaining IntervalQuer... method NotOverlapping (line 81) | func (r *IntervalQueryFilter) NotOverlapping(notOverlapping IntervalQu... method Script (line 88) | func (r *IntervalQueryFilter) Script(script *Script) *IntervalQueryFil... method Source (line 94) | func (r *IntervalQueryFilter) Source() (interface{}, error) { method isIntervalQueryRule (line 173) | func (r *IntervalQueryFilter) isIntervalQueryRule() bool { function NewIntervalQueryFilter (line 26) | func NewIntervalQueryFilter() *IntervalQueryFilter { FILE: search_queries_interval_integration_test.go function TestIntervalQuery_Integration (line 13) | func TestIntervalQuery_Integration(t *testing.T) { function testIntervalQueryMatch (line 31) | func testIntervalQueryMatch(client *Client, t *testing.T) { function testIntervalQueryPrefix (line 78) | func testIntervalQueryPrefix(client *Client, t *testing.T) { function testIntervalQueryWildcard (line 125) | func testIntervalQueryWildcard(client *Client, t *testing.T) { function testIntervalQueryFuzzy (line 172) | func testIntervalQueryFuzzy(client *Client, t *testing.T) { FILE: search_queries_interval_rules_all_of.go type IntervalQueryRuleAllOf (line 11) | type IntervalQueryRuleAllOf struct method MaxGaps (line 26) | func (r *IntervalQueryRuleAllOf) MaxGaps(maxGaps int) *IntervalQueryRu... method Ordered (line 33) | func (r *IntervalQueryRuleAllOf) Ordered(ordered bool) *IntervalQueryR... method Filter (line 39) | func (r *IntervalQueryRuleAllOf) Filter(filter *IntervalQueryFilter) *... method Source (line 45) | func (r *IntervalQueryRuleAllOf) Source() (interface{}, error) { method isIntervalQueryRule (line 80) | func (r *IntervalQueryRuleAllOf) isIntervalQueryRule() bool { function NewIntervalQueryRuleAllOf (line 20) | func NewIntervalQueryRuleAllOf(intervals ...IntervalQueryRule) *Interval... FILE: search_queries_interval_rules_any_of.go type IntervalQueryRuleAnyOf (line 11) | type IntervalQueryRuleAnyOf struct method Filter (line 23) | func (r *IntervalQueryRuleAnyOf) Filter(filter *IntervalQueryFilter) *... method Source (line 29) | func (r *IntervalQueryRuleAnyOf) Source() (interface{}, error) { method isIntervalQueryRule (line 58) | func (r *IntervalQueryRuleAnyOf) isIntervalQueryRule() bool { function NewIntervalQueryRuleAnyOf (line 18) | func NewIntervalQueryRuleAnyOf(intervals ...IntervalQueryRule) *Interval... FILE: search_queries_interval_rules_fuzzy.go type IntervalQueryRuleFuzzy (line 11) | type IntervalQueryRuleFuzzy struct method PrefixLength (line 28) | func (q *IntervalQueryRuleFuzzy) PrefixLength(prefixLength int) *Inter... method Fuzziness (line 36) | func (q *IntervalQueryRuleFuzzy) Fuzziness(fuzziness interface{}) *Int... method Transpositions (line 43) | func (q *IntervalQueryRuleFuzzy) Transpositions(transpositions bool) *... method Analyzer (line 49) | func (r *IntervalQueryRuleFuzzy) Analyzer(analyzer string) *IntervalQu... method UseField (line 56) | func (r *IntervalQueryRuleFuzzy) UseField(useField string) *IntervalQu... method Source (line 62) | func (r *IntervalQueryRuleFuzzy) Source() (interface{}, error) { method isIntervalQueryRule (line 89) | func (r *IntervalQueryRuleFuzzy) isIntervalQueryRule() bool { function NewIntervalQueryRuleFuzzy (line 22) | func NewIntervalQueryRuleFuzzy(term string) *IntervalQueryRuleFuzzy { FILE: search_queries_interval_rules_match.go type IntervalQueryRuleMatch (line 11) | type IntervalQueryRuleMatch struct method MaxGaps (line 28) | func (r *IntervalQueryRuleMatch) MaxGaps(maxGaps int) *IntervalQueryRu... method Ordered (line 35) | func (r *IntervalQueryRuleMatch) Ordered(ordered bool) *IntervalQueryR... method Analyzer (line 41) | func (r *IntervalQueryRuleMatch) Analyzer(analyzer string) *IntervalQu... method UseField (line 48) | func (r *IntervalQueryRuleMatch) UseField(useField string) *IntervalQu... method Filter (line 54) | func (r *IntervalQueryRuleMatch) Filter(filter *IntervalQueryFilter) *... method Source (line 60) | func (r *IntervalQueryRuleMatch) Source() (interface{}, error) { method isIntervalQueryRule (line 92) | func (r *IntervalQueryRuleMatch) isIntervalQueryRule() bool { function NewIntervalQueryRuleMatch (line 22) | func NewIntervalQueryRuleMatch(query string) *IntervalQueryRuleMatch { FILE: search_queries_interval_rules_prefix.go type IntervalQueryRulePrefix (line 11) | type IntervalQueryRulePrefix struct method Analyzer (line 24) | func (r *IntervalQueryRulePrefix) Analyzer(analyzer string) *IntervalQ... method UseField (line 31) | func (r *IntervalQueryRulePrefix) UseField(useField string) *IntervalQ... method Source (line 37) | func (r *IntervalQueryRulePrefix) Source() (interface{}, error) { method isIntervalQueryRule (line 55) | func (r *IntervalQueryRulePrefix) isIntervalQueryRule() bool { function NewIntervalQueryRulePrefix (line 19) | func NewIntervalQueryRulePrefix(prefix string) *IntervalQueryRulePrefix { FILE: search_queries_interval_rules_wildcard.go type IntervalQueryRuleWildcard (line 11) | type IntervalQueryRuleWildcard struct method Analyzer (line 24) | func (r *IntervalQueryRuleWildcard) Analyzer(analyzer string) *Interva... method UseField (line 31) | func (r *IntervalQueryRuleWildcard) UseField(useField string) *Interva... method Source (line 37) | func (r *IntervalQueryRuleWildcard) Source() (interface{}, error) { method isIntervalQueryRule (line 55) | func (r *IntervalQueryRuleWildcard) isIntervalQueryRule() bool { function NewIntervalQueryRuleWildcard (line 19) | func NewIntervalQueryRuleWildcard(pattern string) *IntervalQueryRuleWild... FILE: search_queries_interval_test.go function TestIntervalQuery (line 12) | func TestIntervalQuery(t *testing.T) { FILE: search_queries_match.go type MatchQuery (line 16) | type MatchQuery struct method Operator (line 41) | func (q *MatchQuery) Operator(operator string) *MatchQuery { method Analyzer (line 48) | func (q *MatchQuery) Analyzer(analyzer string) *MatchQuery { method Fuzziness (line 55) | func (q *MatchQuery) Fuzziness(fuzziness string) *MatchQuery { method PrefixLength (line 62) | func (q *MatchQuery) PrefixLength(prefixLength int) *MatchQuery { method MaxExpansions (line 70) | func (q *MatchQuery) MaxExpansions(maxExpansions int) *MatchQuery { method CutoffFrequency (line 78) | func (q *MatchQuery) CutoffFrequency(cutoff float64) *MatchQuery { method MinimumShouldMatch (line 85) | func (q *MatchQuery) MinimumShouldMatch(minimumShouldMatch string) *Ma... method FuzzyRewrite (line 92) | func (q *MatchQuery) FuzzyRewrite(fuzzyRewrite string) *MatchQuery { method FuzzyTranspositions (line 105) | func (q *MatchQuery) FuzzyTranspositions(fuzzyTranspositions bool) *Ma... method Lenient (line 111) | func (q *MatchQuery) Lenient(lenient bool) *MatchQuery { method ZeroTermsQuery (line 117) | func (q *MatchQuery) ZeroTermsQuery(zeroTermsQuery string) *MatchQuery { method Boost (line 123) | func (q *MatchQuery) Boost(boost float64) *MatchQuery { method QueryName (line 130) | func (q *MatchQuery) QueryName(queryName string) *MatchQuery { method Source (line 136) | func (q *MatchQuery) Source() (interface{}, error) { function NewMatchQuery (line 35) | func NewMatchQuery(name string, text interface{}) *MatchQuery { FILE: search_queries_match_all.go type MatchAllQuery (line 14) | type MatchAllQuery struct method Boost (line 27) | func (q *MatchAllQuery) Boost(boost float64) *MatchAllQuery { method QueryName (line 33) | func (q *MatchAllQuery) QueryName(name string) *MatchAllQuery { method Source (line 39) | func (q *MatchAllQuery) Source() (interface{}, error) { method MarshalJSON (line 56) | func (q *MatchAllQuery) MarshalJSON() ([]byte, error) { function NewMatchAllQuery (line 20) | func NewMatchAllQuery() *MatchAllQuery { FILE: search_queries_match_all_test.go function TestMatchAllQuery (line 12) | func TestMatchAllQuery(t *testing.T) { function TestMatchAllQueryWithBoost (line 29) | func TestMatchAllQueryWithBoost(t *testing.T) { function TestMatchAllQueryWithQueryName (line 46) | func TestMatchAllQueryWithQueryName(t *testing.T) { function TestMatchAllMarshalJSON (line 63) | func TestMatchAllMarshalJSON(t *testing.T) { FILE: search_queries_match_bool_prefix.go type MatchBoolPrefixQuery (line 12) | type MatchBoolPrefixQuery struct method Analyzer (line 33) | func (q *MatchBoolPrefixQuery) Analyzer(analyzer string) *MatchBoolPre... method MinimumShouldMatch (line 39) | func (q *MatchBoolPrefixQuery) MinimumShouldMatch(minimumShouldMatch s... method Operator (line 46) | func (q *MatchBoolPrefixQuery) Operator(operator string) *MatchBoolPre... method Fuzziness (line 52) | func (q *MatchBoolPrefixQuery) Fuzziness(fuzziness string) *MatchBoolP... method PrefixLength (line 58) | func (q *MatchBoolPrefixQuery) PrefixLength(prefixLength int) *MatchBo... method MaxExpansions (line 64) | func (q *MatchBoolPrefixQuery) MaxExpansions(n int) *MatchBoolPrefixQu... method FuzzyTranspositions (line 71) | func (q *MatchBoolPrefixQuery) FuzzyTranspositions(fuzzyTranspositions... method FuzzyRewrite (line 78) | func (q *MatchBoolPrefixQuery) FuzzyRewrite(fuzzyRewrite string) *Matc... method Boost (line 84) | func (q *MatchBoolPrefixQuery) Boost(boost float64) *MatchBoolPrefixQu... method Source (line 90) | func (q *MatchBoolPrefixQuery) Source() (interface{}, error) { function NewMatchBoolPrefixQuery (line 27) | func NewMatchBoolPrefixQuery(name string, queryText interface{}) *MatchB... FILE: search_queries_match_bool_prefix_test.go function TestMatchBoolPrefixQuery (line 12) | func TestMatchBoolPrefixQuery(t *testing.T) { FILE: search_queries_match_none.go type MatchNoneQuery (line 12) | type MatchNoneQuery struct method QueryName (line 22) | func (q *MatchNoneQuery) QueryName(name string) *MatchNoneQuery { method Source (line 28) | func (q MatchNoneQuery) Source() (interface{}, error) { function NewMatchNoneQuery (line 17) | func NewMatchNoneQuery() *MatchNoneQuery { FILE: search_queries_match_none_test.go function TestMatchNoneQuery (line 12) | func TestMatchNoneQuery(t *testing.T) { function TestMatchNoneQueryWithQueryName (line 29) | func TestMatchNoneQueryWithQueryName(t *testing.T) { FILE: search_queries_match_phrase.go type MatchPhraseQuery (line 12) | type MatchPhraseQuery struct method Analyzer (line 29) | func (q *MatchPhraseQuery) Analyzer(analyzer string) *MatchPhraseQuery { method Slop (line 35) | func (q *MatchPhraseQuery) Slop(slop int) *MatchPhraseQuery { method ZeroTermsQuery (line 41) | func (q *MatchPhraseQuery) ZeroTermsQuery(zeroTermsQuery string) *Matc... method Boost (line 47) | func (q *MatchPhraseQuery) Boost(boost float64) *MatchPhraseQuery { method QueryName (line 54) | func (q *MatchPhraseQuery) QueryName(queryName string) *MatchPhraseQue... method Source (line 60) | func (q *MatchPhraseQuery) Source() (interface{}, error) { function NewMatchPhraseQuery (line 23) | func NewMatchPhraseQuery(name string, value interface{}) *MatchPhraseQue... FILE: search_queries_match_phrase_prefix.go type MatchPhrasePrefixQuery (line 12) | type MatchPhrasePrefixQuery struct method Analyzer (line 29) | func (q *MatchPhrasePrefixQuery) Analyzer(analyzer string) *MatchPhras... method Slop (line 35) | func (q *MatchPhrasePrefixQuery) Slop(slop int) *MatchPhrasePrefixQuery { method MaxExpansions (line 41) | func (q *MatchPhrasePrefixQuery) MaxExpansions(n int) *MatchPhrasePref... method Boost (line 47) | func (q *MatchPhrasePrefixQuery) Boost(boost float64) *MatchPhrasePref... method QueryName (line 54) | func (q *MatchPhrasePrefixQuery) QueryName(queryName string) *MatchPhr... method Source (line 60) | func (q *MatchPhrasePrefixQuery) Source() (interface{}, error) { function NewMatchPhrasePrefixQuery (line 23) | func NewMatchPhrasePrefixQuery(name string, value interface{}) *MatchPhr... FILE: search_queries_match_phrase_prefix_test.go function TestMatchPhrasePrefixQuery (line 12) | func TestMatchPhrasePrefixQuery(t *testing.T) { FILE: search_queries_match_phrase_test.go function TestMatchPhraseQuery (line 12) | func TestMatchPhraseQuery(t *testing.T) { FILE: search_queries_match_test.go function TestMatchQuery (line 12) | func TestMatchQuery(t *testing.T) { function TestMatchQueryWithOptions (line 29) | func TestMatchQueryWithOptions(t *testing.T) { function TestMatchQueryWithInt64 (line 46) | func TestMatchQueryWithInt64(t *testing.T) { FILE: search_queries_more_like_this.go type MoreLikeThisQuery (line 17) | type MoreLikeThisQuery struct method Field (line 48) | func (q *MoreLikeThisQuery) Field(fields ...string) *MoreLikeThisQuery { method StopWord (line 58) | func (q *MoreLikeThisQuery) StopWord(stopWords ...string) *MoreLikeThi... method LikeText (line 64) | func (q *MoreLikeThisQuery) LikeText(likeTexts ...string) *MoreLikeThi... method LikeItems (line 73) | func (q *MoreLikeThisQuery) LikeItems(docs ...*MoreLikeThisQueryItem) ... method IgnoreLikeText (line 79) | func (q *MoreLikeThisQuery) IgnoreLikeText(ignoreLikeText ...string) *... method IgnoreLikeItems (line 88) | func (q *MoreLikeThisQuery) IgnoreLikeItems(ignoreDocs ...*MoreLikeThi... method Ids (line 94) | func (q *MoreLikeThisQuery) Ids(ids ...string) *MoreLikeThisQuery { method Include (line 104) | func (q *MoreLikeThisQuery) Include(include bool) *MoreLikeThisQuery { method MinimumShouldMatch (line 114) | func (q *MoreLikeThisQuery) MinimumShouldMatch(minimumShouldMatch stri... method MinTermFreq (line 121) | func (q *MoreLikeThisQuery) MinTermFreq(minTermFreq int) *MoreLikeThis... method MaxQueryTerms (line 128) | func (q *MoreLikeThisQuery) MaxQueryTerms(maxQueryTerms int) *MoreLike... method MinDocFreq (line 135) | func (q *MoreLikeThisQuery) MinDocFreq(minDocFreq int) *MoreLikeThisQu... method MaxDocFreq (line 143) | func (q *MoreLikeThisQuery) MaxDocFreq(maxDocFreq int) *MoreLikeThisQu... method MinWordLength (line 150) | func (q *MoreLikeThisQuery) MinWordLength(minWordLength int) *MoreLike... method MaxWordLength (line 157) | func (q *MoreLikeThisQuery) MaxWordLength(maxWordLength int) *MoreLike... method BoostTerms (line 164) | func (q *MoreLikeThisQuery) BoostTerms(boostTerms float64) *MoreLikeTh... method Analyzer (line 171) | func (q *MoreLikeThisQuery) Analyzer(analyzer string) *MoreLikeThisQue... method Boost (line 177) | func (q *MoreLikeThisQuery) Boost(boost float64) *MoreLikeThisQuery { method FailOnUnsupportedField (line 185) | func (q *MoreLikeThisQuery) FailOnUnsupportedField(fail bool) *MoreLik... method QueryName (line 192) | func (q *MoreLikeThisQuery) QueryName(queryName string) *MoreLikeThisQ... method Source (line 200) | func (q *MoreLikeThisQuery) Source() (interface{}, error) { function NewMoreLikeThisQuery (line 38) | func NewMoreLikeThisQuery() *MoreLikeThisQuery { type MoreLikeThisQueryItem (line 289) | type MoreLikeThisQueryItem struct method LikeText (line 311) | func (item *MoreLikeThisQueryItem) LikeText(likeText string) *MoreLike... method Index (line 317) | func (item *MoreLikeThisQueryItem) Index(index string) *MoreLikeThisQu... method Type (line 325) | func (item *MoreLikeThisQueryItem) Type(typ string) *MoreLikeThisQuery... method Id (line 331) | func (item *MoreLikeThisQueryItem) Id(id string) *MoreLikeThisQueryItem { method Doc (line 337) | func (item *MoreLikeThisQueryItem) Doc(doc interface{}) *MoreLikeThisQ... method Fields (line 343) | func (item *MoreLikeThisQueryItem) Fields(fields ...string) *MoreLikeT... method Routing (line 349) | func (item *MoreLikeThisQueryItem) Routing(routing string) *MoreLikeTh... method FetchSourceContext (line 356) | func (item *MoreLikeThisQueryItem) FetchSourceContext(fsc *FetchSource... method Version (line 362) | func (item *MoreLikeThisQueryItem) Version(version int64) *MoreLikeThi... method VersionType (line 368) | func (item *MoreLikeThisQueryItem) VersionType(versionType string) *Mo... method Source (line 374) | func (item *MoreLikeThisQueryItem) Source() (interface{}, error) { function NewMoreLikeThisQueryItem (line 304) | func NewMoreLikeThisQueryItem() *MoreLikeThisQueryItem { FILE: search_queries_more_like_this_test.go function TestMoreLikeThisQuerySourceWithLikeText (line 13) | func TestMoreLikeThisQuerySourceWithLikeText(t *testing.T) { function TestMoreLikeThisQuerySourceWithLikeAndUnlikeItems (line 30) | func TestMoreLikeThisQuerySourceWithLikeAndUnlikeItems(t *testing.T) { function TestMoreLikeThisQuery (line 52) | func TestMoreLikeThisQuery(t *testing.T) { FILE: search_queries_multi_match.go type MultiMatchQuery (line 16) | type MultiMatchQuery struct method Field (line 49) | func (q *MultiMatchQuery) Field(field string) *MultiMatchQuery { method FieldWithBoost (line 55) | func (q *MultiMatchQuery) FieldWithBoost(field string, boost float64) ... method Type (line 63) | func (q *MultiMatchQuery) Type(typ string) *MultiMatchQuery { method Operator (line 83) | func (q *MultiMatchQuery) Operator(operator string) *MultiMatchQuery { method Analyzer (line 90) | func (q *MultiMatchQuery) Analyzer(analyzer string) *MultiMatchQuery { method Boost (line 96) | func (q *MultiMatchQuery) Boost(boost float64) *MultiMatchQuery { method Slop (line 102) | func (q *MultiMatchQuery) Slop(slop int) *MultiMatchQuery { method Fuzziness (line 109) | func (q *MultiMatchQuery) Fuzziness(fuzziness string) *MultiMatchQuery { method PrefixLength (line 115) | func (q *MultiMatchQuery) PrefixLength(prefixLength int) *MultiMatchQu... method MaxExpansions (line 123) | func (q *MultiMatchQuery) MaxExpansions(maxExpansions int) *MultiMatch... method MinimumShouldMatch (line 130) | func (q *MultiMatchQuery) MinimumShouldMatch(minimumShouldMatch string... method Rewrite (line 135) | func (q *MultiMatchQuery) Rewrite(rewrite string) *MultiMatchQuery { method FuzzyRewrite (line 140) | func (q *MultiMatchQuery) FuzzyRewrite(fuzzyRewrite string) *MultiMatc... method TieBreaker (line 153) | func (q *MultiMatchQuery) TieBreaker(tieBreaker float64) *MultiMatchQu... method Lenient (line 159) | func (q *MultiMatchQuery) Lenient(lenient bool) *MultiMatchQuery { method CutoffFrequency (line 167) | func (q *MultiMatchQuery) CutoffFrequency(cutoff float64) *MultiMatchQ... method ZeroTermsQuery (line 173) | func (q *MultiMatchQuery) ZeroTermsQuery(zeroTermsQuery string) *Multi... method QueryName (line 180) | func (q *MultiMatchQuery) QueryName(queryName string) *MultiMatchQuery { method Source (line 186) | func (q *MultiMatchQuery) Source() (interface{}, error) { function NewMultiMatchQuery (line 39) | func NewMultiMatchQuery(text interface{}, fields ...string) *MultiMatchQ... FILE: search_queries_multi_match_test.go function TestMultiMatchQuery (line 12) | func TestMultiMatchQuery(t *testing.T) { function TestMultiMatchQueryWithNoFields (line 29) | func TestMultiMatchQueryWithNoFields(t *testing.T) { function TestMultiMatchQueryBestFields (line 46) | func TestMultiMatchQueryBestFields(t *testing.T) { function TestMultiMatchQueryMostFields (line 63) | func TestMultiMatchQueryMostFields(t *testing.T) { function TestMultiMatchQueryCrossFields (line 80) | func TestMultiMatchQueryCrossFields(t *testing.T) { function TestMultiMatchQueryPhrase (line 97) | func TestMultiMatchQueryPhrase(t *testing.T) { function TestMultiMatchQueryPhrasePrefix (line 114) | func TestMultiMatchQueryPhrasePrefix(t *testing.T) { function TestMultiMatchQueryBestFieldsWithCustomTieBreaker (line 131) | func TestMultiMatchQueryBestFieldsWithCustomTieBreaker(t *testing.T) { function TestMultiMatchQueryBoolPrefix (line 150) | func TestMultiMatchQueryBoolPrefix(t *testing.T) { function TestMultiMatchQueryOptions (line 167) | func TestMultiMatchQueryOptions(t *testing.T) { function TestMultiMatchQueryDefaultTieBreaker (line 212) | func TestMultiMatchQueryDefaultTieBreaker(t *testing.T) { FILE: search_queries_nested.go type NestedQuery (line 14) | type NestedQuery struct method ScoreMode (line 30) | func (q *NestedQuery) ScoreMode(scoreMode string) *NestedQuery { method Boost (line 36) | func (q *NestedQuery) Boost(boost float64) *NestedQuery { method QueryName (line 43) | func (q *NestedQuery) QueryName(queryName string) *NestedQuery { method InnerHit (line 50) | func (q *NestedQuery) InnerHit(innerHit *InnerHit) *NestedQuery { method IgnoreUnmapped (line 57) | func (q *NestedQuery) IgnoreUnmapped(value bool) *NestedQuery { method Source (line 63) | func (q *NestedQuery) Source() (interface{}, error) { function NewNestedQuery (line 25) | func NewNestedQuery(path string, query Query) *NestedQuery { FILE: search_queries_nested_test.go function TestNestedQuery (line 12) | func TestNestedQuery(t *testing.T) { function TestNestedQueryWithInnerHit (line 32) | func TestNestedQueryWithInnerHit(t *testing.T) { function TestNestedQueryWithIgnoreUnmapped (line 54) | func TestNestedQueryWithIgnoreUnmapped(t *testing.T) { FILE: search_queries_parent_id.go type ParentIdQuery (line 12) | type ParentIdQuery struct method Type (line 30) | func (q *ParentIdQuery) Type(typ string) *ParentIdQuery { method Id (line 36) | func (q *ParentIdQuery) Id(id string) *ParentIdQuery { method IgnoreUnmapped (line 43) | func (q *ParentIdQuery) IgnoreUnmapped(ignore bool) *ParentIdQuery { method Boost (line 49) | func (q *ParentIdQuery) Boost(boost float64) *ParentIdQuery { method QueryName (line 56) | func (q *ParentIdQuery) QueryName(queryName string) *ParentIdQuery { method InnerHit (line 63) | func (q *ParentIdQuery) InnerHit(innerHit *InnerHit) *ParentIdQuery { method Source (line 69) | func (q *ParentIdQuery) Source() (interface{}, error) { function NewParentIdQuery (line 22) | func NewParentIdQuery(typ, id string) *ParentIdQuery { FILE: search_queries_parent_id_test.go function TestParentIdQueryTest (line 12) | func TestParentIdQueryTest(t *testing.T) { FILE: search_queries_percolator.go type PercolatorQuery (line 13) | type PercolatorQuery struct method Field (line 31) | func (q *PercolatorQuery) Field(field string) *PercolatorQuery { method Name (line 38) | func (q *PercolatorQuery) Name(name string) *PercolatorQuery { method DocumentType (line 44) | func (q *PercolatorQuery) DocumentType(typ string) *PercolatorQuery { method Document (line 49) | func (q *PercolatorQuery) Document(docs ...interface{}) *PercolatorQue... method IndexedDocumentIndex (line 54) | func (q *PercolatorQuery) IndexedDocumentIndex(index string) *Percolat... method IndexedDocumentType (line 59) | func (q *PercolatorQuery) IndexedDocumentType(typ string) *PercolatorQ... method IndexedDocumentId (line 64) | func (q *PercolatorQuery) IndexedDocumentId(id string) *PercolatorQuery { method IndexedDocumentRouting (line 69) | func (q *PercolatorQuery) IndexedDocumentRouting(routing string) *Perc... method IndexedDocumentPreference (line 74) | func (q *PercolatorQuery) IndexedDocumentPreference(preference string)... method IndexedDocumentVersion (line 79) | func (q *PercolatorQuery) IndexedDocumentVersion(version int64) *Perco... method Source (line 85) | func (q *PercolatorQuery) Source() (interface{}, error) { function NewPercolatorQuery (line 27) | func NewPercolatorQuery() *PercolatorQuery { FILE: search_queries_percolator_test.go function TestPercolatorQuery (line 12) | func TestPercolatorQuery(t *testing.T) { function TestPercolatorQueryWithMultipleDocuments (line 33) | func TestPercolatorQueryWithMultipleDocuments(t *testing.T) { function TestPercolatorQueryWithExistingDocument (line 58) | func TestPercolatorQueryWithExistingDocument(t *testing.T) { function TestPercolatorQueryWithDetails (line 80) | func TestPercolatorQueryWithDetails(t *testing.T) { function TestPercolatorQueryWithMissingFields (line 106) | func TestPercolatorQueryWithMissingFields(t *testing.T) { FILE: search_queries_pinned.go type PinnedQuery (line 11) | type PinnedQuery struct method Ids (line 22) | func (q *PinnedQuery) Ids(ids ...string) *PinnedQuery { method Organic (line 28) | func (q *PinnedQuery) Organic(query Query) *PinnedQuery { method Source (line 34) | func (q *PinnedQuery) Source() (interface{}, error) { function NewPinnedQuery (line 17) | func NewPinnedQuery() *PinnedQuery { FILE: search_queries_pinned_test.go function TestPinnedQueryTest (line 12) | func TestPinnedQueryTest(t *testing.T) { FILE: search_queries_prefix.go type PrefixQuery (line 12) | type PrefixQuery struct method Boost (line 27) | func (q *PrefixQuery) Boost(boost float64) *PrefixQuery { method Rewrite (line 32) | func (q *PrefixQuery) Rewrite(rewrite string) *PrefixQuery { method CaseInsensitive (line 37) | func (q *PrefixQuery) CaseInsensitive(caseInsensitive bool) *PrefixQue... method QueryName (line 44) | func (q *PrefixQuery) QueryName(queryName string) *PrefixQuery { method Source (line 50) | func (q *PrefixQuery) Source() (interface{}, error) { function NewPrefixQuery (line 22) | func NewPrefixQuery(name string, prefix string) *PrefixQuery { FILE: search_queries_prefix_example_test.go function ExamplePrefixQuery (line 13) | func ExamplePrefixQuery() { FILE: search_queries_prefix_test.go function TestPrefixQuery (line 12) | func TestPrefixQuery(t *testing.T) { function TestPrefixQueryWithCaseInsensitive (line 29) | func TestPrefixQueryWithCaseInsensitive(t *testing.T) { function TestPrefixQueryWithOptions (line 46) | func TestPrefixQueryWithOptions(t *testing.T) { FILE: search_queries_query_string.go type QueryStringQuery (line 15) | type QueryStringQuery struct method DefaultField (line 58) | func (q *QueryStringQuery) DefaultField(defaultField string) *QueryStr... method Field (line 64) | func (q *QueryStringQuery) Field(field string) *QueryStringQuery { method Type (line 71) | func (q *QueryStringQuery) Type(typ string) *QueryStringQuery { method FieldWithBoost (line 77) | func (q *QueryStringQuery) FieldWithBoost(field string, boost float64)... method TieBreaker (line 85) | func (q *QueryStringQuery) TieBreaker(tieBreaker float64) *QueryString... method DefaultOperator (line 99) | func (q *QueryStringQuery) DefaultOperator(operator string) *QueryStri... method Analyzer (line 107) | func (q *QueryStringQuery) Analyzer(analyzer string) *QueryStringQuery { method QuoteAnalyzer (line 115) | func (q *QueryStringQuery) QuoteAnalyzer(quoteAnalyzer string) *QueryS... method MaxDeterminizedState (line 121) | func (q *QueryStringQuery) MaxDeterminizedState(maxDeterminizedStates ... method AllowLeadingWildcard (line 128) | func (q *QueryStringQuery) AllowLeadingWildcard(allowLeadingWildcard b... method LowercaseExpandedTerms (line 137) | func (q *QueryStringQuery) LowercaseExpandedTerms(lowercaseExpandedTer... method EnablePositionIncrements (line 148) | func (q *QueryStringQuery) EnablePositionIncrements(enablePositionIncr... method Fuzziness (line 154) | func (q *QueryStringQuery) Fuzziness(fuzziness string) *QueryStringQue... method FuzzyPrefixLength (line 161) | func (q *QueryStringQuery) FuzzyPrefixLength(fuzzyPrefixLength int) *Q... method FuzzyMaxExpansions (line 166) | func (q *QueryStringQuery) FuzzyMaxExpansions(fuzzyMaxExpansions int) ... method FuzzyRewrite (line 171) | func (q *QueryStringQuery) FuzzyRewrite(fuzzyRewrite string) *QueryStr... method PhraseSlop (line 178) | func (q *QueryStringQuery) PhraseSlop(phraseSlop int) *QueryStringQuery { method AnalyzeWildcard (line 184) | func (q *QueryStringQuery) AnalyzeWildcard(analyzeWildcard bool) *Quer... method Rewrite (line 189) | func (q *QueryStringQuery) Rewrite(rewrite string) *QueryStringQuery { method MinimumShouldMatch (line 194) | func (q *QueryStringQuery) MinimumShouldMatch(minimumShouldMatch strin... method Boost (line 200) | func (q *QueryStringQuery) Boost(boost float64) *QueryStringQuery { method QuoteFieldSuffix (line 207) | func (q *QueryStringQuery) QuoteFieldSuffix(quoteFieldSuffix string) *... method Lenient (line 215) | func (q *QueryStringQuery) Lenient(lenient bool) *QueryStringQuery { method QueryName (line 222) | func (q *QueryStringQuery) QueryName(queryName string) *QueryStringQue... method Locale (line 230) | func (q *QueryStringQuery) Locale(locale string) *QueryStringQuery { method TimeZone (line 237) | func (q *QueryStringQuery) TimeZone(timeZone string) *QueryStringQuery { method Escape (line 243) | func (q *QueryStringQuery) Escape(escape bool) *QueryStringQuery { method Source (line 249) | func (q *QueryStringQuery) Source() (interface{}, error) { function NewQueryStringQuery (line 47) | func NewQueryStringQuery(queryString string) *QueryStringQuery { FILE: search_queries_query_string_test.go function TestQueryStringQuery (line 13) | func TestQueryStringQuery(t *testing.T) { function TestQueryStringQueryTimeZone (line 31) | func TestQueryStringQueryTimeZone(t *testing.T) { function TestQueryStringQueryIntegration (line 49) | func TestQueryStringQueryIntegration(t *testing.T) { FILE: search_queries_range.go type RangeQuery (line 11) | type RangeQuery struct method From (line 31) | func (q *RangeQuery) From(from interface{}) *RangeQuery { method Gt (line 38) | func (q *RangeQuery) Gt(from interface{}) *RangeQuery { method Gte (line 46) | func (q *RangeQuery) Gte(from interface{}) *RangeQuery { method To (line 54) | func (q *RangeQuery) To(to interface{}) *RangeQuery { method Lt (line 61) | func (q *RangeQuery) Lt(to interface{}) *RangeQuery { method Lte (line 69) | func (q *RangeQuery) Lte(to interface{}) *RangeQuery { method IncludeLower (line 77) | func (q *RangeQuery) IncludeLower(includeLower bool) *RangeQuery { method IncludeUpper (line 84) | func (q *RangeQuery) IncludeUpper(includeUpper bool) *RangeQuery { method Boost (line 90) | func (q *RangeQuery) Boost(boost float64) *RangeQuery { method QueryName (line 97) | func (q *RangeQuery) QueryName(queryName string) *RangeQuery { method TimeZone (line 104) | func (q *RangeQuery) TimeZone(timeZone string) *RangeQuery { method Format (line 111) | func (q *RangeQuery) Format(format string) *RangeQuery { method Relation (line 118) | func (q *RangeQuery) Relation(relation string) *RangeQuery { method Source (line 124) | func (q *RangeQuery) Source() (interface{}, error) { function NewRangeQuery (line 25) | func NewRangeQuery(name string) *RangeQuery { FILE: search_queries_range_test.go function TestRangeQuery (line 12) | func TestRangeQuery(t *testing.T) { function TestRangeQueryWithTimeZone (line 30) | func TestRangeQueryWithTimeZone(t *testing.T) { function TestRangeQueryWithFormat (line 50) | func TestRangeQueryWithFormat(t *testing.T) { FILE: search_queries_rank_feature.go type RankFeatureQuery (line 15) | type RankFeatureQuery struct method Field (line 30) | func (q *RankFeatureQuery) Field(field string) *RankFeatureQuery { method ScoreFunction (line 36) | func (q *RankFeatureQuery) ScoreFunction(f RankFeatureScoreFunction) *... method Boost (line 42) | func (q *RankFeatureQuery) Boost(boost float64) *RankFeatureQuery { method QueryName (line 49) | func (q *RankFeatureQuery) QueryName(queryName string) *RankFeatureQue... method Source (line 55) | func (q *RankFeatureQuery) Source() (interface{}, error) { function NewRankFeatureQuery (line 23) | func NewRankFeatureQuery(field string) *RankFeatureQuery { type RankFeatureScoreFunction (line 90) | type RankFeatureScoreFunction interface type RankFeatureLogScoreFunction (line 102) | type RankFeatureLogScoreFunction struct method Name (line 115) | func (f *RankFeatureLogScoreFunction) Name() string { return "log" } method Source (line 118) | func (f *RankFeatureLogScoreFunction) Source() (interface{}, error) { function NewRankFeatureLogScoreFunction (line 108) | func NewRankFeatureLogScoreFunction(scalingFactor float64) *RankFeatureL... type RankFeatureSaturationScoreFunction (line 131) | type RankFeatureSaturationScoreFunction struct method Pivot (line 142) | func (f *RankFeatureSaturationScoreFunction) Pivot(pivot float64) *Ran... method Name (line 148) | func (f *RankFeatureSaturationScoreFunction) Name() string { return "s... method Source (line 151) | func (f *RankFeatureSaturationScoreFunction) Source() (interface{}, er... function NewRankFeatureSaturationScoreFunction (line 137) | func NewRankFeatureSaturationScoreFunction() *RankFeatureSaturationScore... type RankFeatureSigmoidScoreFunction (line 166) | type RankFeatureSigmoidScoreFunction struct method Name (line 181) | func (f *RankFeatureSigmoidScoreFunction) Name() string { return "sigm... method Source (line 184) | func (f *RankFeatureSigmoidScoreFunction) Source() (interface{}, error) { function NewRankFeatureSigmoidScoreFunction (line 173) | func NewRankFeatureSigmoidScoreFunction(pivot, exponent float64) *RankFe... type RankFeatureLinearScoreFunction (line 198) | type RankFeatureLinearScoreFunction struct method Name (line 208) | func (f *RankFeatureLinearScoreFunction) Name() string { return "linea... method Source (line 211) | func (f *RankFeatureLinearScoreFunction) Source() (interface{}, error) { function NewRankFeatureLinearScoreFunction (line 203) | func NewRankFeatureLinearScoreFunction() *RankFeatureLinearScoreFunction { FILE: search_queries_rank_feature_test.go function TestRankFeatureQueryTest (line 12) | func TestRankFeatureQueryTest(t *testing.T) { FILE: search_queries_raw_string.go type RawStringQuery (line 13) | type RawStringQuery method Source (line 22) | func (q RawStringQuery) Source() (interface{}, error) { function NewRawStringQuery (line 17) | func NewRawStringQuery(q string) RawStringQuery { FILE: search_queries_raw_string_test.go function TestRawStringQuery (line 12) | func TestRawStringQuery(t *testing.T) { function TestNewRawStringQuery (line 29) | func TestNewRawStringQuery(t *testing.T) { FILE: search_queries_regexp.go type RegexpQuery (line 11) | type RegexpQuery struct method Flags (line 28) | func (q *RegexpQuery) Flags(flags string) *RegexpQuery { method MaxDeterminizedStates (line 34) | func (q *RegexpQuery) MaxDeterminizedStates(maxDeterminizedStates int)... method Boost (line 40) | func (q *RegexpQuery) Boost(boost float64) *RegexpQuery { method Rewrite (line 45) | func (q *RegexpQuery) Rewrite(rewrite string) *RegexpQuery { method CaseInsensitive (line 50) | func (q *RegexpQuery) CaseInsensitive(caseInsensitive bool) *RegexpQue... method QueryName (line 57) | func (q *RegexpQuery) QueryName(queryName string) *RegexpQuery { method Source (line 63) | func (q *RegexpQuery) Source() (interface{}, error) { function NewRegexpQuery (line 23) | func NewRegexpQuery(name string, regexp string) *RegexpQuery { FILE: search_queries_regexp_test.go function TestRegexpQuery (line 12) | func TestRegexpQuery(t *testing.T) { function TestRegexpQueryWithOptions (line 29) | func TestRegexpQueryWithOptions(t *testing.T) { FILE: search_queries_script.go type ScriptQuery (line 13) | type ScriptQuery struct method QueryName (line 27) | func (q *ScriptQuery) QueryName(queryName string) *ScriptQuery { method Source (line 33) | func (q *ScriptQuery) Source() (interface{}, error) { function NewScriptQuery (line 19) | func NewScriptQuery(script *Script) *ScriptQuery { FILE: search_queries_script_score.go type ScriptScoreQuery (line 16) | type ScriptScoreQuery struct method Query (line 33) | func (q *ScriptScoreQuery) Query(query Query) *ScriptScoreQuery { method Script (line 39) | func (q *ScriptScoreQuery) Script(script *Script) *ScriptScoreQuery { method MinScore (line 45) | func (q *ScriptScoreQuery) MinScore(minScore float64) *ScriptScoreQuery { method Boost (line 51) | func (q *ScriptScoreQuery) Boost(boost float64) *ScriptScoreQuery { method QueryName (line 57) | func (q *ScriptScoreQuery) QueryName(queryName string) *ScriptScoreQue... method Source (line 63) | func (q *ScriptScoreQuery) Source() (interface{}, error) { function NewScriptScoreQuery (line 25) | func NewScriptScoreQuery(query Query, script *Script) *ScriptScoreQuery { FILE: search_queries_script_score_test.go function TestScriptScoreQuery (line 13) | func TestScriptScoreQuery(t *testing.T) { function TestScriptScoreQueryIntegration (line 33) | func TestScriptScoreQueryIntegration(t *testing.T) { FILE: search_queries_script_test.go function TestScriptQuery (line 12) | func TestScriptQuery(t *testing.T) { function TestScriptQueryWithParams (line 29) | func TestScriptQueryWithParams(t *testing.T) { FILE: search_queries_simple_query_string.go type SimpleQueryStringQuery (line 19) | type SimpleQueryStringQuery struct method Field (line 52) | func (q *SimpleQueryStringQuery) Field(field string) *SimpleQueryStrin... method FieldWithBoost (line 58) | func (q *SimpleQueryStringQuery) FieldWithBoost(field string, boost fl... method Boost (line 65) | func (q *SimpleQueryStringQuery) Boost(boost float64) *SimpleQueryStri... method QuoteFieldSuffix (line 72) | func (q *SimpleQueryStringQuery) QuoteFieldSuffix(quoteFieldSuffix str... method QueryName (line 79) | func (q *SimpleQueryStringQuery) QueryName(queryName string) *SimpleQu... method Analyzer (line 85) | func (q *SimpleQueryStringQuery) Analyzer(analyzer string) *SimpleQuer... method DefaultOperator (line 91) | func (q *SimpleQueryStringQuery) DefaultOperator(defaultOperator strin... method Flags (line 97) | func (q *SimpleQueryStringQuery) Flags(flags string) *SimpleQueryStrin... method LowercaseExpandedTerms (line 106) | func (q *SimpleQueryStringQuery) LowercaseExpandedTerms(lowercaseExpan... method Locale (line 114) | func (q *SimpleQueryStringQuery) Locale(locale string) *SimpleQueryStr... method Lenient (line 122) | func (q *SimpleQueryStringQuery) Lenient(lenient bool) *SimpleQueryStr... method AnalyzeWildcard (line 128) | func (q *SimpleQueryStringQuery) AnalyzeWildcard(analyzeWildcard bool)... method MinimumShouldMatch (line 135) | func (q *SimpleQueryStringQuery) MinimumShouldMatch(minimumShouldMatch... method AutoGenerateSynonymsPhraseQuery (line 142) | func (q *SimpleQueryStringQuery) AutoGenerateSynonymsPhraseQuery(enabl... method FuzzyPrefixLength (line 148) | func (q *SimpleQueryStringQuery) FuzzyPrefixLength(fuzzyPrefixLength i... method FuzzyMaxExpansions (line 154) | func (q *SimpleQueryStringQuery) FuzzyMaxExpansions(fuzzyMaxExpansions... method FuzzyTranspositions (line 160) | func (q *SimpleQueryStringQuery) FuzzyTranspositions(fuzzyTranspositio... method Source (line 166) | func (q *SimpleQueryStringQuery) Source() (interface{}, error) { function NewSimpleQueryStringQuery (line 41) | func NewSimpleQueryStringQuery(text string) *SimpleQueryStringQuery { FILE: search_queries_simple_query_string_test.go function TestSimpleQueryStringQuery (line 13) | func TestSimpleQueryStringQuery(t *testing.T) { function TestSimpleQueryStringQueryExec (line 30) | func TestSimpleQueryStringQueryExec(t *testing.T) { FILE: search_queries_slice.go type SliceQuery (line 11) | type SliceQuery struct method Field (line 23) | func (s *SliceQuery) Field(field string) *SliceQuery { method Id (line 29) | func (s *SliceQuery) Id(id int) *SliceQuery { method Max (line 35) | func (s *SliceQuery) Max(max int) *SliceQuery { method Source (line 41) | func (s *SliceQuery) Source() (interface{}, error) { function NewSliceQuery (line 18) | func NewSliceQuery() *SliceQuery { FILE: search_queries_slice_test.go function TestSliceQuery (line 12) | func TestSliceQuery(t *testing.T) { FILE: search_queries_span_first.go type SpanFirstQuery (line 12) | type SpanFirstQuery struct method Match (line 28) | func (q *SpanFirstQuery) Match(query Query) *SpanFirstQuery { method End (line 34) | func (q *SpanFirstQuery) End(end int) *SpanFirstQuery { method Boost (line 40) | func (q *SpanFirstQuery) Boost(boost float64) *SpanFirstQuery { method QueryName (line 47) | func (q *SpanFirstQuery) QueryName(queryName string) *SpanFirstQuery { method Source (line 53) | func (q *SpanFirstQuery) Source() (interface{}, error) { function NewSpanFirstQuery (line 20) | func NewSpanFirstQuery(query Query, end int) *SpanFirstQuery { FILE: search_queries_span_first_integration_test.go function TestSpanFirstQueryIntegration (line 12) | func TestSpanFirstQueryIntegration(t *testing.T) { FILE: search_queries_span_first_test.go function TestSpanFirstQuery (line 12) | func TestSpanFirstQuery(t *testing.T) { FILE: search_queries_span_near.go type SpanNearQuery (line 13) | type SpanNearQuery struct method Add (line 29) | func (q *SpanNearQuery) Add(clauses ...Query) *SpanNearQuery { method Clauses (line 35) | func (q *SpanNearQuery) Clauses(clauses ...Query) *SpanNearQuery { method Slop (line 41) | func (q *SpanNearQuery) Slop(slop int) *SpanNearQuery { method InOrder (line 48) | func (q *SpanNearQuery) InOrder(inOrder bool) *SpanNearQuery { method Boost (line 54) | func (q *SpanNearQuery) Boost(boost float64) *SpanNearQuery { method QueryName (line 61) | func (q *SpanNearQuery) QueryName(queryName string) *SpanNearQuery { method Source (line 67) | func (q *SpanNearQuery) Source() (interface{}, error) { function NewSpanNearQuery (line 22) | func NewSpanNearQuery(clauses ...Query) *SpanNearQuery { FILE: search_queries_span_near_integration_test.go function TestSpanNearQueryIntegration (line 12) | func TestSpanNearQueryIntegration(t *testing.T) { FILE: search_queries_span_near_test.go function TestSpanNearQuery (line 12) | func TestSpanNearQuery(t *testing.T) { FILE: search_queries_span_term.go type SpanTermQuery (line 11) | type SpanTermQuery struct method Field (line 31) | func (q *SpanTermQuery) Field(field string) *SpanTermQuery { method Value (line 37) | func (q *SpanTermQuery) Value(value interface{}) *SpanTermQuery { method Boost (line 43) | func (q *SpanTermQuery) Boost(boost float64) *SpanTermQuery { method QueryName (line 50) | func (q *SpanTermQuery) QueryName(queryName string) *SpanTermQuery { method Source (line 56) | func (q *SpanTermQuery) Source() (interface{}, error) { function NewSpanTermQuery (line 20) | func NewSpanTermQuery(field string, value ...interface{}) *SpanTermQuery { FILE: search_queries_span_term_integration_test.go function TestSpanTermQueryIntegration (line 12) | func TestSpanTermQueryIntegration(t *testing.T) { FILE: search_queries_span_term_test.go function TestSpanTermQuery (line 12) | func TestSpanTermQuery(t *testing.T) { function TestSpanTermQueryWithFieldAndValue (line 29) | func TestSpanTermQueryWithFieldAndValue(t *testing.T) { FILE: search_queries_term.go type TermQuery (line 12) | type TermQuery struct method Boost (line 26) | func (q *TermQuery) Boost(boost float64) *TermQuery { method CaseInsensitive (line 31) | func (q *TermQuery) CaseInsensitive(caseInsensitive bool) *TermQuery { method QueryName (line 38) | func (q *TermQuery) QueryName(queryName string) *TermQuery { method Source (line 44) | func (q *TermQuery) Source() (interface{}, error) { function NewTermQuery (line 21) | func NewTermQuery(name string, value interface{}) *TermQuery { FILE: search_queries_term_test.go function TestTermQuery (line 12) | func TestTermQuery(t *testing.T) { function TestTermQueryWithCaseInsensitive (line 29) | func TestTermQueryWithCaseInsensitive(t *testing.T) { function TestTermQueryWithOptions (line 46) | func TestTermQueryWithOptions(t *testing.T) { FILE: search_queries_terms.go type TermsQuery (line 12) | type TermsQuery struct method TermsLookup (line 46) | func (q *TermsQuery) TermsLookup(lookup *TermsLookup) *TermsQuery { method Boost (line 52) | func (q *TermsQuery) Boost(boost float64) *TermsQuery { method QueryName (line 59) | func (q *TermsQuery) QueryName(queryName string) *TermsQuery { method Source (line 65) | func (q *TermsQuery) Source() (interface{}, error) { function NewTermsQuery (line 21) | func NewTermsQuery(name string, values ...interface{}) *TermsQuery { function NewTermsQueryFromStrings (line 34) | func NewTermsQueryFromStrings(name string, values ...string) *TermsQuery { FILE: search_queries_terms_set.go type TermsSetQuery (line 16) | type TermsSetQuery struct method MinimumShouldMatchField (line 38) | func (q *TermsSetQuery) MinimumShouldMatchField(minimumShouldMatchFiel... method MinimumShouldMatchScript (line 44) | func (q *TermsSetQuery) MinimumShouldMatchScript(minimumShouldMatchScr... method Boost (line 50) | func (q *TermsSetQuery) Boost(boost float64) *TermsSetQuery { method QueryName (line 57) | func (q *TermsSetQuery) QueryName(queryName string) *TermsSetQuery { method Source (line 63) | func (q *TermsSetQuery) Source() (interface{}, error) { function NewTermsSetQuery (line 26) | func NewTermsSetQuery(name string, values ...interface{}) *TermsSetQuery { FILE: search_queries_terms_set_test.go function TestTermsSetQueryWithField (line 13) | func TestTermsSetQueryWithField(t *testing.T) { function TestTermsSetQueryWithScript (line 30) | func TestTermsSetQueryWithScript(t *testing.T) { function TestSearchTermsSetQuery (line 50) | func TestSearchTermsSetQuery(t *testing.T) { FILE: search_queries_terms_test.go function TestTermsQuery (line 12) | func TestTermsQuery(t *testing.T) { function TestTermsQueryFromStrings (line 29) | func TestTermsQueryFromStrings(t *testing.T) { function TestTermsQueryWithEmptyArray (line 47) | func TestTermsQueryWithEmptyArray(t *testing.T) { function TestTermsQueryWithTermsLookup (line 65) | func TestTermsQueryWithTermsLookup(t *testing.T) { function TestTermQuerysWithOptions (line 83) | func TestTermQuerysWithOptions(t *testing.T) { FILE: search_queries_type.go type TypeQuery (line 11) | type TypeQuery struct method Source (line 20) | func (q *TypeQuery) Source() (interface{}, error) { function NewTypeQuery (line 15) | func NewTypeQuery(typ string) *TypeQuery { FILE: search_queries_type_test.go function TestTypeQuery (line 12) | func TestTypeQuery(t *testing.T) { FILE: search_queries_wildcard.go type WildcardQuery (line 17) | type WildcardQuery struct method Boost (line 35) | func (q *WildcardQuery) Boost(boost float64) *WildcardQuery { method Rewrite (line 40) | func (q *WildcardQuery) Rewrite(rewrite string) *WildcardQuery { method QueryName (line 46) | func (q *WildcardQuery) QueryName(queryName string) *WildcardQuery { method CaseInsensitive (line 52) | func (q *WildcardQuery) CaseInsensitive(caseInsensitive bool) *Wildcar... method Source (line 58) | func (q *WildcardQuery) Source() (interface{}, error) { function NewWildcardQuery (line 27) | func NewWildcardQuery(name, wildcard string) *WildcardQuery { FILE: search_queries_wildcard_test.go function ExampleWildcardQuery (line 15) | func ExampleWildcardQuery() { function TestWildcardQuery (line 36) | func TestWildcardQuery(t *testing.T) { function TestWildcardQueryWithBoost (line 53) | func TestWildcardQueryWithBoost(t *testing.T) { function TestWildcardQueryWithCaseInsensitive (line 70) | func TestWildcardQueryWithCaseInsensitive(t *testing.T) { FILE: search_queries_wrapper.go type WrapperQuery (line 11) | type WrapperQuery struct method Source (line 21) | func (q *WrapperQuery) Source() (interface{}, error) { function NewWrapperQuery (line 16) | func NewWrapperQuery(source string) *WrapperQuery { FILE: search_queries_wrapper_integration_test.go function TestWrapperQueryIntegration (line 14) | func TestWrapperQueryIntegration(t *testing.T) { FILE: search_queries_wrapper_test.go function TestWrapperQuery (line 12) | func TestWrapperQuery(t *testing.T) { FILE: search_request.go type SearchRequest (line 15) | type SearchRequest struct method SearchType (line 43) | func (r *SearchRequest) SearchType(searchType string) *SearchRequest { method SearchTypeDfsQueryThenFetch (line 49) | func (r *SearchRequest) SearchTypeDfsQueryThenFetch() *SearchRequest { method SearchTypeQueryThenFetch (line 54) | func (r *SearchRequest) SearchTypeQueryThenFetch() *SearchRequest { method Index (line 59) | func (r *SearchRequest) Index(indices ...string) *SearchRequest { method HasIndices (line 65) | func (r *SearchRequest) HasIndices() bool { method Type (line 73) | func (r *SearchRequest) Type(types ...string) *SearchRequest { method Routing (line 79) | func (r *SearchRequest) Routing(routing string) *SearchRequest { method Routings (line 85) | func (r *SearchRequest) Routings(routings ...string) *SearchRequest { method Preference (line 99) | func (r *SearchRequest) Preference(preference string) *SearchRequest { method RequestCache (line 107) | func (r *SearchRequest) RequestCache(requestCache bool) *SearchRequest { method IgnoreUnavailable (line 114) | func (s *SearchRequest) IgnoreUnavailable(ignoreUnavailable bool) *Sea... method AllowNoIndices (line 121) | func (s *SearchRequest) AllowNoIndices(allowNoIndices bool) *SearchReq... method ExpandWildcards (line 128) | func (s *SearchRequest) ExpandWildcards(expandWildcards string) *Searc... method Scroll (line 135) | func (r *SearchRequest) Scroll(scroll string) *SearchRequest { method SearchSource (line 142) | func (r *SearchRequest) SearchSource(searchSource *SearchSource) *Sear... method Source (line 153) | func (r *SearchRequest) Source(source interface{}) *SearchRequest { method Timeout (line 159) | func (r *SearchRequest) Timeout(timeout string) *SearchRequest { method TerminateAfter (line 166) | func (r *SearchRequest) TerminateAfter(docs int) *SearchRequest { method Query (line 172) | func (r *SearchRequest) Query(query Query) *SearchRequest { method PostFilter (line 181) | func (r *SearchRequest) PostFilter(filter Query) *SearchRequest { method MinScore (line 187) | func (r *SearchRequest) MinScore(minScore float64) *SearchRequest { method From (line 193) | func (r *SearchRequest) From(from int) *SearchRequest { method Size (line 199) | func (r *SearchRequest) Size(size int) *SearchRequest { method Explain (line 205) | func (r *SearchRequest) Explain(explain bool) *SearchRequest { method Version (line 212) | func (r *SearchRequest) Version(version bool) *SearchRequest { method IndexBoost (line 219) | func (r *SearchRequest) IndexBoost(index string, boost float64) *Searc... method Stats (line 225) | func (r *SearchRequest) Stats(statsGroup ...string) *SearchRequest { method FetchSource (line 232) | func (r *SearchRequest) FetchSource(fetchSource bool) *SearchRequest { method FetchSourceIncludeExclude (line 241) | func (r *SearchRequest) FetchSourceIncludeExclude(include, exclude []s... method FetchSourceContext (line 247) | func (r *SearchRequest) FetchSourceContext(fsc *FetchSourceContext) *S... method DocValueField (line 255) | func (r *SearchRequest) DocValueField(field string) *SearchRequest { method DocValueFieldWithFormat (line 263) | func (r *SearchRequest) DocValueFieldWithFormat(field DocvalueField) *... method DocValueFields (line 271) | func (r *SearchRequest) DocValueFields(fields ...string) *SearchRequest { method DocValueFieldsWithFormat (line 279) | func (r *SearchRequest) DocValueFieldsWithFormat(fields ...DocvalueFie... method StoredField (line 286) | func (r *SearchRequest) StoredField(field string) *SearchRequest { method NoStoredFields (line 293) | func (r *SearchRequest) NoStoredFields() *SearchRequest { method StoredFields (line 300) | func (r *SearchRequest) StoredFields(fields ...string) *SearchRequest { method ScriptField (line 308) | func (r *SearchRequest) ScriptField(field *ScriptField) *SearchRequest { method ScriptFields (line 316) | func (r *SearchRequest) ScriptFields(fields ...*ScriptField) *SearchRe... method Sort (line 322) | func (r *SearchRequest) Sort(field string, ascending bool) *SearchRequ... method SortWithInfo (line 328) | func (r *SearchRequest) SortWithInfo(info SortInfo) *SearchRequest { method SortBy (line 334) | func (r *SearchRequest) SortBy(sorter ...Sorter) *SearchRequest { method SearchAfter (line 341) | func (r *SearchRequest) SearchAfter(sortValues ...interface{}) *Search... method Slice (line 351) | func (r *SearchRequest) Slice(sliceQuery Query) *SearchRequest { method TrackScores (line 358) | func (r *SearchRequest) TrackScores(trackScores bool) *SearchRequest { method TrackTotalHits (line 368) | func (r *SearchRequest) TrackTotalHits(trackTotalHits interface{}) *Se... method Aggregation (line 374) | func (r *SearchRequest) Aggregation(name string, aggregation Aggregati... method Highlight (line 380) | func (r *SearchRequest) Highlight(highlight *Highlight) *SearchRequest { method Suggester (line 386) | func (r *SearchRequest) Suggester(suggester Suggester) *SearchRequest { method Rescorer (line 392) | func (r *SearchRequest) Rescorer(rescore *Rescore) *SearchRequest { method ClearRescorers (line 398) | func (r *SearchRequest) ClearRescorers() *SearchRequest { method Profile (line 405) | func (r *SearchRequest) Profile(profile bool) *SearchRequest { method Collapse (line 411) | func (r *SearchRequest) Collapse(collapse *CollapseBuilder) *SearchReq... method PointInTime (line 418) | func (s *SearchRequest) PointInTime(pointInTime *PointInTime) *SearchR... method AllowPartialSearchResults (line 426) | func (r *SearchRequest) AllowPartialSearchResults(allow bool) *SearchR... method BatchedReduceSize (line 435) | func (r *SearchRequest) BatchedReduceSize(size int) *SearchRequest { method MaxConcurrentShardRequests (line 446) | func (r *SearchRequest) MaxConcurrentShardRequests(size int) *SearchRe... method PreFilterShardSize (line 458) | func (r *SearchRequest) PreFilterShardSize(size int) *SearchRequest { method header (line 466) | func (r *SearchRequest) header() interface{} { method Body (line 522) | func (r *SearchRequest) Body() (string, error) { method sourceAsMap (line 567) | func (r *SearchRequest) sourceAsMap() (interface{}, error) { function NewSearchRequest (line 35) | func NewSearchRequest() *SearchRequest { FILE: search_request_test.go function TestSearchRequestIndex (line 13) | func TestSearchRequestIndex(t *testing.T) { function TestSearchRequestIndices (line 26) | func TestSearchRequestIndices(t *testing.T) { function TestSearchRequestHasIndices (line 39) | func TestSearchRequestHasIndices(t *testing.T) { function TestSearchRequestIgnoreUnavailable (line 50) | func TestSearchRequestIgnoreUnavailable(t *testing.T) { FILE: search_shards.go type SearchShardsService (line 20) | type SearchShardsService struct method Pretty (line 46) | func (s *SearchShardsService) Pretty(pretty bool) *SearchShardsService { method Human (line 53) | func (s *SearchShardsService) Human(human bool) *SearchShardsService { method ErrorTrace (line 59) | func (s *SearchShardsService) ErrorTrace(errorTrace bool) *SearchShard... method FilterPath (line 65) | func (s *SearchShardsService) FilterPath(filterPath ...string) *Search... method Header (line 71) | func (s *SearchShardsService) Header(name string, value string) *Searc... method Headers (line 80) | func (s *SearchShardsService) Headers(headers http.Header) *SearchShar... method Index (line 86) | func (s *SearchShardsService) Index(index ...string) *SearchShardsServ... method Local (line 93) | func (s *SearchShardsService) Local(local bool) *SearchShardsService { method Routing (line 99) | func (s *SearchShardsService) Routing(routing string) *SearchShardsSer... method Preference (line 105) | func (s *SearchShardsService) Preference(preference string) *SearchSha... method IgnoreUnavailable (line 112) | func (s *SearchShardsService) IgnoreUnavailable(ignoreUnavailable bool... method AllowNoIndices (line 120) | func (s *SearchShardsService) AllowNoIndices(allowNoIndices bool) *Sea... method ExpandWildcards (line 127) | func (s *SearchShardsService) ExpandWildcards(expandWildcards string) ... method buildURL (line 133) | func (s *SearchShardsService) buildURL() (string, url.Values, error) { method Validate (line 178) | func (s *SearchShardsService) Validate() error { method Do (line 190) | func (s *SearchShardsService) Do(ctx context.Context) (*SearchShardsRe... function NewSearchShardsService (line 39) | func NewSearchShardsService(client *Client) *SearchShardsService { type SearchShardsResponse (line 222) | type SearchShardsResponse struct type SearchShardsResponseShardsInfo (line 228) | type SearchShardsResponseShardsInfo struct type RecoverySource (line 241) | type RecoverySource struct type AllocationId (line 246) | type AllocationId struct type UnassignedInfo (line 251) | type UnassignedInfo struct FILE: search_shards_test.go function TestSearchShards (line 12) | func TestSearchShards(t *testing.T) { FILE: search_source.go type SearchSource (line 14) | type SearchSource struct method Query (line 61) | func (s *SearchSource) Query(query Query) *SearchSource { method Profile (line 68) | func (s *SearchSource) Profile(profile bool) *SearchSource { method PostFilter (line 76) | func (s *SearchSource) PostFilter(postFilter Query) *SearchSource { method Slice (line 86) | func (s *SearchSource) Slice(sliceQuery Query) *SearchSource { method From (line 92) | func (s *SearchSource) From(from int) *SearchSource { method Size (line 98) | func (s *SearchSource) Size(size int) *SearchSource { method MinScore (line 104) | func (s *SearchSource) MinScore(minScore float64) *SearchSource { method Explain (line 111) | func (s *SearchSource) Explain(explain bool) *SearchSource { method Version (line 118) | func (s *SearchSource) Version(version bool) *SearchSource { method SeqNoAndPrimaryTerm (line 125) | func (s *SearchSource) SeqNoAndPrimaryTerm(enabled bool) *SearchSource { method Timeout (line 131) | func (s *SearchSource) Timeout(timeout string) *SearchSource { method TimeoutInMillis (line 138) | func (s *SearchSource) TimeoutInMillis(timeoutInMillis int) *SearchSou... method TerminateAfter (line 145) | func (s *SearchSource) TerminateAfter(terminateAfter int) *SearchSource { method Sort (line 151) | func (s *SearchSource) Sort(field string, ascending bool) *SearchSource { method SortWithInfo (line 157) | func (s *SearchSource) SortWithInfo(info SortInfo) *SearchSource { method SortBy (line 163) | func (s *SearchSource) SortBy(sorter ...Sorter) *SearchSource { method hasSort (line 168) | func (s *SearchSource) hasSort() bool { method TrackScores (line 174) | func (s *SearchSource) TrackScores(trackScores bool) *SearchSource { method TrackTotalHits (line 184) | func (s *SearchSource) TrackTotalHits(trackTotalHits interface{}) *Sea... method SearchAfter (line 193) | func (s *SearchSource) SearchAfter(sortValues ...interface{}) *SearchS... method Aggregation (line 199) | func (s *SearchSource) Aggregation(name string, aggregation Aggregatio... method DefaultRescoreWindowSize (line 206) | func (s *SearchSource) DefaultRescoreWindowSize(defaultRescoreWindowSi... method Highlight (line 212) | func (s *SearchSource) Highlight(highlight *Highlight) *SearchSource { method Highlighter (line 218) | func (s *SearchSource) Highlighter() *Highlight { method GlobalSuggestText (line 227) | func (s *SearchSource) GlobalSuggestText(text string) *SearchSource { method Suggester (line 233) | func (s *SearchSource) Suggester(suggester Suggester) *SearchSource { method Rescorer (line 239) | func (s *SearchSource) Rescorer(rescore *Rescore) *SearchSource { method ClearRescorers (line 245) | func (s *SearchSource) ClearRescorers() *SearchSource { method FetchSource (line 252) | func (s *SearchSource) FetchSource(fetchSource bool) *SearchSource { method FetchSourceContext (line 262) | func (s *SearchSource) FetchSourceContext(fetchSourceContext *FetchSou... method FetchSourceIncludeExclude (line 271) | func (s *SearchSource) FetchSourceIncludeExclude(include, exclude []st... method NoStoredFields (line 280) | func (s *SearchSource) NoStoredFields() *SearchSource { method StoredField (line 288) | func (s *SearchSource) StoredField(storedFieldName string) *SearchSour... method StoredFields (line 295) | func (s *SearchSource) StoredFields(storedFieldNames ...string) *Searc... method DocvalueField (line 302) | func (s *SearchSource) DocvalueField(fieldDataField string) *SearchSou... method DocvalueFieldWithFormat (line 309) | func (s *SearchSource) DocvalueFieldWithFormat(fieldDataFieldWithForma... method DocvalueFields (line 316) | func (s *SearchSource) DocvalueFields(docvalueFields ...string) *Searc... method DocvalueFieldsWithFormat (line 325) | func (s *SearchSource) DocvalueFieldsWithFormat(docvalueFields ...Docv... method ScriptField (line 331) | func (s *SearchSource) ScriptField(scriptField *ScriptField) *SearchSo... method ScriptFields (line 337) | func (s *SearchSource) ScriptFields(scriptFields ...*ScriptField) *Sea... method IndexBoost (line 344) | func (s *SearchSource) IndexBoost(index string, boost float64) *Search... method IndexBoosts (line 350) | func (s *SearchSource) IndexBoosts(boosts ...IndexBoost) *SearchSource { method Stats (line 356) | func (s *SearchSource) Stats(statsGroup ...string) *SearchSource { method InnerHit (line 362) | func (s *SearchSource) InnerHit(name string, innerHit *InnerHit) *Sear... method Collapse (line 368) | func (s *SearchSource) Collapse(collapse *CollapseBuilder) *SearchSour... method PointInTime (line 375) | func (s *SearchSource) PointInTime(pointInTime *PointInTime) *SearchSo... method RuntimeMappings (line 381) | func (s *SearchSource) RuntimeMappings(runtimeMappings RuntimeMappings... method Source (line 387) | func (s *SearchSource) Source() (interface{}, error) { method MarshalJSON (line 637) | func (q *SearchSource) MarshalJSON() ([]byte, error) { function NewSearchSource (line 51) | func NewSearchSource() *SearchSource { type IndexBoost (line 651) | type IndexBoost struct method Source (line 657) | func (b IndexBoost) Source() (interface{}, error) { type IndexBoosts (line 664) | type IndexBoosts method Source (line 667) | func (b IndexBoosts) Source() (interface{}, error) { FILE: search_source_test.go function TestSearchSourceMatchAllQuery (line 12) | func TestSearchSourceMatchAllQuery(t *testing.T) { function TestSearchSourceMarshalJSON (line 30) | func TestSearchSourceMarshalJSON(t *testing.T) { function TestSearchSourceNoStoredFields (line 43) | func TestSearchSourceNoStoredFields(t *testing.T) { function TestSearchSourceStoredFields (line 61) | func TestSearchSourceStoredFields(t *testing.T) { function TestSearchSourceFetchSourceDisabled (line 79) | func TestSearchSourceFetchSourceDisabled(t *testing.T) { function TestSearchSourceFetchSourceByWildcards (line 97) | func TestSearchSourceFetchSourceByWildcards(t *testing.T) { function TestSearchSourceDocvalueFields (line 116) | func TestSearchSourceDocvalueFields(t *testing.T) { function TestSearchSourceScriptFields (line 139) | func TestSearchSourceScriptFields(t *testing.T) { function TestSearchSourcePostFilter (line 159) | func TestSearchSourcePostFilter(t *testing.T) { function TestSearchSourceHighlight (line 178) | func TestSearchSourceHighlight(t *testing.T) { function TestSearchSourceRescoring (line 197) | func TestSearchSourceRescoring(t *testing.T) { function TestSearchSourceIndexBoost (line 220) | func TestSearchSourceIndexBoost(t *testing.T) { function TestSearchSourceMixDifferentSorters (line 238) | func TestSearchSourceMixDifferentSorters(t *testing.T) { function TestSearchSourceInnerHits (line 259) | func TestSearchSourceInnerHits(t *testing.T) { function TestSearchSourceSearchAfter (line 279) | func TestSearchSourceSearchAfter(t *testing.T) { function TestSearchSourceProfiledQuery (line 297) | func TestSearchSourceProfiledQuery(t *testing.T) { function TestSearchSourceSeqNoAndPrimaryTerm (line 315) | func TestSearchSourceSeqNoAndPrimaryTerm(t *testing.T) { function TestSearchSourcePointInTime (line 333) | func TestSearchSourcePointInTime(t *testing.T) { function TestSearchSourceRuntimeMappings (line 353) | func TestSearchSourceRuntimeMappings(t *testing.T) { FILE: search_suggester_test.go function TestTermSuggester (line 12) | func TestTermSuggester(t *testing.T) { function TestPhraseSuggester (line 91) | func TestPhraseSuggester(t *testing.T) { function TestCompletionSuggester (line 169) | func TestCompletionSuggester(t *testing.T) { function TestContextSuggester (line 260) | func TestContextSuggester(t *testing.T) { FILE: search_terms_lookup.go type TermsLookup (line 11) | type TermsLookup struct method Index (line 26) | func (t *TermsLookup) Index(index string) *TermsLookup { method Type (line 34) | func (t *TermsLookup) Type(typ string) *TermsLookup { method Id (line 40) | func (t *TermsLookup) Id(id string) *TermsLookup { method Path (line 46) | func (t *TermsLookup) Path(path string) *TermsLookup { method Routing (line 52) | func (t *TermsLookup) Routing(routing string) *TermsLookup { method Source (line 58) | func (t *TermsLookup) Source() (interface{}, error) { function NewTermsLookup (line 20) | func NewTermsLookup() *TermsLookup { FILE: search_terms_lookup_test.go function TestTermsLookup (line 12) | func TestTermsLookup(t *testing.T) { FILE: search_test.go function TestSearchMatchAll (line 17) | func TestSearchMatchAll(t *testing.T) { function TestSearchWithCustomHTTPHeaders (line 53) | func TestSearchWithCustomHTTPHeaders(t *testing.T) { function TestSearchMatchAllWithRequestCacheDisabled (line 80) | func TestSearchMatchAllWithRequestCacheDisabled(t *testing.T) { function TestSearchTotalHits (line 106) | func TestSearchTotalHits(t *testing.T) { function BenchmarkSearchMatchAll (line 164) | func BenchmarkSearchMatchAll(b *testing.B) { function TestSearchResultTotalHits (line 183) | func TestSearchResultTotalHits(t *testing.T) { function TestSearchResultWithProfiling (line 210) | func TestSearchResultWithProfiling(t *testing.T) { function TestSearchResultEach (line 224) | func TestSearchResultEach(t *testing.T) { function TestSearchResultEachNoSource (line 285) | func TestSearchResultEachNoSource(t *testing.T) { function TestSearchSorting (line 330) | func TestSearchSorting(t *testing.T) { function TestSearchSortingBySorters (line 403) | func TestSearchSortingBySorters(t *testing.T) { function TestSearchSpecificFields (line 476) | func TestSearchSpecificFields(t *testing.T) { function TestSearchExplain (line 600) | func TestSearchExplain(t *testing.T) { function TestSearchSource (line 678) | func TestSearchSource(t *testing.T) { function TestSearchSourceWithString (line 740) | func TestSearchSourceWithString(t *testing.T) { function TestSearchRawString (line 795) | func TestSearchRawString(t *testing.T) { function TestSearchSearchSource (line 852) | func TestSearchSearchSource(t *testing.T) { function TestSearchInnerHitsOnHasChild (line 920) | func TestSearchInnerHitsOnHasChild(t *testing.T) { function TestSearchInnerHitsOnHasParent (line 1033) | func TestSearchInnerHitsOnHasParent(t *testing.T) { function TestSearchInnerHitsOnNested (line 1167) | func TestSearchInnerHitsOnNested(t *testing.T) { function TestSearchInnerHitsOnNestedHierarchy (line 1261) | func TestSearchInnerHitsOnNestedHierarchy(t *testing.T) { function TestSearchBuildURL (line 1365) | func TestSearchBuildURL(t *testing.T) { function TestSearchFilterPath (line 1422) | func TestSearchFilterPath(t *testing.T) { function TestSearchAfter (line 1482) | func TestSearchAfter(t *testing.T) { function TestSearchResultWithFieldCollapsing (line 1547) | func TestSearchResultWithFieldCollapsing(t *testing.T) { function TestSearchResultWithFieldCollapsingAndInnerHits (line 1593) | func TestSearchResultWithFieldCollapsingAndInnerHits(t *testing.T) { function TestSearchScriptQuery (line 1651) | func TestSearchScriptQuery(t *testing.T) { function TestSearchWithDocvalueFields (line 1684) | func TestSearchWithDocvalueFields(t *testing.T) { function TestSearchWithDateMathIndices (line 1725) | func TestSearchWithDateMathIndices(t *testing.T) { function TestSearchResultDecode (line 1790) | func TestSearchResultDecode(t *testing.T) { FILE: setup_test.go constant testIndexName (line 22) | testIndexName = "elastic-test" constant testIndexName2 (line 23) | testIndexName2 = "elastic-test2" constant testIndexName3 (line 24) | testIndexName3 = "elastic-test3" constant testIndexName4 (line 25) | testIndexName4 = "elastic-test4" constant testIndexName5 (line 26) | testIndexName5 = "elastic-test5" constant testIndexNameEmpty (line 27) | testIndexNameEmpty = "elastic-test-empty" constant testMapping (line 28) | testMapping = ` constant testMappingWithContext (line 57) | testMappingWithContext = ` constant testNoSourceIndexName (line 93) | testNoSourceIndexName = "elastic-nosource-test" constant testNoSourceMapping (line 94) | testNoSourceMapping = ` constant testJoinIndex (line 133) | testJoinIndex = "elastic-joins" constant testJoinMapping (line 134) | testJoinMapping = ` constant testOrderIndex (line 156) | testOrderIndex = "elastic-orders" constant testOrderMapping (line 157) | testOrderMapping = ` constant testQueryIndex (line 204) | testQueryIndex = "elastic-queries" constant testQueryMapping (line 205) | testQueryMapping = ` type tweet (line 227) | type tweet struct method String (line 238) | func (t tweet) String() string { type joinDoc (line 242) | type joinDoc struct type joinField (line 247) | type joinField struct type order (line 252) | type order struct method String (line 259) | func (o order) String() string { type doctype (line 264) | type doctype struct function isCI (line 268) | func isCI() bool { type logger (line 272) | type logger interface function boolPtr (line 283) | func boolPtr(b bool) *bool { return &b } type strictDecoder (line 286) | type strictDecoder struct method Decode (line 288) | func (d *strictDecoder) Decode(data []byte, v interface{}) error { function setupTestClient (line 302) | func setupTestClient(t logger, options ...ClientOptionFunc) (client *Cli... function setupTestClientAndCreateIndex (line 358) | func setupTestClientAndCreateIndex(t logger, options ...ClientOptionFunc... function setupTestClientAndCreateIndexAndLog (line 409) | func setupTestClientAndCreateIndexAndLog(t logger, options ...ClientOpti... function setupTestClientAndCreateIndexAndAddDocs (line 415) | func setupTestClientAndCreateIndexAndAddDocs(t logger, options ...Client... function setupTestClientAndCreateIndexAndAddDocsNoSource (line 462) | func setupTestClientAndCreateIndexAndAddDocsNoSource(t logger, options .... function setupTestClientForXpackSecurity (line 486) | func setupTestClientForXpackSecurity(t logger) (client *Client) { function randomString (line 501) | func randomString(n int) string { type lexicographically (line 509) | type lexicographically struct method Len (line 513) | func (l lexicographically) Len() int { method Less (line 517) | func (l lexicographically) Less(i, j int) bool { method Swap (line 521) | func (l lexicographically) Swap(i, j int) { FILE: snapshot_create.go type SnapshotCreateService (line 19) | type SnapshotCreateService struct method Pretty (line 44) | func (s *SnapshotCreateService) Pretty(pretty bool) *SnapshotCreateSer... method Human (line 51) | func (s *SnapshotCreateService) Human(human bool) *SnapshotCreateServi... method ErrorTrace (line 57) | func (s *SnapshotCreateService) ErrorTrace(errorTrace bool) *SnapshotC... method FilterPath (line 63) | func (s *SnapshotCreateService) FilterPath(filterPath ...string) *Snap... method Header (line 69) | func (s *SnapshotCreateService) Header(name string, value string) *Sna... method Headers (line 78) | func (s *SnapshotCreateService) Headers(headers http.Header) *Snapshot... method Repository (line 84) | func (s *SnapshotCreateService) Repository(repository string) *Snapsho... method Snapshot (line 90) | func (s *SnapshotCreateService) Snapshot(snapshot string) *SnapshotCre... method MasterTimeout (line 96) | func (s *SnapshotCreateService) MasterTimeout(masterTimeout string) *S... method WaitForCompletion (line 102) | func (s *SnapshotCreateService) WaitForCompletion(waitForCompletion bo... method BodyJson (line 108) | func (s *SnapshotCreateService) BodyJson(body interface{}) *SnapshotCr... method BodyString (line 114) | func (s *SnapshotCreateService) BodyString(body string) *SnapshotCreat... method buildURL (line 120) | func (s *SnapshotCreateService) buildURL() (string, url.Values, error) { method Validate (line 154) | func (s *SnapshotCreateService) Validate() error { method Do (line 169) | func (s *SnapshotCreateService) Do(ctx context.Context) (*SnapshotCrea... function NewSnapshotCreateService (line 37) | func NewSnapshotCreateService(client *Client) *SnapshotCreateService { type SnapshotShardFailure (line 210) | type SnapshotShardFailure struct type SnapshotCreateResponse (line 220) | type SnapshotCreateResponse struct FILE: snapshot_create_repository.go type SnapshotCreateRepositoryService (line 21) | type SnapshotCreateRepositoryService struct method Pretty (line 48) | func (s *SnapshotCreateRepositoryService) Pretty(pretty bool) *Snapsho... method Human (line 55) | func (s *SnapshotCreateRepositoryService) Human(human bool) *SnapshotC... method ErrorTrace (line 61) | func (s *SnapshotCreateRepositoryService) ErrorTrace(errorTrace bool) ... method FilterPath (line 67) | func (s *SnapshotCreateRepositoryService) FilterPath(filterPath ...str... method Header (line 73) | func (s *SnapshotCreateRepositoryService) Header(name string, value st... method Headers (line 82) | func (s *SnapshotCreateRepositoryService) Headers(headers http.Header)... method Repository (line 88) | func (s *SnapshotCreateRepositoryService) Repository(repository string... method MasterTimeout (line 94) | func (s *SnapshotCreateRepositoryService) MasterTimeout(masterTimeout ... method Timeout (line 100) | func (s *SnapshotCreateRepositoryService) Timeout(timeout string) *Sna... method Verify (line 106) | func (s *SnapshotCreateRepositoryService) Verify(verify bool) *Snapsho... method Type (line 112) | func (s *SnapshotCreateRepositoryService) Type(typ string) *SnapshotCr... method Settings (line 118) | func (s *SnapshotCreateRepositoryService) Settings(settings map[string... method Setting (line 124) | func (s *SnapshotCreateRepositoryService) Setting(name string, value i... method BodyJson (line 133) | func (s *SnapshotCreateRepositoryService) BodyJson(body interface{}) *... method BodyString (line 139) | func (s *SnapshotCreateRepositoryService) BodyString(body string) *Sna... method buildURL (line 145) | func (s *SnapshotCreateRepositoryService) buildURL() (string, url.Valu... method buildBody (line 181) | func (s *SnapshotCreateRepositoryService) buildBody() (interface{}, er... method Validate (line 199) | func (s *SnapshotCreateRepositoryService) Validate() error { method Do (line 214) | func (s *SnapshotCreateRepositoryService) Do(ctx context.Context) (*Sn... function NewSnapshotCreateRepositoryService (line 41) | func NewSnapshotCreateRepositoryService(client *Client) *SnapshotCreateR... type SnapshotCreateRepositoryResponse (line 253) | type SnapshotCreateRepositoryResponse struct FILE: snapshot_create_repository_test.go function TestSnapshotPutRepositoryURL (line 12) | func TestSnapshotPutRepositoryURL(t *testing.T) { function TestSnapshotPutRepositoryBodyWithSettings (line 36) | func TestSnapshotPutRepositoryBodyWithSettings(t *testing.T) { FILE: snapshot_create_test.go function TestSnapshotValidate (line 13) | func TestSnapshotValidate(t *testing.T) { function TestSnapshotPutURL (line 24) | func TestSnapshotPutURL(t *testing.T) { FILE: snapshot_delete.go type SnapshotDeleteService (line 20) | type SnapshotDeleteService struct method Pretty (line 41) | func (s *SnapshotDeleteService) Pretty(pretty bool) *SnapshotDeleteSer... method Human (line 48) | func (s *SnapshotDeleteService) Human(human bool) *SnapshotDeleteServi... method ErrorTrace (line 54) | func (s *SnapshotDeleteService) ErrorTrace(errorTrace bool) *SnapshotD... method FilterPath (line 60) | func (s *SnapshotDeleteService) FilterPath(filterPath ...string) *Snap... method Header (line 66) | func (s *SnapshotDeleteService) Header(name string, value string) *Sna... method Headers (line 75) | func (s *SnapshotDeleteService) Headers(headers http.Header) *Snapshot... method Repository (line 81) | func (s *SnapshotDeleteService) Repository(repository string) *Snapsho... method Snapshot (line 87) | func (s *SnapshotDeleteService) Snapshot(snapshot string) *SnapshotDel... method buildURL (line 93) | func (s *SnapshotDeleteService) buildURL() (string, url.Values, error) { method Validate (line 106) | func (s *SnapshotDeleteService) Validate() error { method Do (line 121) | func (s *SnapshotDeleteService) Do(ctx context.Context) (*SnapshotDele... function NewSnapshotDeleteService (line 34) | func NewSnapshotDeleteService(client *Client) *SnapshotDeleteService { type SnapshotDeleteResponse (line 152) | type SnapshotDeleteResponse struct FILE: snapshot_delete_repository.go type SnapshotDeleteRepositoryService (line 21) | type SnapshotDeleteRepositoryService struct method Pretty (line 44) | func (s *SnapshotDeleteRepositoryService) Pretty(pretty bool) *Snapsho... method Human (line 51) | func (s *SnapshotDeleteRepositoryService) Human(human bool) *SnapshotD... method ErrorTrace (line 57) | func (s *SnapshotDeleteRepositoryService) ErrorTrace(errorTrace bool) ... method FilterPath (line 63) | func (s *SnapshotDeleteRepositoryService) FilterPath(filterPath ...str... method Header (line 69) | func (s *SnapshotDeleteRepositoryService) Header(name string, value st... method Headers (line 78) | func (s *SnapshotDeleteRepositoryService) Headers(headers http.Header)... method Repository (line 84) | func (s *SnapshotDeleteRepositoryService) Repository(repositories ...s... method MasterTimeout (line 90) | func (s *SnapshotDeleteRepositoryService) MasterTimeout(masterTimeout ... method Timeout (line 96) | func (s *SnapshotDeleteRepositoryService) Timeout(timeout string) *Sna... method buildURL (line 102) | func (s *SnapshotDeleteRepositoryService) buildURL() (string, url.Valu... method Validate (line 135) | func (s *SnapshotDeleteRepositoryService) Validate() error { method Do (line 147) | func (s *SnapshotDeleteRepositoryService) Do(ctx context.Context) (*Sn... function NewSnapshotDeleteRepositoryService (line 36) | func NewSnapshotDeleteRepositoryService(client *Client) *SnapshotDeleteR... type SnapshotDeleteRepositoryResponse (line 179) | type SnapshotDeleteRepositoryResponse struct FILE: snapshot_delete_repository_test.go function TestSnapshotDeleteRepositoryURL (line 9) | func TestSnapshotDeleteRepositoryURL(t *testing.T) { FILE: snapshot_delete_test.go function TestSnapshotRepoValidate (line 12) | func TestSnapshotRepoValidate(t *testing.T) { function TestSnapshotDeleteURL (line 23) | func TestSnapshotDeleteURL(t *testing.T) { FILE: snapshot_get.go type SnapshotGetService (line 22) | type SnapshotGetService struct method Pretty (line 46) | func (s *SnapshotGetService) Pretty(pretty bool) *SnapshotGetService { method Human (line 53) | func (s *SnapshotGetService) Human(human bool) *SnapshotGetService { method ErrorTrace (line 59) | func (s *SnapshotGetService) ErrorTrace(errorTrace bool) *SnapshotGetS... method FilterPath (line 65) | func (s *SnapshotGetService) FilterPath(filterPath ...string) *Snapsho... method Header (line 71) | func (s *SnapshotGetService) Header(name string, value string) *Snapsh... method Headers (line 80) | func (s *SnapshotGetService) Headers(headers http.Header) *SnapshotGet... method Repository (line 86) | func (s *SnapshotGetService) Repository(repository string) *SnapshotGe... method Snapshot (line 92) | func (s *SnapshotGetService) Snapshot(snapshots ...string) *SnapshotGe... method MasterTimeout (line 98) | func (s *SnapshotGetService) MasterTimeout(masterTimeout string) *Snap... method IgnoreUnavailable (line 104) | func (s *SnapshotGetService) IgnoreUnavailable(ignoreUnavailable bool)... method Verbose (line 110) | func (s *SnapshotGetService) Verbose(verbose bool) *SnapshotGetService { method buildURL (line 116) | func (s *SnapshotGetService) buildURL() (string, url.Values, error) { method Validate (line 161) | func (s *SnapshotGetService) Validate() error { method Do (line 173) | func (s *SnapshotGetService) Do(ctx context.Context) (*SnapshotGetResp... function NewSnapshotGetService (line 39) | func NewSnapshotGetService(client *Client) *SnapshotGetService { type SnapshotGetResponse (line 205) | type SnapshotGetResponse struct type Snapshot (line 210) | type Snapshot struct FILE: snapshot_get_repository.go type SnapshotGetRepositoryService (line 21) | type SnapshotGetRepositoryService struct method Pretty (line 44) | func (s *SnapshotGetRepositoryService) Pretty(pretty bool) *SnapshotGe... method Human (line 51) | func (s *SnapshotGetRepositoryService) Human(human bool) *SnapshotGetR... method ErrorTrace (line 57) | func (s *SnapshotGetRepositoryService) ErrorTrace(errorTrace bool) *Sn... method FilterPath (line 63) | func (s *SnapshotGetRepositoryService) FilterPath(filterPath ...string... method Header (line 69) | func (s *SnapshotGetRepositoryService) Header(name string, value strin... method Headers (line 78) | func (s *SnapshotGetRepositoryService) Headers(headers http.Header) *S... method Repository (line 84) | func (s *SnapshotGetRepositoryService) Repository(repositories ...stri... method Local (line 90) | func (s *SnapshotGetRepositoryService) Local(local bool) *SnapshotGetR... method MasterTimeout (line 96) | func (s *SnapshotGetRepositoryService) MasterTimeout(masterTimeout str... method buildURL (line 102) | func (s *SnapshotGetRepositoryService) buildURL() (string, url.Values,... method Validate (line 141) | func (s *SnapshotGetRepositoryService) Validate() error { method Do (line 146) | func (s *SnapshotGetRepositoryService) Do(ctx context.Context) (Snapsh... function NewSnapshotGetRepositoryService (line 36) | func NewSnapshotGetRepositoryService(client *Client) *SnapshotGetReposit... type SnapshotGetRepositoryResponse (line 178) | type SnapshotGetRepositoryResponse type SnapshotRepositoryMetaData (line 182) | type SnapshotRepositoryMetaData struct FILE: snapshot_get_repository_test.go function TestSnapshotGetRepositoryURL (line 9) | func TestSnapshotGetRepositoryURL(t *testing.T) { FILE: snapshot_get_test.go function TestSnapshotGetValidate (line 13) | func TestSnapshotGetValidate(t *testing.T) { function TestSnapshotGetURL (line 24) | func TestSnapshotGetURL(t *testing.T) { FILE: snapshot_restore.go type SnapshotRestoreService (line 22) | type SnapshotRestoreService struct method Pretty (line 54) | func (s *SnapshotRestoreService) Pretty(pretty bool) *SnapshotRestoreS... method Human (line 61) | func (s *SnapshotRestoreService) Human(human bool) *SnapshotRestoreSer... method ErrorTrace (line 67) | func (s *SnapshotRestoreService) ErrorTrace(errorTrace bool) *Snapshot... method FilterPath (line 73) | func (s *SnapshotRestoreService) FilterPath(filterPath ...string) *Sna... method Header (line 79) | func (s *SnapshotRestoreService) Header(name string, value string) *Sn... method Headers (line 88) | func (s *SnapshotRestoreService) Headers(headers http.Header) *Snapsho... method Repository (line 94) | func (s *SnapshotRestoreService) Repository(repository string) *Snapsh... method Snapshot (line 100) | func (s *SnapshotRestoreService) Snapshot(snapshot string) *SnapshotRe... method MasterTimeout (line 106) | func (s *SnapshotRestoreService) MasterTimeout(masterTimeout string) *... method WaitForCompletion (line 113) | func (s *SnapshotRestoreService) WaitForCompletion(waitForCompletion b... method Indices (line 119) | func (s *SnapshotRestoreService) Indices(indices ...string) *SnapshotR... method IncludeGlobalState (line 125) | func (s *SnapshotRestoreService) IncludeGlobalState(includeGlobalState... method RenamePattern (line 131) | func (s *SnapshotRestoreService) RenamePattern(renamePattern string) *... method RenameReplacement (line 137) | func (s *SnapshotRestoreService) RenameReplacement(renameReplacement s... method Partial (line 143) | func (s *SnapshotRestoreService) Partial(partial bool) *SnapshotRestor... method BodyString (line 149) | func (s *SnapshotRestoreService) BodyString(body string) *SnapshotRest... method IndexSettings (line 155) | func (s *SnapshotRestoreService) IndexSettings(indexSettings map[strin... method IncludeAliases (line 162) | func (s *SnapshotRestoreService) IncludeAliases(includeAliases bool) *... method IgnoreUnavailable (line 168) | func (s *SnapshotRestoreService) IgnoreUnavailable(ignoreUnavailable b... method Do (line 174) | func (s *SnapshotRestoreService) Do(ctx context.Context) (*SnapshotRes... method Validate (line 209) | func (s *SnapshotRestoreService) Validate() error { method buildURL (line 223) | func (s *SnapshotRestoreService) buildURL() (string, url.Values, error) { method buildBody (line 257) | func (s *SnapshotRestoreService) buildBody() interface{} { function NewSnapshotRestoreService (line 47) | func NewSnapshotRestoreService(client *Client) *SnapshotRestoreService { type SnapshotRestoreResponse (line 285) | type SnapshotRestoreResponse struct type RestoreInfo (line 294) | type RestoreInfo struct FILE: snapshot_restore_test.go function TestSnapshotRestoreValidate (line 14) | func TestSnapshotRestoreValidate(t *testing.T) { function TestSnapshotRestorePostURL (line 21) | func TestSnapshotRestorePostURL(t *testing.T) { function TestSnapshotRestoreBuildBody (line 70) | func TestSnapshotRestoreBuildBody(t *testing.T) { FILE: snapshot_status.go type SnapshotStatusService (line 22) | type SnapshotStatusService struct method Pretty (line 45) | func (s *SnapshotStatusService) Pretty(pretty bool) *SnapshotStatusSer... method Human (line 52) | func (s *SnapshotStatusService) Human(human bool) *SnapshotStatusServi... method ErrorTrace (line 58) | func (s *SnapshotStatusService) ErrorTrace(errorTrace bool) *SnapshotS... method FilterPath (line 64) | func (s *SnapshotStatusService) FilterPath(filterPath ...string) *Snap... method Header (line 70) | func (s *SnapshotStatusService) Header(name string, value string) *Sna... method Headers (line 79) | func (s *SnapshotStatusService) Headers(headers http.Header) *Snapshot... method Repository (line 85) | func (s *SnapshotStatusService) Repository(repository string) *Snapsho... method Snapshot (line 91) | func (s *SnapshotStatusService) Snapshot(snapshots ...string) *Snapsho... method MasterTimeout (line 97) | func (s *SnapshotStatusService) MasterTimeout(masterTimeout string) *S... method buildURL (line 103) | func (s *SnapshotStatusService) buildURL() (string, url.Values, error) { method Validate (line 152) | func (s *SnapshotStatusService) Validate() error { method Do (line 160) | func (s *SnapshotStatusService) Do(ctx context.Context) (*SnapshotStat... function NewSnapshotStatusService (line 38) | func NewSnapshotStatusService(client *Client) *SnapshotStatusService { type SnapshotStatusResponse (line 191) | type SnapshotStatusResponse struct type SnapshotStatus (line 195) | type SnapshotStatus struct type SnapshotShardsStats (line 206) | type SnapshotShardsStats struct type SnapshotStats (line 215) | type SnapshotStats struct type SnapshotIndexStatus (line 247) | type SnapshotIndexStatus struct type SnapshotIndexShardStatus (line 253) | type SnapshotIndexShardStatus struct FILE: snapshot_status_test.go function TestSnapshotStatusURL (line 13) | func TestSnapshotStatusURL(t *testing.T) { FILE: snapshot_verify_repository.go type SnapshotVerifyRepositoryService (line 21) | type SnapshotVerifyRepositoryService struct method Pretty (line 43) | func (s *SnapshotVerifyRepositoryService) Pretty(pretty bool) *Snapsho... method Human (line 50) | func (s *SnapshotVerifyRepositoryService) Human(human bool) *SnapshotV... method ErrorTrace (line 56) | func (s *SnapshotVerifyRepositoryService) ErrorTrace(errorTrace bool) ... method FilterPath (line 62) | func (s *SnapshotVerifyRepositoryService) FilterPath(filterPath ...str... method Header (line 68) | func (s *SnapshotVerifyRepositoryService) Header(name string, value st... method Headers (line 77) | func (s *SnapshotVerifyRepositoryService) Headers(headers http.Header)... method Repository (line 83) | func (s *SnapshotVerifyRepositoryService) Repository(repository string... method MasterTimeout (line 89) | func (s *SnapshotVerifyRepositoryService) MasterTimeout(masterTimeout ... method Timeout (line 95) | func (s *SnapshotVerifyRepositoryService) Timeout(timeout string) *Sna... method buildURL (line 101) | func (s *SnapshotVerifyRepositoryService) buildURL() (string, url.Valu... method Validate (line 134) | func (s *SnapshotVerifyRepositoryService) Validate() error { method Do (line 146) | func (s *SnapshotVerifyRepositoryService) Do(ctx context.Context) (*Sn... function NewSnapshotVerifyRepositoryService (line 36) | func NewSnapshotVerifyRepositoryService(client *Client) *SnapshotVerifyR... type SnapshotVerifyRepositoryResponse (line 178) | type SnapshotVerifyRepositoryResponse struct type SnapshotVerifyRepositoryNode (line 182) | type SnapshotVerifyRepositoryNode struct FILE: snapshot_verify_repository_test.go function TestSnapshotVerifyRepositoryURL (line 9) | func TestSnapshotVerifyRepositoryURL(t *testing.T) { FILE: sort.go type Sorter (line 13) | type Sorter interface type SortInfo (line 20) | type SortInfo struct method Source (line 36) | func (info SortInfo) Source() (interface{}, error) { type SortByDoc (line 99) | type SortByDoc struct method Source (line 104) | func (s SortByDoc) Source() (interface{}, error) { type ScoreSort (line 111) | type ScoreSort struct method Order (line 122) | func (s *ScoreSort) Order(ascending bool) *ScoreSort { method Asc (line 128) | func (s *ScoreSort) Asc() *ScoreSort { method Desc (line 134) | func (s *ScoreSort) Desc() *ScoreSort { method Source (line 140) | func (s *ScoreSort) Source() (interface{}, error) { function NewScoreSort (line 117) | func NewScoreSort() *ScoreSort { type FieldSort (line 155) | type FieldSort struct method FieldName (line 176) | func (s *FieldSort) FieldName(fieldName string) *FieldSort { method Order (line 182) | func (s *FieldSort) Order(ascending bool) *FieldSort { method Asc (line 188) | func (s *FieldSort) Asc() *FieldSort { method Desc (line 194) | func (s *FieldSort) Desc() *FieldSort { method Missing (line 202) | func (s *FieldSort) Missing(missing interface{}) *FieldSort { method UnmappedType (line 209) | func (s *FieldSort) UnmappedType(typ string) *FieldSort { method SortMode (line 217) | func (s *FieldSort) SortMode(sortMode string) *FieldSort { method NestedFilter (line 225) | func (s *FieldSort) NestedFilter(nestedFilter Query) *FieldSort { method Filter (line 232) | func (s *FieldSort) Filter(filter Query) *FieldSort { method NestedPath (line 240) | func (s *FieldSort) NestedPath(nestedPath string) *FieldSort { method Path (line 247) | func (s *FieldSort) Path(path string) *FieldSort { method NestedSort (line 255) | func (s *FieldSort) NestedSort(nestedSort *NestedSort) *FieldSort { method Nested (line 261) | func (s *FieldSort) Nested(nested *NestedSort) *FieldSort { method Source (line 267) | func (s *FieldSort) Source() (interface{}, error) { function NewFieldSort (line 168) | func NewFieldSort(fieldName string) *FieldSort { type GeoDistanceSort (line 309) | type GeoDistanceSort struct method FieldName (line 333) | func (s *GeoDistanceSort) FieldName(fieldName string) *GeoDistanceSort { method Order (line 339) | func (s *GeoDistanceSort) Order(ascending bool) *GeoDistanceSort { method Asc (line 345) | func (s *GeoDistanceSort) Asc() *GeoDistanceSort { method Desc (line 351) | func (s *GeoDistanceSort) Desc() *GeoDistanceSort { method Point (line 357) | func (s *GeoDistanceSort) Point(lat, lon float64) *GeoDistanceSort { method Points (line 363) | func (s *GeoDistanceSort) Points(points ...*GeoPoint) *GeoDistanceSort { method GeoHashes (line 369) | func (s *GeoDistanceSort) GeoHashes(geohashes ...string) *GeoDistanceS... method Unit (line 377) | func (s *GeoDistanceSort) Unit(unit string) *GeoDistanceSort { method IgnoreUnmapped (line 386) | func (s *GeoDistanceSort) IgnoreUnmapped(ignoreUnmapped bool) *GeoDist... method GeoDistance (line 392) | func (s *GeoDistanceSort) GeoDistance(geoDistance string) *GeoDistance... method DistanceType (line 399) | func (s *GeoDistanceSort) DistanceType(distanceType string) *GeoDistan... method SortMode (line 407) | func (s *GeoDistanceSort) SortMode(sortMode string) *GeoDistanceSort { method NestedFilter (line 414) | func (s *GeoDistanceSort) NestedFilter(nestedFilter Query) *GeoDistanc... method NestedPath (line 421) | func (s *GeoDistanceSort) NestedPath(nestedPath string) *GeoDistanceSo... method NestedSort (line 428) | func (s *GeoDistanceSort) NestedSort(nestedSort *NestedSort) *GeoDista... method Source (line 434) | func (s *GeoDistanceSort) Source() (interface{}, error) { function NewGeoDistanceSort (line 325) | func NewGeoDistanceSort(fieldName string) *GeoDistanceSort { type ScriptSort (line 492) | type ScriptSort struct method Type (line 514) | func (s *ScriptSort) Type(typ string) *ScriptSort { method Order (line 520) | func (s *ScriptSort) Order(ascending bool) *ScriptSort { method Asc (line 526) | func (s *ScriptSort) Asc() *ScriptSort { method Desc (line 532) | func (s *ScriptSort) Desc() *ScriptSort { method SortMode (line 540) | func (s *ScriptSort) SortMode(sortMode string) *ScriptSort { method NestedFilter (line 547) | func (s *ScriptSort) NestedFilter(nestedFilter Query) *ScriptSort { method NestedPath (line 554) | func (s *ScriptSort) NestedPath(nestedPath string) *ScriptSort { method NestedSort (line 561) | func (s *ScriptSort) NestedSort(nestedSort *NestedSort) *ScriptSort { method Source (line 567) | func (s *ScriptSort) Source() (interface{}, error) { function NewScriptSort (line 505) | func NewScriptSort(script *Script, typ string) *ScriptSort { type NestedSort (line 620) | type NestedSort struct method Filter (line 633) | func (s *NestedSort) Filter(filter Query) *NestedSort { method NestedSort (line 639) | func (s *NestedSort) NestedSort(nestedSort *NestedSort) *NestedSort { method Source (line 645) | func (s *NestedSort) Source() (interface{}, error) { function NewNestedSort (line 628) | func NewNestedSort(path string) *NestedSort { FILE: sort_test.go function TestSortInfo (line 12) | func TestSortInfo(t *testing.T) { function TestSortInfoComplex (line 29) | func TestSortInfoComplex(t *testing.T) { function TestScoreSort (line 53) | func TestScoreSort(t *testing.T) { function TestScoreSortOrderAscending (line 73) | func TestScoreSortOrderAscending(t *testing.T) { function TestScoreSortOrderDescending (line 90) | func TestScoreSortOrderDescending(t *testing.T) { function TestFieldSort (line 107) | func TestFieldSort(t *testing.T) { function TestFieldSortOrderDesc (line 124) | func TestFieldSortOrderDesc(t *testing.T) { function TestFieldSortComplex (line 141) | func TestFieldSortComplex(t *testing.T) { function TestGeoDistanceSort (line 163) | func TestGeoDistanceSort(t *testing.T) { function TestGeoDistanceSortOrderDesc (line 186) | func TestGeoDistanceSortOrderDesc(t *testing.T) { function TestScriptSort (line 207) | func TestScriptSort(t *testing.T) { function TestScriptSortOrderDesc (line 224) | func TestScriptSortOrderDesc(t *testing.T) { function TestNestedSort (line 241) | func TestNestedSort(t *testing.T) { function TestFieldSortWithNestedSort (line 259) | func TestFieldSortWithNestedSort(t *testing.T) { FILE: suggest_field.go type SuggestField (line 15) | type SuggestField struct method Input (line 28) | func (f *SuggestField) Input(input ...string) *SuggestField { method Weight (line 36) | func (f *SuggestField) Weight(weight int) *SuggestField { method ContextQuery (line 41) | func (f *SuggestField) ContextQuery(queries ...SuggesterContextQuery) ... method MarshalJSON (line 47) | func (f *SuggestField) MarshalJSON() ([]byte, error) { function NewSuggestField (line 21) | func NewSuggestField(input ...string) *SuggestField { FILE: suggest_field_test.go function TestSuggestField (line 12) | func TestSuggestField(t *testing.T) { FILE: suggester.go type Suggester (line 12) | type Suggester interface FILE: suggester_completion.go type CompletionSuggester (line 13) | type CompletionSuggester struct method Name (line 37) | func (q *CompletionSuggester) Name() string { method Text (line 41) | func (q *CompletionSuggester) Text(text string) *CompletionSuggester { method Prefix (line 46) | func (q *CompletionSuggester) Prefix(prefix string) *CompletionSuggest... method PrefixWithEditDistance (line 51) | func (q *CompletionSuggester) PrefixWithEditDistance(prefix string, ed... method PrefixWithOptions (line 57) | func (q *CompletionSuggester) PrefixWithOptions(prefix string, options... method FuzzyOptions (line 63) | func (q *CompletionSuggester) FuzzyOptions(options *FuzzyCompletionSug... method Fuzziness (line 68) | func (q *CompletionSuggester) Fuzziness(fuzziness interface{}) *Comple... method Regex (line 76) | func (q *CompletionSuggester) Regex(regex string) *CompletionSuggester { method RegexWithOptions (line 81) | func (q *CompletionSuggester) RegexWithOptions(regex string, options *... method RegexOptions (line 87) | func (q *CompletionSuggester) RegexOptions(options *RegexCompletionSug... method SkipDuplicates (line 92) | func (q *CompletionSuggester) SkipDuplicates(skipDuplicates bool) *Com... method Field (line 97) | func (q *CompletionSuggester) Field(field string) *CompletionSuggester { method Analyzer (line 102) | func (q *CompletionSuggester) Analyzer(analyzer string) *CompletionSug... method Size (line 107) | func (q *CompletionSuggester) Size(size int) *CompletionSuggester { method ShardSize (line 112) | func (q *CompletionSuggester) ShardSize(shardSize int) *CompletionSugg... method ContextQuery (line 117) | func (q *CompletionSuggester) ContextQuery(query SuggesterContextQuery... method ContextQueries (line 122) | func (q *CompletionSuggester) ContextQueries(queries ...SuggesterConte... method Source (line 139) | func (q *CompletionSuggester) Source(includeName bool) (interface{}, e... function NewCompletionSuggester (line 31) | func NewCompletionSuggester(name string) *CompletionSuggester { type completionSuggesterRequest (line 131) | type completionSuggesterRequest struct type FuzzyCompletionSuggesterOptions (line 230) | type FuzzyCompletionSuggesterOptions struct method EditDistance (line 249) | func (o *FuzzyCompletionSuggesterOptions) EditDistance(editDistance in... method Transpositions (line 255) | func (o *FuzzyCompletionSuggesterOptions) Transpositions(transposition... method MinLength (line 261) | func (o *FuzzyCompletionSuggesterOptions) MinLength(minLength int) *Fu... method PrefixLength (line 268) | func (o *FuzzyCompletionSuggesterOptions) PrefixLength(prefixLength in... method UnicodeAware (line 276) | func (o *FuzzyCompletionSuggesterOptions) UnicodeAware(unicodeAware bo... method MaxDeterminizedStates (line 283) | func (o *FuzzyCompletionSuggesterOptions) MaxDeterminizedStates(max in... method Source (line 289) | func (o *FuzzyCompletionSuggesterOptions) Source() (interface{}, error) { function NewFuzzyCompletionSuggesterOptions (line 240) | func NewFuzzyCompletionSuggesterOptions() *FuzzyCompletionSuggesterOptio... type RegexCompletionSuggesterOptions (line 317) | type RegexCompletionSuggesterOptions struct method Flags (line 332) | func (o *RegexCompletionSuggesterOptions) Flags(flags interface{}) *Re... method MaxDeterminizedStates (line 341) | func (o *RegexCompletionSuggesterOptions) MaxDeterminizedStates(max in... method Source (line 347) | func (o *RegexCompletionSuggesterOptions) Source() (interface{}, error) { function NewRegexCompletionSuggesterOptions (line 323) | func NewRegexCompletionSuggesterOptions() *RegexCompletionSuggesterOptio... FILE: suggester_completion_test.go function TestCompletionSuggesterSource (line 12) | func TestCompletionSuggesterSource(t *testing.T) { function TestCompletionSuggesterPrefixSource (line 31) | func TestCompletionSuggesterPrefixSource(t *testing.T) { function TestCompletionSuggesterPrefixWithFuzzySource (line 50) | func TestCompletionSuggesterPrefixWithFuzzySource(t *testing.T) { function TestCompletionSuggesterRegexSource (line 70) | func TestCompletionSuggesterRegexSource(t *testing.T) { function TestCompletionSuggesterSourceWithMultipleContexts (line 89) | func TestCompletionSuggesterSourceWithMultipleContexts(t *testing.T) { FILE: suggester_context.go type SuggesterContextQuery (line 11) | type SuggesterContextQuery interface type ContextSuggester (line 18) | type ContextSuggester struct method Name (line 35) | func (q *ContextSuggester) Name() string { method Prefix (line 39) | func (q *ContextSuggester) Prefix(prefix string) *ContextSuggester { method Field (line 44) | func (q *ContextSuggester) Field(field string) *ContextSuggester { method Size (line 49) | func (q *ContextSuggester) Size(size int) *ContextSuggester { method ContextQuery (line 54) | func (q *ContextSuggester) ContextQuery(query SuggesterContextQuery) *... method ContextQueries (line 59) | func (q *ContextSuggester) ContextQueries(queries ...SuggesterContextQ... method Source (line 74) | func (q *ContextSuggester) Source(includeName bool) (interface{}, erro... function NewContextSuggester (line 28) | func NewContextSuggester(name string) *ContextSuggester { type contextSuggesterRequest (line 68) | type contextSuggesterRequest struct FILE: suggester_context_category.go type SuggesterCategoryMapping (line 11) | type SuggesterCategoryMapping struct method DefaultValues (line 25) | func (q *SuggesterCategoryMapping) DefaultValues(values ...string) *Su... method FieldName (line 30) | func (q *SuggesterCategoryMapping) FieldName(fieldName string) *Sugges... method Source (line 36) | func (q *SuggesterCategoryMapping) Source() (interface{}, error) { function NewSuggesterCategoryMapping (line 18) | func NewSuggesterCategoryMapping(name string) *SuggesterCategoryMapping { type SuggesterCategoryQuery (line 63) | type SuggesterCategoryQuery struct method Value (line 81) | func (q *SuggesterCategoryQuery) Value(val string) *SuggesterCategoryQ... method ValueWithBoost (line 86) | func (q *SuggesterCategoryQuery) ValueWithBoost(val string, boost int)... method Values (line 91) | func (q *SuggesterCategoryQuery) Values(values ...string) *SuggesterCa... method Source (line 99) | func (q *SuggesterCategoryQuery) Source() (interface{}, error) { function NewSuggesterCategoryQuery (line 69) | func NewSuggesterCategoryQuery(name string, values ...string) *Suggester... type SuggesterCategoryIndex (line 121) | type SuggesterCategoryIndex struct method Values (line 135) | func (q *SuggesterCategoryIndex) Values(values ...string) *SuggesterCa... method Source (line 141) | func (q *SuggesterCategoryIndex) Source() (interface{}, error) { function NewSuggesterCategoryIndex (line 127) | func NewSuggesterCategoryIndex(name string, values ...string) *Suggester... FILE: suggester_context_category_test.go function TestSuggesterCategoryMapping (line 12) | func TestSuggesterCategoryMapping(t *testing.T) { function TestSuggesterCategoryMappingWithTwoDefaultValues (line 29) | func TestSuggesterCategoryMappingWithTwoDefaultValues(t *testing.T) { function TestSuggesterCategoryMappingWithFieldName (line 46) | func TestSuggesterCategoryMappingWithFieldName(t *testing.T) { function TestSuggesterCategoryQuery (line 65) | func TestSuggesterCategoryQuery(t *testing.T) { function TestSuggesterCategoryQueryWithTwoValues (line 82) | func TestSuggesterCategoryQueryWithTwoValues(t *testing.T) { function TestSuggesterCategoryQueryWithBoost (line 109) | func TestSuggesterCategoryQueryWithBoost(t *testing.T) { function TestSuggesterCategoryQueryWithoutBoost (line 137) | func TestSuggesterCategoryQueryWithoutBoost(t *testing.T) { function TestSuggesterCategoryIndex (line 165) | func TestSuggesterCategoryIndex(t *testing.T) { function TestSuggesterCategoryIndexWithTwoValues (line 182) | func TestSuggesterCategoryIndexWithTwoValues(t *testing.T) { FILE: suggester_context_geo.go type SuggesterGeoMapping (line 11) | type SuggesterGeoMapping struct method DefaultLocations (line 26) | func (q *SuggesterGeoMapping) DefaultLocations(locations ...*GeoPoint)... method Precision (line 31) | func (q *SuggesterGeoMapping) Precision(precision ...string) *Suggeste... method Neighbors (line 36) | func (q *SuggesterGeoMapping) Neighbors(neighbors bool) *SuggesterGeoM... method FieldName (line 41) | func (q *SuggesterGeoMapping) FieldName(fieldName string) *SuggesterGe... method Source (line 47) | func (q *SuggesterGeoMapping) Source() (interface{}, error) { function NewSuggesterGeoMapping (line 20) | func NewSuggesterGeoMapping(name string) *SuggesterGeoMapping { type SuggesterGeoQuery (line 84) | type SuggesterGeoQuery struct method Precision (line 101) | func (q *SuggesterGeoQuery) Precision(precision string) *SuggesterGeoQ... method Neighbours (line 106) | func (q *SuggesterGeoQuery) Neighbours(neighbours ...string) *Suggeste... method Boost (line 111) | func (q *SuggesterGeoQuery) Boost(boost int) *SuggesterGeoQuery { method Source (line 117) | func (q *SuggesterGeoQuery) Source() (interface{}, error) { function NewSuggesterGeoQuery (line 93) | func NewSuggesterGeoQuery(name string, location *GeoPoint) *SuggesterGeo... type SuggesterGeoIndex (line 143) | type SuggesterGeoIndex struct method Locations (line 155) | func (q *SuggesterGeoIndex) Locations(locations ...*GeoPoint) *Suggest... method Source (line 161) | func (q *SuggesterGeoIndex) Source() (interface{}, error) { function NewSuggesterGeoIndex (line 149) | func NewSuggesterGeoIndex(name string) *SuggesterGeoIndex { FILE: suggester_context_geo_test.go function TestSuggesterGeoMapping (line 12) | func TestSuggesterGeoMapping(t *testing.T) { function TestSuggesterGeoQuery (line 33) | func TestSuggesterGeoQuery(t *testing.T) { function TestSuggesterGeoIndex (line 62) | func TestSuggesterGeoIndex(t *testing.T) { function TestSuggesterGeoIndexWithTwoValues (line 79) | func TestSuggesterGeoIndexWithTwoValues(t *testing.T) { FILE: suggester_context_test.go function TestContextSuggesterSource (line 12) | func TestContextSuggesterSource(t *testing.T) { function TestContextSuggesterSourceWithMultipleContexts (line 31) | func TestContextSuggesterSourceWithMultipleContexts(t *testing.T) { FILE: suggester_phrase.go type PhraseSuggester (line 11) | type PhraseSuggester struct method Name (line 46) | func (q *PhraseSuggester) Name() string { method Text (line 50) | func (q *PhraseSuggester) Text(text string) *PhraseSuggester { method Field (line 55) | func (q *PhraseSuggester) Field(field string) *PhraseSuggester { method Analyzer (line 60) | func (q *PhraseSuggester) Analyzer(analyzer string) *PhraseSuggester { method Size (line 65) | func (q *PhraseSuggester) Size(size int) *PhraseSuggester { method ShardSize (line 70) | func (q *PhraseSuggester) ShardSize(shardSize int) *PhraseSuggester { method ContextQuery (line 75) | func (q *PhraseSuggester) ContextQuery(query SuggesterContextQuery) *P... method ContextQueries (line 80) | func (q *PhraseSuggester) ContextQueries(queries ...SuggesterContextQu... method GramSize (line 85) | func (q *PhraseSuggester) GramSize(gramSize int) *PhraseSuggester { method MaxErrors (line 92) | func (q *PhraseSuggester) MaxErrors(maxErrors float64) *PhraseSuggester { method Separator (line 97) | func (q *PhraseSuggester) Separator(separator string) *PhraseSuggester { method RealWordErrorLikelihood (line 102) | func (q *PhraseSuggester) RealWordErrorLikelihood(realWordErrorLikelih... method Confidence (line 107) | func (q *PhraseSuggester) Confidence(confidence float64) *PhraseSugges... method CandidateGenerator (line 112) | func (q *PhraseSuggester) CandidateGenerator(generator CandidateGenera... method CandidateGenerators (line 124) | func (q *PhraseSuggester) CandidateGenerators(generators ...CandidateG... method ClearCandidateGenerator (line 131) | func (q *PhraseSuggester) ClearCandidateGenerator() *PhraseSuggester { method ForceUnigrams (line 136) | func (q *PhraseSuggester) ForceUnigrams(forceUnigrams bool) *PhraseSug... method SmoothingModel (line 141) | func (q *PhraseSuggester) SmoothingModel(smoothingModel SmoothingModel... method TokenLimit (line 146) | func (q *PhraseSuggester) TokenLimit(tokenLimit int) *PhraseSuggester { method Highlight (line 151) | func (q *PhraseSuggester) Highlight(preTag, postTag string) *PhraseSug... method CollateQuery (line 157) | func (q *PhraseSuggester) CollateQuery(collateQuery *Script) *PhraseSu... method CollatePreference (line 162) | func (q *PhraseSuggester) CollatePreference(collatePreference string) ... method CollateParams (line 167) | func (q *PhraseSuggester) CollateParams(collateParams map[string]inter... method CollatePrune (line 172) | func (q *PhraseSuggester) CollatePrune(collatePrune bool) *PhraseSugge... method Source (line 187) | func (q *PhraseSuggester) Source(includeName bool) (interface{}, error) { function NewPhraseSuggester (line 39) | func NewPhraseSuggester(name string) *PhraseSuggester { type phraseSuggesterRequest (line 181) | type phraseSuggesterRequest struct type SmoothingModel (line 313) | type SmoothingModel interface type StupidBackoffSmoothingModel (line 321) | type StupidBackoffSmoothingModel struct method Type (line 331) | func (sm *StupidBackoffSmoothingModel) Type() string { method Source (line 335) | func (sm *StupidBackoffSmoothingModel) Source() (interface{}, error) { function NewStupidBackoffSmoothingModel (line 325) | func NewStupidBackoffSmoothingModel(discount float64) *StupidBackoffSmoo... type LaplaceSmoothingModel (line 346) | type LaplaceSmoothingModel struct method Type (line 356) | func (sm *LaplaceSmoothingModel) Type() string { method Source (line 360) | func (sm *LaplaceSmoothingModel) Source() (interface{}, error) { function NewLaplaceSmoothingModel (line 350) | func NewLaplaceSmoothingModel(alpha float64) *LaplaceSmoothingModel { type LinearInterpolationSmoothingModel (line 372) | type LinearInterpolationSmoothingModel struct method Type (line 386) | func (sm *LinearInterpolationSmoothingModel) Type() string { method Source (line 390) | func (sm *LinearInterpolationSmoothingModel) Source() (interface{}, er... function NewLinearInterpolationSmoothingModel (line 378) | func NewLinearInterpolationSmoothingModel(trigramLamda, bigramLambda, un... type CandidateGenerator (line 400) | type CandidateGenerator interface type DirectCandidateGenerator (line 408) | type DirectCandidateGenerator struct method Type (line 431) | func (g *DirectCandidateGenerator) Type() string { method Field (line 435) | func (g *DirectCandidateGenerator) Field(field string) *DirectCandidat... method PreFilter (line 440) | func (g *DirectCandidateGenerator) PreFilter(preFilter string) *Direct... method PostFilter (line 445) | func (g *DirectCandidateGenerator) PostFilter(postFilter string) *Dire... method SuggestMode (line 450) | func (g *DirectCandidateGenerator) SuggestMode(suggestMode string) *Di... method Accuracy (line 455) | func (g *DirectCandidateGenerator) Accuracy(accuracy float64) *DirectC... method Size (line 460) | func (g *DirectCandidateGenerator) Size(size int) *DirectCandidateGene... method Sort (line 465) | func (g *DirectCandidateGenerator) Sort(sort string) *DirectCandidateG... method StringDistance (line 470) | func (g *DirectCandidateGenerator) StringDistance(stringDistance strin... method MaxEdits (line 475) | func (g *DirectCandidateGenerator) MaxEdits(maxEdits int) *DirectCandi... method MaxInspections (line 480) | func (g *DirectCandidateGenerator) MaxInspections(maxInspections int) ... method MaxTermFreq (line 485) | func (g *DirectCandidateGenerator) MaxTermFreq(maxTermFreq float64) *D... method PrefixLength (line 490) | func (g *DirectCandidateGenerator) PrefixLength(prefixLength int) *Dir... method MinWordLength (line 495) | func (g *DirectCandidateGenerator) MinWordLength(minWordLength int) *D... method MinDocFreq (line 500) | func (g *DirectCandidateGenerator) MinDocFreq(minDocFreq float64) *Dir... method Source (line 505) | func (g *DirectCandidateGenerator) Source() (interface{}, error) { function NewDirectCandidateGenerator (line 425) | func NewDirectCandidateGenerator(field string) *DirectCandidateGenerator { FILE: suggester_phrase_test.go function TestPhraseSuggesterSource (line 12) | func TestPhraseSuggesterSource(t *testing.T) { function TestPhraseSuggesterSourceWithContextQuery (line 37) | func TestPhraseSuggesterSourceWithContextQuery(t *testing.T) { function TestPhraseSuggesterComplexSource (line 69) | func TestPhraseSuggesterComplexSource(t *testing.T) { function TestPhraseStupidBackoffSmoothingModel (line 110) | func TestPhraseStupidBackoffSmoothingModel(t *testing.T) { function TestPhraseLaplaceSmoothingModel (line 131) | func TestPhraseLaplaceSmoothingModel(t *testing.T) { function TestLinearInterpolationSmoothingModel (line 152) | func TestLinearInterpolationSmoothingModel(t *testing.T) { function TestPhraseSuggesterSourceWithCollateQueryString (line 173) | func TestPhraseSuggesterSourceWithCollateQueryString(t *testing.T) { FILE: suggester_term.go type TermSuggester (line 10) | type TermSuggester struct method Name (line 40) | func (q *TermSuggester) Name() string { method Text (line 44) | func (q *TermSuggester) Text(text string) *TermSuggester { method Field (line 49) | func (q *TermSuggester) Field(field string) *TermSuggester { method Analyzer (line 54) | func (q *TermSuggester) Analyzer(analyzer string) *TermSuggester { method Size (line 59) | func (q *TermSuggester) Size(size int) *TermSuggester { method ShardSize (line 64) | func (q *TermSuggester) ShardSize(shardSize int) *TermSuggester { method ContextQuery (line 69) | func (q *TermSuggester) ContextQuery(query SuggesterContextQuery) *Ter... method ContextQueries (line 74) | func (q *TermSuggester) ContextQueries(queries ...SuggesterContextQuer... method SuggestMode (line 79) | func (q *TermSuggester) SuggestMode(suggestMode string) *TermSuggester { method Accuracy (line 84) | func (q *TermSuggester) Accuracy(accuracy float64) *TermSuggester { method Sort (line 89) | func (q *TermSuggester) Sort(sort string) *TermSuggester { method StringDistance (line 94) | func (q *TermSuggester) StringDistance(stringDistance string) *TermSug... method MaxEdits (line 99) | func (q *TermSuggester) MaxEdits(maxEdits int) *TermSuggester { method MaxInspections (line 104) | func (q *TermSuggester) MaxInspections(maxInspections int) *TermSugges... method MaxTermFreq (line 109) | func (q *TermSuggester) MaxTermFreq(maxTermFreq float64) *TermSuggester { method PrefixLength (line 114) | func (q *TermSuggester) PrefixLength(prefixLength int) *TermSuggester { method MinWordLength (line 119) | func (q *TermSuggester) MinWordLength(minWordLength int) *TermSuggester { method MinDocFreq (line 124) | func (q *TermSuggester) MinDocFreq(minDocFreq float64) *TermSuggester { method Source (line 139) | func (q *TermSuggester) Source(includeName bool) (interface{}, error) { function NewTermSuggester (line 34) | func NewTermSuggester(name string) *TermSuggester { type termSuggesterRequest (line 133) | type termSuggesterRequest struct FILE: suggester_term_test.go function TestTermSuggesterSource (line 12) | func TestTermSuggesterSource(t *testing.T) { function TestTermSuggesterWithPrefixLengthSource (line 31) | func TestTermSuggesterWithPrefixLengthSource(t *testing.T) { FILE: tasks_cancel.go type TasksCancelService (line 22) | type TasksCancelService struct method Pretty (line 45) | func (s *TasksCancelService) Pretty(pretty bool) *TasksCancelService { method Human (line 52) | func (s *TasksCancelService) Human(human bool) *TasksCancelService { method ErrorTrace (line 58) | func (s *TasksCancelService) ErrorTrace(errorTrace bool) *TasksCancelS... method FilterPath (line 64) | func (s *TasksCancelService) FilterPath(filterPath ...string) *TasksCa... method Header (line 70) | func (s *TasksCancelService) Header(name string, value string) *TasksC... method Headers (line 79) | func (s *TasksCancelService) Headers(headers http.Header) *TasksCancel... method TaskId (line 87) | func (s *TasksCancelService) TaskId(taskId string) *TasksCancelService { method TaskIdFromNodeAndId (line 93) | func (s *TasksCancelService) TaskIdFromNodeAndId(nodeId string, id int... method Actions (line 101) | func (s *TasksCancelService) Actions(actions ...string) *TasksCancelSe... method NodeId (line 109) | func (s *TasksCancelService) NodeId(nodeId ...string) *TasksCancelServ... method ParentTaskId (line 117) | func (s *TasksCancelService) ParentTaskId(parentTaskId string) *TasksC... method ParentTaskIdFromNodeAndId (line 123) | func (s *TasksCancelService) ParentTaskIdFromNodeAndId(nodeId string, ... method buildURL (line 131) | func (s *TasksCancelService) buildURL() (string, url.Values, error) { method Validate (line 173) | func (s *TasksCancelService) Validate() error { method Do (line 178) | func (s *TasksCancelService) Do(ctx context.Context) (*TasksListRespon... function NewTasksCancelService (line 38) | func NewTasksCancelService(client *Client) *TasksCancelService { FILE: tasks_cancel_test.go function TestTasksCancelBuildURL (line 9) | func TestTasksCancelBuildURL(t *testing.T) { FILE: tasks_get_task.go type TasksGetTaskService (line 15) | type TasksGetTaskService struct method Pretty (line 36) | func (s *TasksGetTaskService) Pretty(pretty bool) *TasksGetTaskService { method Human (line 43) | func (s *TasksGetTaskService) Human(human bool) *TasksGetTaskService { method ErrorTrace (line 49) | func (s *TasksGetTaskService) ErrorTrace(errorTrace bool) *TasksGetTas... method FilterPath (line 55) | func (s *TasksGetTaskService) FilterPath(filterPath ...string) *TasksG... method Header (line 61) | func (s *TasksGetTaskService) Header(name string, value string) *Tasks... method Headers (line 70) | func (s *TasksGetTaskService) Headers(headers http.Header) *TasksGetTa... method TaskId (line 78) | func (s *TasksGetTaskService) TaskId(taskId string) *TasksGetTaskServi... method TaskIdFromNodeAndId (line 84) | func (s *TasksGetTaskService) TaskIdFromNodeAndId(nodeId string, id in... method WaitForCompletion (line 91) | func (s *TasksGetTaskService) WaitForCompletion(waitForCompletion bool... method buildURL (line 97) | func (s *TasksGetTaskService) buildURL() (string, url.Values, error) { method Validate (line 127) | func (s *TasksGetTaskService) Validate() error { method Do (line 132) | func (s *TasksGetTaskService) Do(ctx context.Context) (*TasksGetTaskRe... function NewTasksGetTaskService (line 29) | func NewTasksGetTaskService(client *Client) *TasksGetTaskService { type TasksGetTaskResponse (line 164) | type TasksGetTaskResponse struct FILE: tasks_get_task_test.go function TestTasksGetTaskBuildURL (line 14) | func TestTasksGetTaskBuildURL(t *testing.T) { function TestTasksGetTask (line 38) | func TestTasksGetTask(t *testing.T) { function TestTasksGetTaskWithError (line 84) | func TestTasksGetTaskWithError(t *testing.T) { FILE: tasks_list.go type TasksListService (line 22) | type TasksListService struct method Pretty (line 48) | func (s *TasksListService) Pretty(pretty bool) *TasksListService { method Human (line 55) | func (s *TasksListService) Human(human bool) *TasksListService { method ErrorTrace (line 61) | func (s *TasksListService) ErrorTrace(errorTrace bool) *TasksListServi... method FilterPath (line 67) | func (s *TasksListService) FilterPath(filterPath ...string) *TasksList... method Header (line 73) | func (s *TasksListService) Header(name string, value string) *TasksLis... method Headers (line 82) | func (s *TasksListService) Headers(headers http.Header) *TasksListServ... method TaskId (line 90) | func (s *TasksListService) TaskId(taskId ...string) *TasksListService { method Actions (line 96) | func (s *TasksListService) Actions(actions ...string) *TasksListService { method Detailed (line 102) | func (s *TasksListService) Detailed(detailed bool) *TasksListService { method NodeId (line 110) | func (s *TasksListService) NodeId(nodeId ...string) *TasksListService { method ParentTaskId (line 118) | func (s *TasksListService) ParentTaskId(parentTaskId string) *TasksLis... method WaitForCompletion (line 125) | func (s *TasksListService) WaitForCompletion(waitForCompletion bool) *... method GroupBy (line 132) | func (s *TasksListService) GroupBy(groupBy string) *TasksListService { method buildURL (line 138) | func (s *TasksListService) buildURL() (string, url.Values, error) { method Validate (line 189) | func (s *TasksListService) Validate() error { method Do (line 194) | func (s *TasksListService) Do(ctx context.Context) (*TasksListResponse... function NewTasksListService (line 41) | func NewTasksListService(client *Client) *TasksListService { type TasksListResponse (line 227) | type TasksListResponse struct type TaskOperationFailure (line 235) | type TaskOperationFailure struct type DiscoveryNode (line 242) | type DiscoveryNode struct type TaskInfo (line 254) | type TaskInfo struct type StartTaskResult (line 273) | type StartTaskResult struct FILE: tasks_list_test.go function TestTasksListBuildURL (line 12) | func TestTasksListBuildURL(t *testing.T) { function TestTasksList (line 47) | func TestTasksList(t *testing.T) { FILE: termvectors.go type TermvectorsService (line 23) | type TermvectorsService struct method Pretty (line 63) | func (s *TermvectorsService) Pretty(pretty bool) *TermvectorsService { method Human (line 70) | func (s *TermvectorsService) Human(human bool) *TermvectorsService { method ErrorTrace (line 76) | func (s *TermvectorsService) ErrorTrace(errorTrace bool) *TermvectorsS... method FilterPath (line 82) | func (s *TermvectorsService) FilterPath(filterPath ...string) *Termvec... method Header (line 88) | func (s *TermvectorsService) Header(name string, value string) *Termve... method Headers (line 97) | func (s *TermvectorsService) Headers(headers http.Header) *Termvectors... method Index (line 103) | func (s *TermvectorsService) Index(index string) *TermvectorsService { method Type (line 111) | func (s *TermvectorsService) Type(typ string) *TermvectorsService { method Id (line 117) | func (s *TermvectorsService) Id(id string) *TermvectorsService { method Dfs (line 124) | func (s *TermvectorsService) Dfs(dfs bool) *TermvectorsService { method Doc (line 130) | func (s *TermvectorsService) Doc(doc interface{}) *TermvectorsService { method FieldStatistics (line 137) | func (s *TermvectorsService) FieldStatistics(fieldStatistics bool) *Te... method Fields (line 143) | func (s *TermvectorsService) Fields(fields ...string) *TermvectorsServ... method Filter (line 152) | func (s *TermvectorsService) Filter(filter *TermvectorsFilterSettings)... method PerFieldAnalyzer (line 159) | func (s *TermvectorsService) PerFieldAnalyzer(perFieldAnalyzer map[str... method Offsets (line 165) | func (s *TermvectorsService) Offsets(offsets bool) *TermvectorsService { method Parent (line 171) | func (s *TermvectorsService) Parent(parent string) *TermvectorsService { method Payloads (line 177) | func (s *TermvectorsService) Payloads(payloads bool) *TermvectorsServi... method Positions (line 183) | func (s *TermvectorsService) Positions(positions bool) *TermvectorsSer... method Preference (line 190) | func (s *TermvectorsService) Preference(preference string) *Termvector... method Realtime (line 197) | func (s *TermvectorsService) Realtime(realtime bool) *TermvectorsServi... method Routing (line 203) | func (s *TermvectorsService) Routing(routing string) *TermvectorsServi... method TermStatistics (line 210) | func (s *TermvectorsService) TermStatistics(termStatistics bool) *Term... method Version (line 216) | func (s *TermvectorsService) Version(version interface{}) *Termvectors... method VersionType (line 222) | func (s *TermvectorsService) VersionType(versionType string) *Termvect... method BodyJson (line 228) | func (s *TermvectorsService) BodyJson(body interface{}) *TermvectorsSe... method BodyString (line 234) | func (s *TermvectorsService) BodyString(body string) *TermvectorsServi... method buildURL (line 240) | func (s *TermvectorsService) buildURL() (string, url.Values, error) { method Validate (line 323) | func (s *TermvectorsService) Validate() error { method Do (line 335) | func (s *TermvectorsService) Do(ctx context.Context) (*TermvectorsResp... function NewTermvectorsService (line 56) | func NewTermvectorsService(client *Client) *TermvectorsService { type TermvectorsFilterSettings (line 399) | type TermvectorsFilterSettings struct method MaxNumTerms (line 415) | func (fs *TermvectorsFilterSettings) MaxNumTerms(value int64) *Termvec... method MinTermFreq (line 421) | func (fs *TermvectorsFilterSettings) MinTermFreq(value int64) *Termvec... method MaxTermFreq (line 427) | func (fs *TermvectorsFilterSettings) MaxTermFreq(value int64) *Termvec... method MinDocFreq (line 433) | func (fs *TermvectorsFilterSettings) MinDocFreq(value int64) *Termvect... method MaxDocFreq (line 439) | func (fs *TermvectorsFilterSettings) MaxDocFreq(value int64) *Termvect... method MinWordLength (line 445) | func (fs *TermvectorsFilterSettings) MinWordLength(value int64) *Termv... method MaxWordLength (line 451) | func (fs *TermvectorsFilterSettings) MaxWordLength(value int64) *Termv... method Source (line 457) | func (fs *TermvectorsFilterSettings) Source() (interface{}, error) { function NewTermvectorsFilterSettings (line 410) | func NewTermvectorsFilterSettings() *TermvectorsFilterSettings { type TokenInfo (line 485) | type TokenInfo struct type TermsInfo (line 492) | type TermsInfo struct type FieldStatistics (line 500) | type FieldStatistics struct type TermVectorsFieldInfo (line 506) | type TermVectorsFieldInfo struct type TermvectorsResponse (line 512) | type TermvectorsResponse struct FILE: termvectors_test.go function TestTermVectorsBuildURL (line 13) | func TestTermVectorsBuildURL(t *testing.T) { function TestTermVectorsWithId (line 63) | func TestTermVectorsWithId(t *testing.T) { function TestTermVectorsWithDoc (line 101) | func TestTermVectorsWithDoc(t *testing.T) { function TestTermVectorsWithFilter (line 135) | func TestTermVectorsWithFilter(t *testing.T) { FILE: trace/opencensus/transport.go type Transport (line 18) | type Transport struct method RoundTrip (line 55) | func (t *Transport) RoundTrip(req *http.Request) (*http.Response, erro... type Option (line 24) | type Option function WithRoundTripper (line 29) | func WithRoundTripper(rt http.RoundTripper) Option { function WithDefaultAttributes (line 37) | func WithDefaultAttributes(attrs ...trace.Attribute) Option { function NewTransport (line 45) | func NewTransport(opts ...Option) *Transport { function setSpanStatus (line 84) | func setSpanStatus(span *trace.Span, err error) { type elasticError (line 113) | type elasticError struct method Error (line 134) | func (e *elasticError) Error() string { type errorDetails (line 120) | type errorDetails struct function isContextErr (line 142) | func isContextErr(err error) bool { function isConnErr (line 159) | func isConnErr(err error) bool { function isNotFound (line 179) | func isNotFound(err interface{}) bool { function isTimeout (line 186) | func isTimeout(err interface{}) bool { function isConflict (line 195) | func isConflict(err interface{}) bool { function isForbidden (line 203) | func isForbidden(err interface{}) bool { function isStatusCode (line 210) | func isStatusCode(err interface{}, code int) bool { FILE: trace/opencensus/transport_test.go function init (line 20) | func init() { type testExporter (line 25) | type testExporter struct method ExportSpan (line 29) | func (t *testExporter) ExportSpan(s *trace.SpanData) { function TestTransport (line 33) | func TestTransport(t *testing.T) { FILE: trace/opencensus/util.go function atoi64 (line 11) | func atoi64(s string) int64 { FILE: trace/opentelemetry/transport.go type Transport (line 16) | type Transport struct method RoundTrip (line 44) | func (t *Transport) RoundTrip(req *http.Request) (*http.Response, erro... type Option (line 21) | type Option function WithRoundTripper (line 26) | func WithRoundTripper(rt http.RoundTripper) Option { function NewTransport (line 34) | func NewTransport(opts ...Option) *Transport { FILE: trace/opentelemetry/util.go function atouint16 (line 11) | func atouint16(s string) uint16 { FILE: trace/opentracing/transport.go type Transport (line 15) | type Transport struct method RoundTrip (line 43) | func (t *Transport) RoundTrip(req *http.Request) (*http.Response, erro... type Option (line 20) | type Option function WithRoundTripper (line 25) | func WithRoundTripper(rt http.RoundTripper) Option { function NewTransport (line 33) | func NewTransport(opts ...Option) *Transport { FILE: trace/opentracing/transport_integration_test.go function TestTransportIntegration (line 19) | func TestTransportIntegration(t *testing.T) { FILE: trace/opentracing/transport_test.go function TestTransport (line 21) | func TestTransport(t *testing.T) { FILE: trace/opentracing/util.go function atouint16 (line 11) | func atouint16(s string) uint16 { FILE: update.go type UpdateService (line 20) | type UpdateService struct method Pretty (line 62) | func (s *UpdateService) Pretty(pretty bool) *UpdateService { method Human (line 69) | func (s *UpdateService) Human(human bool) *UpdateService { method ErrorTrace (line 75) | func (s *UpdateService) ErrorTrace(errorTrace bool) *UpdateService { method FilterPath (line 81) | func (s *UpdateService) FilterPath(filterPath ...string) *UpdateService { method Header (line 87) | func (s *UpdateService) Header(name string, value string) *UpdateServi... method Headers (line 96) | func (s *UpdateService) Headers(headers http.Header) *UpdateService { method Index (line 102) | func (s *UpdateService) Index(name string) *UpdateService { method Type (line 110) | func (s *UpdateService) Type(typ string) *UpdateService { method Id (line 116) | func (s *UpdateService) Id(id string) *UpdateService { method Routing (line 122) | func (s *UpdateService) Routing(routing string) *UpdateService { method Parent (line 128) | func (s *UpdateService) Parent(parent string) *UpdateService { method Script (line 134) | func (s *UpdateService) Script(script *Script) *UpdateService { method RetryOnConflict (line 141) | func (s *UpdateService) RetryOnConflict(retryOnConflict int) *UpdateSe... method Fields (line 147) | func (s *UpdateService) Fields(fields ...string) *UpdateService { method Version (line 154) | func (s *UpdateService) Version(version int64) *UpdateService { method VersionType (line 160) | func (s *UpdateService) VersionType(versionType string) *UpdateService { method Refresh (line 169) | func (s *UpdateService) Refresh(refresh string) *UpdateService { method WaitForActiveShards (line 178) | func (s *UpdateService) WaitForActiveShards(waitForActiveShards string... method Doc (line 184) | func (s *UpdateService) Doc(doc interface{}) *UpdateService { method Upsert (line 191) | func (s *UpdateService) Upsert(doc interface{}) *UpdateService { method DocAsUpsert (line 197) | func (s *UpdateService) DocAsUpsert(docAsUpsert bool) *UpdateService { method DetectNoop (line 205) | func (s *UpdateService) DetectNoop(detectNoop bool) *UpdateService { method ScriptedUpsert (line 213) | func (s *UpdateService) ScriptedUpsert(scriptedUpsert bool) *UpdateSer... method Timeout (line 219) | func (s *UpdateService) Timeout(timeout string) *UpdateService { method IfSeqNo (line 226) | func (s *UpdateService) IfSeqNo(seqNo int64) *UpdateService { method IfPrimaryTerm (line 233) | func (s *UpdateService) IfPrimaryTerm(primaryTerm int64) *UpdateService { method FetchSource (line 239) | func (s *UpdateService) FetchSource(fetchSource bool) *UpdateService { method FetchSourceContext (line 250) | func (s *UpdateService) FetchSourceContext(fetchSourceContext *FetchSo... method url (line 256) | func (s *UpdateService) url() (string, url.Values, error) { method body (line 327) | func (s *UpdateService) body() (interface{}, error) { method Do (line 367) | func (s *UpdateService) Do(ctx context.Context) (*UpdateResponse, erro... function NewUpdateService (line 53) | func NewUpdateService(client *Client) *UpdateService { type UpdateResponse (line 400) | type UpdateResponse struct FILE: update_by_query.go type UpdateByQueryService (line 18) | type UpdateByQueryService struct method Pretty (line 87) | func (s *UpdateByQueryService) Pretty(pretty bool) *UpdateByQueryServi... method Human (line 94) | func (s *UpdateByQueryService) Human(human bool) *UpdateByQueryService { method ErrorTrace (line 100) | func (s *UpdateByQueryService) ErrorTrace(errorTrace bool) *UpdateByQu... method FilterPath (line 106) | func (s *UpdateByQueryService) FilterPath(filterPath ...string) *Updat... method Header (line 112) | func (s *UpdateByQueryService) Header(name string, value string) *Upda... method Headers (line 121) | func (s *UpdateByQueryService) Headers(headers http.Header) *UpdateByQ... method Index (line 128) | func (s *UpdateByQueryService) Index(index ...string) *UpdateByQuerySe... method Type (line 135) | func (s *UpdateByQueryService) Type(typ ...string) *UpdateByQueryServi... method Script (line 141) | func (s *UpdateByQueryService) Script(script *Script) *UpdateByQuerySe... method Body (line 148) | func (s *UpdateByQueryService) Body(body string) *UpdateByQueryService { method XSource (line 155) | func (s *UpdateByQueryService) XSource(xSource ...string) *UpdateByQue... method XSourceExclude (line 161) | func (s *UpdateByQueryService) XSourceExclude(xSourceExclude ...string... method XSourceInclude (line 167) | func (s *UpdateByQueryService) XSourceInclude(xSourceInclude ...string... method AllowNoIndices (line 175) | func (s *UpdateByQueryService) AllowNoIndices(allowNoIndices bool) *Up... method AnalyzeWildcard (line 182) | func (s *UpdateByQueryService) AnalyzeWildcard(analyzeWildcard bool) *... method Analyzer (line 188) | func (s *UpdateByQueryService) Analyzer(analyzer string) *UpdateByQuer... method Conflicts (line 195) | func (s *UpdateByQueryService) Conflicts(conflicts string) *UpdateByQu... method AbortOnVersionConflict (line 202) | func (s *UpdateByQueryService) AbortOnVersionConflict() *UpdateByQuery... method ProceedOnVersionConflict (line 209) | func (s *UpdateByQueryService) ProceedOnVersionConflict() *UpdateByQue... method DefaultOperator (line 215) | func (s *UpdateByQueryService) DefaultOperator(defaultOperator string)... method DF (line 221) | func (s *UpdateByQueryService) DF(df string) *UpdateByQueryService { method DocvalueFields (line 227) | func (s *UpdateByQueryService) DocvalueFields(docvalueFields ...string... method ExpandWildcards (line 234) | func (s *UpdateByQueryService) ExpandWildcards(expandWildcards string)... method Explain (line 241) | func (s *UpdateByQueryService) Explain(explain bool) *UpdateByQuerySer... method FielddataFields (line 248) | func (s *UpdateByQueryService) FielddataFields(fielddataFields ...stri... method From (line 254) | func (s *UpdateByQueryService) From(from int) *UpdateByQueryService { method IgnoreUnavailable (line 261) | func (s *UpdateByQueryService) IgnoreUnavailable(ignoreUnavailable boo... method Lenient (line 268) | func (s *UpdateByQueryService) Lenient(lenient bool) *UpdateByQuerySer... method LowercaseExpandedTerms (line 274) | func (s *UpdateByQueryService) LowercaseExpandedTerms(lowercaseExpande... method MaxDocs (line 280) | func (s *UpdateByQueryService) MaxDocs(maxDocs int) *UpdateByQueryServ... method Pipeline (line 286) | func (s *UpdateByQueryService) Pipeline(pipeline string) *UpdateByQuer... method Preference (line 293) | func (s *UpdateByQueryService) Preference(preference string) *UpdateBy... method Q (line 299) | func (s *UpdateByQueryService) Q(q string) *UpdateByQueryService { method Query (line 305) | func (s *UpdateByQueryService) Query(query Query) *UpdateByQueryService { method Refresh (line 314) | func (s *UpdateByQueryService) Refresh(refresh string) *UpdateByQueryS... method RequestCache (line 321) | func (s *UpdateByQueryService) RequestCache(requestCache bool) *Update... method RequestsPerSecond (line 328) | func (s *UpdateByQueryService) RequestsPerSecond(requestsPerSecond int... method Routing (line 334) | func (s *UpdateByQueryService) Routing(routing ...string) *UpdateByQue... method Scroll (line 341) | func (s *UpdateByQueryService) Scroll(scroll string) *UpdateByQuerySer... method ScrollSize (line 347) | func (s *UpdateByQueryService) ScrollSize(scrollSize int) *UpdateByQue... method SearchTimeout (line 354) | func (s *UpdateByQueryService) SearchTimeout(searchTimeout string) *Up... method SearchType (line 361) | func (s *UpdateByQueryService) SearchType(searchType string) *UpdateBy... method Size (line 367) | func (s *UpdateByQueryService) Size(size int) *UpdateByQueryService { method Slices (line 377) | func (s *UpdateByQueryService) Slices(slices interface{}) *UpdateByQue... method Sort (line 383) | func (s *UpdateByQueryService) Sort(sort ...string) *UpdateByQueryServ... method SortByField (line 389) | func (s *UpdateByQueryService) SortByField(field string, ascending boo... method Stats (line 399) | func (s *UpdateByQueryService) Stats(stats ...string) *UpdateByQuerySe... method StoredFields (line 405) | func (s *UpdateByQueryService) StoredFields(storedFields ...string) *U... method SuggestField (line 411) | func (s *UpdateByQueryService) SuggestField(suggestField string) *Upda... method SuggestMode (line 418) | func (s *UpdateByQueryService) SuggestMode(suggestMode string) *Update... method SuggestSize (line 424) | func (s *UpdateByQueryService) SuggestSize(suggestSize int) *UpdateByQ... method SuggestText (line 430) | func (s *UpdateByQueryService) SuggestText(suggestText string) *Update... method TerminateAfter (line 437) | func (s *UpdateByQueryService) TerminateAfter(terminateAfter int) *Upd... method Timeout (line 444) | func (s *UpdateByQueryService) Timeout(timeout string) *UpdateByQueryS... method TimeoutInMillis (line 450) | func (s *UpdateByQueryService) TimeoutInMillis(timeoutInMillis int) *U... method TrackScores (line 457) | func (s *UpdateByQueryService) TrackScores(trackScores bool) *UpdateBy... method Version (line 463) | func (s *UpdateByQueryService) Version(version bool) *UpdateByQuerySer... method VersionType (line 470) | func (s *UpdateByQueryService) VersionType(versionType bool) *UpdateBy... method WaitForActiveShards (line 479) | func (s *UpdateByQueryService) WaitForActiveShards(waitForActiveShards... method WaitForCompletion (line 485) | func (s *UpdateByQueryService) WaitForCompletion(waitForCompletion boo... method buildURL (line 491) | func (s *UpdateByQueryService) buildURL() (string, url.Values, error) { method Validate (line 662) | func (s *UpdateByQueryService) Validate() error { method getBody (line 674) | func (s *UpdateByQueryService) getBody() (interface{}, error) { method Do (line 697) | func (s *UpdateByQueryService) Do(ctx context.Context) (*BulkIndexBySc... method DoAsync (line 739) | func (s *UpdateByQueryService) DoAsync(ctx context.Context) (*StartTas... function NewUpdateByQueryService (line 80) | func NewUpdateByQueryService(client *Client) *UpdateByQueryService { FILE: update_by_query_test.go function TestUpdateByQueryBuildURL (line 16) | func TestUpdateByQueryBuildURL(t *testing.T) { function TestUpdateByQueryBodyWithQuery (line 85) | func TestUpdateByQueryBodyWithQuery(t *testing.T) { function TestUpdateByQueryBodyWithQueryAndScript (line 102) | func TestUpdateByQueryBodyWithQueryAndScript(t *testing.T) { function TestUpdateByQuery (line 122) | func TestUpdateByQuery(t *testing.T) { function TestUpdateByQueryAsync (line 152) | func TestUpdateByQueryAsync(t *testing.T) { function TestUpdateByQueryConflict (line 194) | func TestUpdateByQueryConflict(t *testing.T) { FILE: update_integration_test.go function TestUpdateWithDoc (line 14) | func TestUpdateWithDoc(t *testing.T) { function TestUpdateWithScript (line 65) | func TestUpdateWithScript(t *testing.T) { function TestUpdateWithScriptID (line 112) | func TestUpdateWithScriptID(t *testing.T) { FILE: update_test.go function TestUpdateViaScript (line 14) | func TestUpdateViaScript(t *testing.T) { function TestUpdateViaScriptId (line 47) | func TestUpdateViaScriptId(t *testing.T) { function TestUpdateViaScriptAndUpsert (line 91) | func TestUpdateViaScriptAndUpsert(t *testing.T) { function TestUpdateViaDoc (line 125) | func TestUpdateViaDoc(t *testing.T) { function TestUpdateViaDocAndUpsert (line 159) | func TestUpdateViaDocAndUpsert(t *testing.T) { function TestUpdateViaDocAndUpsertAndFetchSource (line 195) | func TestUpdateViaDocAndUpsertAndFetchSource(t *testing.T) { function TestUpdateAndFetchSource (line 235) | func TestUpdateAndFetchSource(t *testing.T) { function TestUpdateOptimistic (line 264) | func TestUpdateOptimistic(t *testing.T) { FILE: uritemplates/uritemplates.go function pctEncode (line 37) | func pctEncode(src []byte) []byte { function escape (line 48) | func escape(s string, allowReserved bool) (escaped string) { type UriTemplate (line 58) | type UriTemplate struct method Expand (line 188) | func (self *UriTemplate) Expand(value interface{}) (string, error) { function Parse (line 64) | func Parse(rawtemplate string) (template *UriTemplate, err error) { type templatePart (line 96) | type templatePart struct method expand (line 207) | func (self *templatePart) expand(buf *bytes.Buffer, values map[string]... method expandName (line 253) | func (self *templatePart) expandName(buf *bytes.Buffer, name string, e... method expandString (line 264) | func (self *templatePart) expandString(buf *bytes.Buffer, t templateTe... method expandArray (line 272) | func (self *templatePart) expandArray(buf *bytes.Buffer, t templateTer... method expandMap (line 301) | func (self *templatePart) expandMap(buf *bytes.Buffer, t templateTerm,... type templateTerm (line 106) | type templateTerm struct function parseExpression (line 112) | func parseExpression(expression string) (result templatePart, err error) { function parseTerm (line 162) | func parseTerm(term string) (result templateTerm, err error) { function struct2map (line 336) | func struct2map(v interface{}) (map[string]interface{}, bool) { FILE: uritemplates/utils.go function Expand (line 3) | func Expand(path string, expansions map[string]string) (string, error) { FILE: uritemplates/utils_test.go type ExpandTest (line 7) | type ExpandTest struct function TestExpand (line 98) | func TestExpand(t *testing.T) { FILE: validate.go type ValidateService (line 20) | type ValidateService struct method Pretty (line 55) | func (s *ValidateService) Pretty(pretty bool) *ValidateService { method Human (line 62) | func (s *ValidateService) Human(human bool) *ValidateService { method ErrorTrace (line 68) | func (s *ValidateService) ErrorTrace(errorTrace bool) *ValidateService { method FilterPath (line 74) | func (s *ValidateService) FilterPath(filterPath ...string) *ValidateSe... method Header (line 80) | func (s *ValidateService) Header(name string, value string) *ValidateS... method Headers (line 89) | func (s *ValidateService) Headers(headers http.Header) *ValidateService { method Index (line 95) | func (s *ValidateService) Index(index ...string) *ValidateService { method Type (line 104) | func (s *ValidateService) Type(typ ...string) *ValidateService { method Lenient (line 111) | func (s *ValidateService) Lenient(lenient bool) *ValidateService { method Q (line 117) | func (s *ValidateService) Q(q string) *ValidateService { method Explain (line 123) | func (s *ValidateService) Explain(explain *bool) *ValidateService { method Rewrite (line 129) | func (s *ValidateService) Rewrite(rewrite *bool) *ValidateService { method AllShards (line 135) | func (s *ValidateService) AllShards(allShards *bool) *ValidateService { method AnalyzeWildcard (line 142) | func (s *ValidateService) AnalyzeWildcard(analyzeWildcard bool) *Valid... method Analyzer (line 148) | func (s *ValidateService) Analyzer(analyzer string) *ValidateService { method Df (line 154) | func (s *ValidateService) Df(df string) *ValidateService { method DefaultOperator (line 160) | func (s *ValidateService) DefaultOperator(defaultOperator string) *Val... method Query (line 166) | func (s *ValidateService) Query(query Query) *ValidateService { method IgnoreUnavailable (line 180) | func (s *ValidateService) IgnoreUnavailable(ignoreUnavailable bool) *V... method AllowNoIndices (line 188) | func (s *ValidateService) AllowNoIndices(allowNoIndices bool) *Validat... method ExpandWildcards (line 195) | func (s *ValidateService) ExpandWildcards(expandWildcards string) *Val... method BodyJson (line 201) | func (s *ValidateService) BodyJson(body interface{}) *ValidateService { method BodyString (line 207) | func (s *ValidateService) BodyString(body string) *ValidateService { method buildURL (line 213) | func (s *ValidateService) buildURL() (string, url.Values, error) { method Validate (line 289) | func (s *ValidateService) Validate() error { method Do (line 294) | func (s *ValidateService) Do(ctx context.Context) (*ValidateResponse, ... function NewValidateService (line 48) | func NewValidateService(client *Client) *ValidateService { type ValidateResponse (line 335) | type ValidateResponse struct FILE: validate_test.go function TestValidate (line 12) | func TestValidate(t *testing.T) { FILE: xpack_async_search_delete.go type XPackAsyncSearchDelete (line 20) | type XPackAsyncSearchDelete struct method Pretty (line 41) | func (s *XPackAsyncSearchDelete) Pretty(pretty bool) *XPackAsyncSearch... method Human (line 48) | func (s *XPackAsyncSearchDelete) Human(human bool) *XPackAsyncSearchDe... method ErrorTrace (line 54) | func (s *XPackAsyncSearchDelete) ErrorTrace(errorTrace bool) *XPackAsy... method FilterPath (line 60) | func (s *XPackAsyncSearchDelete) FilterPath(filterPath ...string) *XPa... method Header (line 66) | func (s *XPackAsyncSearchDelete) Header(name string, value string) *XP... method Headers (line 75) | func (s *XPackAsyncSearchDelete) Headers(headers http.Header) *XPackAs... method ID (line 81) | func (s *XPackAsyncSearchDelete) ID(id string) *XPackAsyncSearchDelete { method buildURL (line 87) | func (s *XPackAsyncSearchDelete) buildURL() (string, url.Values, error) { method Validate (line 108) | func (s *XPackAsyncSearchDelete) Validate() error { method Do (line 120) | func (s *XPackAsyncSearchDelete) Do(ctx context.Context) (*XPackAsyncS... function NewXPackAsyncSearchDelete (line 34) | func NewXPackAsyncSearchDelete(client *Client) *XPackAsyncSearchDelete { type XPackAsyncSearchDeleteResponse (line 152) | type XPackAsyncSearchDeleteResponse struct FILE: xpack_async_search_get.go type XPackAsyncSearchGet (line 20) | type XPackAsyncSearchGet struct method Pretty (line 47) | func (s *XPackAsyncSearchGet) Pretty(pretty bool) *XPackAsyncSearchGet { method Human (line 54) | func (s *XPackAsyncSearchGet) Human(human bool) *XPackAsyncSearchGet { method ErrorTrace (line 60) | func (s *XPackAsyncSearchGet) ErrorTrace(errorTrace bool) *XPackAsyncS... method FilterPath (line 66) | func (s *XPackAsyncSearchGet) FilterPath(filterPath ...string) *XPackA... method Header (line 72) | func (s *XPackAsyncSearchGet) Header(name string, value string) *XPack... method Headers (line 81) | func (s *XPackAsyncSearchGet) Headers(headers http.Header) *XPackAsync... method ID (line 87) | func (s *XPackAsyncSearchGet) ID(id string) *XPackAsyncSearchGet { method WaitForCompletionTimeout (line 95) | func (s *XPackAsyncSearchGet) WaitForCompletionTimeout(waitForCompleti... method KeepAlive (line 102) | func (s *XPackAsyncSearchGet) KeepAlive(keepAlive string) *XPackAsyncS... method buildURL (line 108) | func (s *XPackAsyncSearchGet) buildURL() (string, url.Values, error) { method Validate (line 135) | func (s *XPackAsyncSearchGet) Validate() error { method Do (line 147) | func (s *XPackAsyncSearchGet) Do(ctx context.Context) (*XPackAsyncSear... function NewXPackAsyncSearchGet (line 40) | func NewXPackAsyncSearchGet(client *Client) *XPackAsyncSearchGet { FILE: xpack_async_search_submit.go type XPackAsyncSearchSubmit (line 24) | type XPackAsyncSearchSubmit struct method Pretty (line 73) | func (s *XPackAsyncSearchSubmit) Pretty(pretty bool) *XPackAsyncSearch... method Human (line 80) | func (s *XPackAsyncSearchSubmit) Human(human bool) *XPackAsyncSearchSu... method ErrorTrace (line 86) | func (s *XPackAsyncSearchSubmit) ErrorTrace(errorTrace bool) *XPackAsy... method FilterPath (line 92) | func (s *XPackAsyncSearchSubmit) FilterPath(filterPath ...string) *XPa... method Header (line 98) | func (s *XPackAsyncSearchSubmit) Header(name string, value string) *XP... method Headers (line 107) | func (s *XPackAsyncSearchSubmit) Headers(headers http.Header) *XPackAs... method SearchSource (line 113) | func (s *XPackAsyncSearchSubmit) SearchSource(searchSource *SearchSour... method Source (line 123) | func (s *XPackAsyncSearchSubmit) Source(source interface{}) *XPackAsyn... method Index (line 129) | func (s *XPackAsyncSearchSubmit) Index(index ...string) *XPackAsyncSea... method Type (line 138) | func (s *XPackAsyncSearchSubmit) Type(typ ...string) *XPackAsyncSearch... method Timeout (line 144) | func (s *XPackAsyncSearchSubmit) Timeout(timeout string) *XPackAsyncSe... method Profile (line 152) | func (s *XPackAsyncSearchSubmit) Profile(profile bool) *XPackAsyncSear... method Collapse (line 158) | func (s *XPackAsyncSearchSubmit) Collapse(collapse *CollapseBuilder) *... method TimeoutInMillis (line 164) | func (s *XPackAsyncSearchSubmit) TimeoutInMillis(timeoutInMillis int) ... method TerminateAfter (line 171) | func (s *XPackAsyncSearchSubmit) TerminateAfter(terminateAfter int) *X... method SearchType (line 180) | func (s *XPackAsyncSearchSubmit) SearchType(searchType string) *XPackA... method Routing (line 187) | func (s *XPackAsyncSearchSubmit) Routing(routings ...string) *XPackAsy... method Preference (line 197) | func (s *XPackAsyncSearchSubmit) Preference(preference string) *XPackA... method RequestCache (line 204) | func (s *XPackAsyncSearchSubmit) RequestCache(requestCache bool) *XPac... method Query (line 210) | func (s *XPackAsyncSearchSubmit) Query(query Query) *XPackAsyncSearchS... method PostFilter (line 218) | func (s *XPackAsyncSearchSubmit) PostFilter(postFilter Query) *XPackAs... method FetchSource (line 225) | func (s *XPackAsyncSearchSubmit) FetchSource(fetchSource bool) *XPackA... method FetchSourceContext (line 231) | func (s *XPackAsyncSearchSubmit) FetchSourceContext(fetchSourceContext... method Highlight (line 237) | func (s *XPackAsyncSearchSubmit) Highlight(highlight *Highlight) *XPac... method GlobalSuggestText (line 244) | func (s *XPackAsyncSearchSubmit) GlobalSuggestText(globalText string) ... method Suggester (line 250) | func (s *XPackAsyncSearchSubmit) Suggester(suggester Suggester) *XPack... method Aggregation (line 256) | func (s *XPackAsyncSearchSubmit) Aggregation(name string, aggregation ... method MinScore (line 262) | func (s *XPackAsyncSearchSubmit) MinScore(minScore float64) *XPackAsyn... method From (line 268) | func (s *XPackAsyncSearchSubmit) From(from int) *XPackAsyncSearchSubmit { method Size (line 274) | func (s *XPackAsyncSearchSubmit) Size(size int) *XPackAsyncSearchSubmit { method Explain (line 281) | func (s *XPackAsyncSearchSubmit) Explain(explain bool) *XPackAsyncSear... method Version (line 288) | func (s *XPackAsyncSearchSubmit) Version(version bool) *XPackAsyncSear... method Sort (line 294) | func (s *XPackAsyncSearchSubmit) Sort(field string, ascending bool) *X... method SortWithInfo (line 300) | func (s *XPackAsyncSearchSubmit) SortWithInfo(info SortInfo) *XPackAsy... method SortBy (line 306) | func (s *XPackAsyncSearchSubmit) SortBy(sorter ...Sorter) *XPackAsyncS... method DocvalueField (line 313) | func (s *XPackAsyncSearchSubmit) DocvalueField(docvalueField string) *... method DocvalueFieldWithFormat (line 320) | func (s *XPackAsyncSearchSubmit) DocvalueFieldWithFormat(docvalueField... method DocvalueFields (line 327) | func (s *XPackAsyncSearchSubmit) DocvalueFields(docvalueFields ...stri... method DocvalueFieldsWithFormat (line 334) | func (s *XPackAsyncSearchSubmit) DocvalueFieldsWithFormat(docvalueFiel... method NoStoredFields (line 341) | func (s *XPackAsyncSearchSubmit) NoStoredFields() *XPackAsyncSearchSub... method StoredField (line 349) | func (s *XPackAsyncSearchSubmit) StoredField(fieldName string) *XPackA... method StoredFields (line 356) | func (s *XPackAsyncSearchSubmit) StoredFields(fields ...string) *XPack... method TrackScores (line 363) | func (s *XPackAsyncSearchSubmit) TrackScores(trackScores bool) *XPackA... method TrackTotalHits (line 372) | func (s *XPackAsyncSearchSubmit) TrackTotalHits(trackTotalHits interfa... method SearchAfter (line 381) | func (s *XPackAsyncSearchSubmit) SearchAfter(sortValues ...interface{}... method DefaultRescoreWindowSize (line 388) | func (s *XPackAsyncSearchSubmit) DefaultRescoreWindowSize(defaultResco... method Rescorer (line 394) | func (s *XPackAsyncSearchSubmit) Rescorer(rescore *Rescore) *XPackAsyn... method IgnoreUnavailable (line 401) | func (s *XPackAsyncSearchSubmit) IgnoreUnavailable(ignoreUnavailable b... method IgnoreThrottled (line 408) | func (s *XPackAsyncSearchSubmit) IgnoreThrottled(ignoreThrottled bool)... method AllowNoIndices (line 416) | func (s *XPackAsyncSearchSubmit) AllowNoIndices(allowNoIndices bool) *... method ExpandWildcards (line 423) | func (s *XPackAsyncSearchSubmit) ExpandWildcards(expandWildcards strin... method Lenient (line 430) | func (s *XPackAsyncSearchSubmit) Lenient(lenient bool) *XPackAsyncSear... method MaxResponseSize (line 437) | func (s *XPackAsyncSearchSubmit) MaxResponseSize(maxResponseSize int64... method AllowPartialSearchResults (line 444) | func (s *XPackAsyncSearchSubmit) AllowPartialSearchResults(enabled boo... method TypedKeys (line 451) | func (s *XPackAsyncSearchSubmit) TypedKeys(enabled bool) *XPackAsyncSe... method SeqNoPrimaryTerm (line 459) | func (s *XPackAsyncSearchSubmit) SeqNoPrimaryTerm(enabled bool) *XPack... method SeqNoAndPrimaryTerm (line 465) | func (s *XPackAsyncSearchSubmit) SeqNoAndPrimaryTerm(enabled bool) *XP... method BatchedReduceSize (line 474) | func (s *XPackAsyncSearchSubmit) BatchedReduceSize(size int) *XPackAsy... method MaxConcurrentShardRequests (line 483) | func (s *XPackAsyncSearchSubmit) MaxConcurrentShardRequests(max int) *... method PreFilterShardSize (line 494) | func (s *XPackAsyncSearchSubmit) PreFilterShardSize(threshold int) *XP... method RestTotalHitsAsInt (line 501) | func (s *XPackAsyncSearchSubmit) RestTotalHitsAsInt(enabled bool) *XPa... method CCSMinimizeRoundtrips (line 508) | func (s *XPackAsyncSearchSubmit) CCSMinimizeRoundtrips(enabled bool) *... method WaitForCompletionTimeout (line 518) | func (s *XPackAsyncSearchSubmit) WaitForCompletionTimeout(timeout stri... method KeepOnCompletion (line 526) | func (s *XPackAsyncSearchSubmit) KeepOnCompletion(keepOnCompletion boo... method KeepAlive (line 534) | func (s *XPackAsyncSearchSubmit) KeepAlive(keepAlive string) *XPackAsy... method buildURL (line 540) | func (s *XPackAsyncSearchSubmit) buildURL() (string, url.Values, error) { method Validate (line 642) | func (s *XPackAsyncSearchSubmit) Validate() error { method Do (line 647) | func (s *XPackAsyncSearchSubmit) Do(ctx context.Context) (*XPackAsyncS... function NewXPackAsyncSearchSubmit (line 64) | func NewXPackAsyncSearchSubmit(client *Client) *XPackAsyncSearchSubmit { type XPackAsyncSearchResult (line 694) | type XPackAsyncSearchResult struct method Each (line 709) | func (r *XPackAsyncSearchResult) Each(typ reflect.Type) []interface{} { FILE: xpack_async_search_test.go function TestXPackAsyncSearchLifecycle (line 13) | func TestXPackAsyncSearchLifecycle(t *testing.T) { FILE: xpack_ilm_delete_lifecycle.go type XPackIlmDeleteLifecycleService (line 19) | type XPackIlmDeleteLifecycleService struct method Pretty (line 43) | func (s *XPackIlmDeleteLifecycleService) Pretty(pretty bool) *XPackIlm... method Human (line 50) | func (s *XPackIlmDeleteLifecycleService) Human(human bool) *XPackIlmDe... method ErrorTrace (line 56) | func (s *XPackIlmDeleteLifecycleService) ErrorTrace(errorTrace bool) *... method FilterPath (line 62) | func (s *XPackIlmDeleteLifecycleService) FilterPath(filterPath ...stri... method Header (line 68) | func (s *XPackIlmDeleteLifecycleService) Header(name string, value str... method Headers (line 77) | func (s *XPackIlmDeleteLifecycleService) Headers(headers http.Header) ... method Policy (line 83) | func (s *XPackIlmDeleteLifecycleService) Policy(policy string) *XPackI... method Timeout (line 89) | func (s *XPackIlmDeleteLifecycleService) Timeout(timeout string) *XPac... method MasterTimeout (line 95) | func (s *XPackIlmDeleteLifecycleService) MasterTimeout(masterTimeout s... method FlatSettings (line 101) | func (s *XPackIlmDeleteLifecycleService) FlatSettings(flatSettings boo... method buildURL (line 107) | func (s *XPackIlmDeleteLifecycleService) buildURL() (string, url.Value... method Validate (line 148) | func (s *XPackIlmDeleteLifecycleService) Validate() error { method Do (line 160) | func (s *XPackIlmDeleteLifecycleService) Do(ctx context.Context) (*XPa... function NewXPackIlmDeleteLifecycleService (line 36) | func NewXPackIlmDeleteLifecycleService(client *Client) *XPackIlmDeleteLi... type XPackIlmDeleteLifecycleResponse (line 192) | type XPackIlmDeleteLifecycleResponse struct FILE: xpack_ilm_get_lifecycle.go type XPackIlmGetLifecycleService (line 19) | type XPackIlmGetLifecycleService struct method Pretty (line 43) | func (s *XPackIlmGetLifecycleService) Pretty(pretty bool) *XPackIlmGet... method Human (line 50) | func (s *XPackIlmGetLifecycleService) Human(human bool) *XPackIlmGetLi... method ErrorTrace (line 56) | func (s *XPackIlmGetLifecycleService) ErrorTrace(errorTrace bool) *XPa... method FilterPath (line 62) | func (s *XPackIlmGetLifecycleService) FilterPath(filterPath ...string)... method Header (line 68) | func (s *XPackIlmGetLifecycleService) Header(name string, value string... method Headers (line 77) | func (s *XPackIlmGetLifecycleService) Headers(headers http.Header) *XP... method Policy (line 83) | func (s *XPackIlmGetLifecycleService) Policy(policies ...string) *XPac... method Timeout (line 89) | func (s *XPackIlmGetLifecycleService) Timeout(timeout string) *XPackIl... method MasterTimeout (line 95) | func (s *XPackIlmGetLifecycleService) MasterTimeout(masterTimeout stri... method FlatSettings (line 101) | func (s *XPackIlmGetLifecycleService) FlatSettings(flatSettings bool) ... method buildURL (line 107) | func (s *XPackIlmGetLifecycleService) buildURL() (string, url.Values, ... method Validate (line 152) | func (s *XPackIlmGetLifecycleService) Validate() error { method Do (line 157) | func (s *XPackIlmGetLifecycleService) Do(ctx context.Context) (map[str... function NewXPackIlmGetLifecycleService (line 36) | func NewXPackIlmGetLifecycleService(client *Client) *XPackIlmGetLifecycl... type XPackIlmGetLifecycleResponse (line 189) | type XPackIlmGetLifecycleResponse struct type ClusterMetadataItemUsage (line 199) | type ClusterMetadataItemUsage struct FILE: xpack_ilm_put_lifecycle.go type XPackIlmPutLifecycleService (line 19) | type XPackIlmPutLifecycleService struct method Pretty (line 44) | func (s *XPackIlmPutLifecycleService) Pretty(pretty bool) *XPackIlmPut... method Human (line 51) | func (s *XPackIlmPutLifecycleService) Human(human bool) *XPackIlmPutLi... method ErrorTrace (line 57) | func (s *XPackIlmPutLifecycleService) ErrorTrace(errorTrace bool) *XPa... method FilterPath (line 63) | func (s *XPackIlmPutLifecycleService) FilterPath(filterPath ...string)... method Header (line 69) | func (s *XPackIlmPutLifecycleService) Header(name string, value string... method Headers (line 78) | func (s *XPackIlmPutLifecycleService) Headers(headers http.Header) *XP... method Policy (line 84) | func (s *XPackIlmPutLifecycleService) Policy(policy string) *XPackIlmP... method Timeout (line 90) | func (s *XPackIlmPutLifecycleService) Timeout(timeout string) *XPackIl... method MasterTimeout (line 96) | func (s *XPackIlmPutLifecycleService) MasterTimeout(masterTimeout stri... method FlatSettings (line 102) | func (s *XPackIlmPutLifecycleService) FlatSettings(flatSettings bool) ... method BodyJson (line 108) | func (s *XPackIlmPutLifecycleService) BodyJson(body interface{}) *XPac... method BodyString (line 114) | func (s *XPackIlmPutLifecycleService) BodyString(body string) *XPackIl... method buildURL (line 120) | func (s *XPackIlmPutLifecycleService) buildURL() (string, url.Values, ... method Validate (line 156) | func (s *XPackIlmPutLifecycleService) Validate() error { method Do (line 171) | func (s *XPackIlmPutLifecycleService) Do(ctx context.Context) (*XPackI... function NewXPackIlmPutLifecycleService (line 37) | func NewXPackIlmPutLifecycleService(client *Client) *XPackIlmPutLifecycl... type XPackIlmPutLifecycleResponse (line 212) | type XPackIlmPutLifecycleResponse struct FILE: xpack_ilm_test.go function TestXPackIlmPolicyLifecycle (line 12) | func TestXPackIlmPolicyLifecycle(t *testing.T) { FILE: xpack_info.go type XPackInfoService (line 20) | type XPackInfoService struct method Pretty (line 38) | func (s *XPackInfoService) Pretty(pretty bool) *XPackInfoService { method Human (line 45) | func (s *XPackInfoService) Human(human bool) *XPackInfoService { method ErrorTrace (line 51) | func (s *XPackInfoService) ErrorTrace(errorTrace bool) *XPackInfoServi... method FilterPath (line 57) | func (s *XPackInfoService) FilterPath(filterPath ...string) *XPackInfo... method Header (line 63) | func (s *XPackInfoService) Header(name string, value string) *XPackInf... method Headers (line 72) | func (s *XPackInfoService) Headers(headers http.Header) *XPackInfoServ... method buildURL (line 78) | func (s *XPackInfoService) buildURL() (string, url.Values, error) { method Validate (line 103) | func (s *XPackInfoService) Validate() error { method Do (line 112) | func (s *XPackInfoService) Do(ctx context.Context) (*XPackInfoServiceR... function NewXPackInfoService (line 31) | func NewXPackInfoService(client *Client) *XPackInfoService { type XPackInfoServiceResponse (line 144) | type XPackInfoServiceResponse struct type XPackInfoBuild (line 152) | type XPackInfoBuild struct type XPackInfoLicense (line 158) | type XPackInfoLicense struct type XPackInfoFeatures (line 167) | type XPackInfoFeatures struct type XPackInfoGraph (line 178) | type XPackInfoGraph struct type XPackInfoLogstash (line 185) | type XPackInfoLogstash struct type XPackInfoML (line 192) | type XPackInfoML struct type XPackInfoMonitoring (line 200) | type XPackInfoMonitoring struct type XPackInfoRollup (line 207) | type XPackInfoRollup struct type XPackInfoSecurity (line 214) | type XPackInfoSecurity struct type XPackInfoWatcher (line 221) | type XPackInfoWatcher struct FILE: xpack_info_test.go function TestXPackInfoBuildURL (line 11) | func TestXPackInfoBuildURL(t *testing.T) { FILE: xpack_rollup_delete.go type XPackRollupDeleteService (line 20) | type XPackRollupDeleteService struct method Pretty (line 40) | func (s *XPackRollupDeleteService) Pretty(pretty bool) *XPackRollupDel... method Human (line 47) | func (s *XPackRollupDeleteService) Human(human bool) *XPackRollupDelet... method ErrorTrace (line 53) | func (s *XPackRollupDeleteService) ErrorTrace(errorTrace bool) *XPackR... method FilterPath (line 59) | func (s *XPackRollupDeleteService) FilterPath(filterPath ...string) *X... method Header (line 65) | func (s *XPackRollupDeleteService) Header(name string, value string) *... method Headers (line 74) | func (s *XPackRollupDeleteService) Headers(headers http.Header) *XPack... method JobId (line 80) | func (s *XPackRollupDeleteService) JobId(jobId string) *XPackRollupDel... method buildURL (line 86) | func (s *XPackRollupDeleteService) buildURL() (string, url.Values, err... method Validate (line 113) | func (s *XPackRollupDeleteService) Validate() error { method Do (line 125) | func (s *XPackRollupDeleteService) Do(ctx context.Context) (*XPackRoll... function NewXPackRollupDeleteService (line 33) | func NewXPackRollupDeleteService(client *Client) *XPackRollupDeleteServi... type XPackRollupDeleteResponse (line 157) | type XPackRollupDeleteResponse struct FILE: xpack_rollup_delete_test.go function TestXPackRollupDeleteBuildURL (line 11) | func TestXPackRollupDeleteBuildURL(t *testing.T) { FILE: xpack_rollup_get.go type XPackRollupGetService (line 20) | type XPackRollupGetService struct method Pretty (line 40) | func (s *XPackRollupGetService) Pretty(pretty bool) *XPackRollupGetSer... method Human (line 47) | func (s *XPackRollupGetService) Human(human bool) *XPackRollupGetServi... method ErrorTrace (line 53) | func (s *XPackRollupGetService) ErrorTrace(errorTrace bool) *XPackRoll... method FilterPath (line 59) | func (s *XPackRollupGetService) FilterPath(filterPath ...string) *XPac... method Header (line 65) | func (s *XPackRollupGetService) Header(name string, value string) *XPa... method Headers (line 74) | func (s *XPackRollupGetService) Headers(headers http.Header) *XPackRol... method JobId (line 80) | func (s *XPackRollupGetService) JobId(jobId string) *XPackRollupGetSer... method buildURL (line 86) | func (s *XPackRollupGetService) buildURL() (string, url.Values, error) { method Validate (line 113) | func (s *XPackRollupGetService) Validate() error { method Do (line 125) | func (s *XPackRollupGetService) Do(ctx context.Context) (*XPackRollupG... function NewXPackRollupGetService (line 33) | func NewXPackRollupGetService(client *Client) *XPackRollupGetService { type XPackRollupGetResponse (line 157) | type XPackRollupGetResponse struct type XPackRollup (line 162) | type XPackRollup struct type XPackRollupConfig (line 168) | type XPackRollupConfig struct type XPackRollupMetrics (line 179) | type XPackRollupMetrics struct type XPackRollupStatus (line 184) | type XPackRollupStatus struct type XPackRollupStats (line 189) | type XPackRollupStats struct FILE: xpack_rollup_get_test.go function TestXPackRollupGetBuildURL (line 9) | func TestXPackRollupGetBuildURL(t *testing.T) { FILE: xpack_rollup_put.go type XPackRollupPutService (line 20) | type XPackRollupPutService struct method Pretty (line 41) | func (s *XPackRollupPutService) Pretty(pretty bool) *XPackRollupPutSer... method Human (line 48) | func (s *XPackRollupPutService) Human(human bool) *XPackRollupPutServi... method ErrorTrace (line 54) | func (s *XPackRollupPutService) ErrorTrace(errorTrace bool) *XPackRoll... method FilterPath (line 60) | func (s *XPackRollupPutService) FilterPath(filterPath ...string) *XPac... method Header (line 66) | func (s *XPackRollupPutService) Header(name string, value string) *XPa... method Headers (line 75) | func (s *XPackRollupPutService) Headers(headers http.Header) *XPackRol... method JobId (line 81) | func (s *XPackRollupPutService) JobId(jobId string) *XPackRollupPutSer... method Body (line 87) | func (s *XPackRollupPutService) Body(body interface{}) *XPackRollupPut... method buildURL (line 93) | func (s *XPackRollupPutService) buildURL() (string, url.Values, error) { method Validate (line 120) | func (s *XPackRollupPutService) Validate() error { method Do (line 135) | func (s *XPackRollupPutService) Do(ctx context.Context) (*XPackRollupP... function NewXPackRollupPutService (line 34) | func NewXPackRollupPutService(client *Client) *XPackRollupPutService { type XPackRollupPutResponse (line 168) | type XPackRollupPutResponse struct FILE: xpack_rollup_put_test.go function TestXPackRollupPutBuildURL (line 11) | func TestXPackRollupPutBuildURL(t *testing.T) { FILE: xpack_rollup_start.go type XPackRollupStartService (line 20) | type XPackRollupStartService struct method Pretty (line 40) | func (s *XPackRollupStartService) Pretty(pretty bool) *XPackRollupStar... method Human (line 47) | func (s *XPackRollupStartService) Human(human bool) *XPackRollupStartS... method ErrorTrace (line 53) | func (s *XPackRollupStartService) ErrorTrace(errorTrace bool) *XPackRo... method FilterPath (line 59) | func (s *XPackRollupStartService) FilterPath(filterPath ...string) *XP... method Header (line 65) | func (s *XPackRollupStartService) Header(name string, value string) *X... method Headers (line 74) | func (s *XPackRollupStartService) Headers(headers http.Header) *XPackR... method JobId (line 80) | func (s *XPackRollupStartService) JobId(jobId string) *XPackRollupStar... method buildURL (line 86) | func (s *XPackRollupStartService) buildURL() (string, url.Values, erro... method Validate (line 113) | func (s *XPackRollupStartService) Validate() error { method Do (line 125) | func (s *XPackRollupStartService) Do(ctx context.Context) (*XPackRollu... function NewXPackRollupStartService (line 33) | func NewXPackRollupStartService(client *Client) *XPackRollupStartService { type XPackRollupStartResponse (line 157) | type XPackRollupStartResponse struct FILE: xpack_rollup_start_test.go function TestXPackRollupStartBuildURL (line 11) | func TestXPackRollupStartBuildURL(t *testing.T) { FILE: xpack_rollup_stop.go type XPackRollupStopService (line 20) | type XPackRollupStopService struct method Pretty (line 40) | func (s *XPackRollupStopService) Pretty(pretty bool) *XPackRollupStopS... method Human (line 47) | func (s *XPackRollupStopService) Human(human bool) *XPackRollupStopSer... method ErrorTrace (line 53) | func (s *XPackRollupStopService) ErrorTrace(errorTrace bool) *XPackRol... method FilterPath (line 59) | func (s *XPackRollupStopService) FilterPath(filterPath ...string) *XPa... method Header (line 65) | func (s *XPackRollupStopService) Header(name string, value string) *XP... method Headers (line 74) | func (s *XPackRollupStopService) Headers(headers http.Header) *XPackRo... method JobId (line 80) | func (s *XPackRollupStopService) JobId(jobId string) *XPackRollupStopS... method buildURL (line 86) | func (s *XPackRollupStopService) buildURL() (string, url.Values, error) { method Validate (line 113) | func (s *XPackRollupStopService) Validate() error { method Do (line 125) | func (s *XPackRollupStopService) Do(ctx context.Context) (*XPackRollup... function NewXPackRollupStopService (line 33) | func NewXPackRollupStopService(client *Client) *XPackRollupStopService { type XPackRollupStopResponse (line 157) | type XPackRollupStopResponse struct FILE: xpack_rollup_stop_test.go function TestXPackRollupStopBuildURL (line 11) | func TestXPackRollupStopBuildURL(t *testing.T) { FILE: xpack_security_change_password.go type XPackSecurityChangePasswordService (line 21) | type XPackSecurityChangePasswordService struct method Pretty (line 44) | func (s *XPackSecurityChangePasswordService) Pretty(pretty bool) *XPac... method Human (line 51) | func (s *XPackSecurityChangePasswordService) Human(human bool) *XPackS... method ErrorTrace (line 57) | func (s *XPackSecurityChangePasswordService) ErrorTrace(errorTrace boo... method FilterPath (line 63) | func (s *XPackSecurityChangePasswordService) FilterPath(filterPath ...... method Header (line 69) | func (s *XPackSecurityChangePasswordService) Header(name string, value... method Headers (line 78) | func (s *XPackSecurityChangePasswordService) Headers(headers http.Head... method Username (line 84) | func (s *XPackSecurityChangePasswordService) Username(username string)... method Password (line 90) | func (s *XPackSecurityChangePasswordService) Password(password string)... method Refresh (line 98) | func (s *XPackSecurityChangePasswordService) Refresh(refresh string) *... method Body (line 104) | func (s *XPackSecurityChangePasswordService) Body(body interface{}) *X... method buildURL (line 110) | func (s *XPackSecurityChangePasswordService) buildURL() (string, url.V... method Validate (line 140) | func (s *XPackSecurityChangePasswordService) Validate() error { method Do (line 155) | func (s *XPackSecurityChangePasswordService) Do(ctx context.Context) (... function NewXPackSecurityChangePasswordService (line 37) | func NewXPackSecurityChangePasswordService(client *Client) *XPackSecurit... type XPackSecurityChangeUserPasswordResponse (line 200) | type XPackSecurityChangeUserPasswordResponse struct FILE: xpack_security_change_password_test.go function TestXPackSecurityChangePasswordBuildURL (line 14) | func TestXPackSecurityChangePasswordBuildURL(t *testing.T) { FILE: xpack_security_delete_role.go type XPackSecurityDeleteRoleService (line 20) | type XPackSecurityDeleteRoleService struct method Pretty (line 40) | func (s *XPackSecurityDeleteRoleService) Pretty(pretty bool) *XPackSec... method Human (line 47) | func (s *XPackSecurityDeleteRoleService) Human(human bool) *XPackSecur... method ErrorTrace (line 53) | func (s *XPackSecurityDeleteRoleService) ErrorTrace(errorTrace bool) *... method FilterPath (line 59) | func (s *XPackSecurityDeleteRoleService) FilterPath(filterPath ...stri... method Header (line 65) | func (s *XPackSecurityDeleteRoleService) Header(name string, value str... method Headers (line 74) | func (s *XPackSecurityDeleteRoleService) Headers(headers http.Header) ... method Name (line 80) | func (s *XPackSecurityDeleteRoleService) Name(name string) *XPackSecur... method buildURL (line 86) | func (s *XPackSecurityDeleteRoleService) buildURL() (string, url.Value... method Validate (line 113) | func (s *XPackSecurityDeleteRoleService) Validate() error { method Do (line 125) | func (s *XPackSecurityDeleteRoleService) Do(ctx context.Context) (*XPa... function NewXPackSecurityDeleteRoleService (line 33) | func NewXPackSecurityDeleteRoleService(client *Client) *XPackSecurityDel... type XPackSecurityDeleteRoleResponse (line 157) | type XPackSecurityDeleteRoleResponse struct FILE: xpack_security_delete_role_mapping.go type XPackSecurityDeleteRoleMappingService (line 20) | type XPackSecurityDeleteRoleMappingService struct method Pretty (line 40) | func (s *XPackSecurityDeleteRoleMappingService) Pretty(pretty bool) *X... method Human (line 47) | func (s *XPackSecurityDeleteRoleMappingService) Human(human bool) *XPa... method ErrorTrace (line 53) | func (s *XPackSecurityDeleteRoleMappingService) ErrorTrace(errorTrace ... method FilterPath (line 59) | func (s *XPackSecurityDeleteRoleMappingService) FilterPath(filterPath ... method Header (line 65) | func (s *XPackSecurityDeleteRoleMappingService) Header(name string, va... method Headers (line 74) | func (s *XPackSecurityDeleteRoleMappingService) Headers(headers http.H... method Name (line 80) | func (s *XPackSecurityDeleteRoleMappingService) Name(name string) *XPa... method buildURL (line 86) | func (s *XPackSecurityDeleteRoleMappingService) buildURL() (string, ur... method Validate (line 113) | func (s *XPackSecurityDeleteRoleMappingService) Validate() error { method Do (line 125) | func (s *XPackSecurityDeleteRoleMappingService) Do(ctx context.Context... function NewXPackSecurityDeleteRoleMappingService (line 33) | func NewXPackSecurityDeleteRoleMappingService(client *Client) *XPackSecu... type XPackSecurityDeleteRoleMappingResponse (line 157) | type XPackSecurityDeleteRoleMappingResponse struct FILE: xpack_security_delete_role_mapping_test.go function TestXPackSecurityDeleteRoleMappingBuildURL (line 11) | func TestXPackSecurityDeleteRoleMappingBuildURL(t *testing.T) { FILE: xpack_security_delete_role_test.go function TestXPackSecurityDeleteRoleBuildURL (line 11) | func TestXPackSecurityDeleteRoleBuildURL(t *testing.T) { FILE: xpack_security_delete_user.go type XPackSecurityDeleteUserService (line 20) | type XPackSecurityDeleteUserService struct method Pretty (line 41) | func (s *XPackSecurityDeleteUserService) Pretty(pretty bool) *XPackSec... method Human (line 48) | func (s *XPackSecurityDeleteUserService) Human(human bool) *XPackSecur... method ErrorTrace (line 54) | func (s *XPackSecurityDeleteUserService) ErrorTrace(errorTrace bool) *... method FilterPath (line 60) | func (s *XPackSecurityDeleteUserService) FilterPath(filterPath ...stri... method Header (line 66) | func (s *XPackSecurityDeleteUserService) Header(name string, value str... method Headers (line 75) | func (s *XPackSecurityDeleteUserService) Headers(headers http.Header) ... method Username (line 81) | func (s *XPackSecurityDeleteUserService) Username(username string) *XP... method Refresh (line 88) | func (s *XPackSecurityDeleteUserService) Refresh(refresh string) *XPac... method buildURL (line 94) | func (s *XPackSecurityDeleteUserService) buildURL() (string, url.Value... method Validate (line 124) | func (s *XPackSecurityDeleteUserService) Validate() error { method Do (line 136) | func (s *XPackSecurityDeleteUserService) Do(ctx context.Context) (*XPa... function NewXPackSecurityDeleteUserService (line 34) | func NewXPackSecurityDeleteUserService(client *Client) *XPackSecurityDel... type XPackSecurityDeleteUserResponse (line 168) | type XPackSecurityDeleteUserResponse struct FILE: xpack_security_delete_user_test.go function TestXPackSecurityDeleteUserBuildURL (line 11) | func TestXPackSecurityDeleteUserBuildURL(t *testing.T) { FILE: xpack_security_disable_user.go type XPackSecurityDisableUserService (line 20) | type XPackSecurityDisableUserService struct method Pretty (line 41) | func (s *XPackSecurityDisableUserService) Pretty(pretty bool) *XPackSe... method Human (line 48) | func (s *XPackSecurityDisableUserService) Human(human bool) *XPackSecu... method ErrorTrace (line 54) | func (s *XPackSecurityDisableUserService) ErrorTrace(errorTrace bool) ... method FilterPath (line 60) | func (s *XPackSecurityDisableUserService) FilterPath(filterPath ...str... method Header (line 66) | func (s *XPackSecurityDisableUserService) Header(name string, value st... method Headers (line 75) | func (s *XPackSecurityDisableUserService) Headers(headers http.Header)... method Username (line 81) | func (s *XPackSecurityDisableUserService) Username(username string) *X... method Refresh (line 88) | func (s *XPackSecurityDisableUserService) Refresh(refresh string) *XPa... method buildURL (line 94) | func (s *XPackSecurityDisableUserService) buildURL() (string, url.Valu... method Validate (line 124) | func (s *XPackSecurityDisableUserService) Validate() error { method Do (line 136) | func (s *XPackSecurityDisableUserService) Do(ctx context.Context) (*XP... function NewXPackSecurityDisableUserService (line 34) | func NewXPackSecurityDisableUserService(client *Client) *XPackSecurityDi... type XPackSecurityDisableUserResponse (line 167) | type XPackSecurityDisableUserResponse struct FILE: xpack_security_disable_user_test.go function TestXPackSecurityDisableUserBuildURL (line 11) | func TestXPackSecurityDisableUserBuildURL(t *testing.T) { FILE: xpack_security_enable_user.go type XPackSecurityEnableUserService (line 20) | type XPackSecurityEnableUserService struct method Pretty (line 41) | func (s *XPackSecurityEnableUserService) Pretty(pretty bool) *XPackSec... method Human (line 48) | func (s *XPackSecurityEnableUserService) Human(human bool) *XPackSecur... method ErrorTrace (line 54) | func (s *XPackSecurityEnableUserService) ErrorTrace(errorTrace bool) *... method FilterPath (line 60) | func (s *XPackSecurityEnableUserService) FilterPath(filterPath ...stri... method Header (line 66) | func (s *XPackSecurityEnableUserService) Header(name string, value str... method Headers (line 75) | func (s *XPackSecurityEnableUserService) Headers(headers http.Header) ... method Username (line 81) | func (s *XPackSecurityEnableUserService) Username(username string) *XP... method Refresh (line 88) | func (s *XPackSecurityEnableUserService) Refresh(refresh string) *XPac... method buildURL (line 94) | func (s *XPackSecurityEnableUserService) buildURL() (string, url.Value... method Validate (line 124) | func (s *XPackSecurityEnableUserService) Validate() error { method Do (line 136) | func (s *XPackSecurityEnableUserService) Do(ctx context.Context) (*XPa... function NewXPackSecurityEnableUserService (line 34) | func NewXPackSecurityEnableUserService(client *Client) *XPackSecurityEna... type XPackSecurityEnableUserResponse (line 167) | type XPackSecurityEnableUserResponse struct FILE: xpack_security_enable_user_test.go function TestXPackSecurityEnableUserBuildURL (line 11) | func TestXPackSecurityEnableUserBuildURL(t *testing.T) { FILE: xpack_security_get_role.go type XPackSecurityGetRoleService (line 20) | type XPackSecurityGetRoleService struct method Pretty (line 40) | func (s *XPackSecurityGetRoleService) Pretty(pretty bool) *XPackSecuri... method Human (line 47) | func (s *XPackSecurityGetRoleService) Human(human bool) *XPackSecurity... method ErrorTrace (line 53) | func (s *XPackSecurityGetRoleService) ErrorTrace(errorTrace bool) *XPa... method FilterPath (line 59) | func (s *XPackSecurityGetRoleService) FilterPath(filterPath ...string)... method Header (line 65) | func (s *XPackSecurityGetRoleService) Header(name string, value string... method Headers (line 74) | func (s *XPackSecurityGetRoleService) Headers(headers http.Header) *XP... method Name (line 80) | func (s *XPackSecurityGetRoleService) Name(name string) *XPackSecurity... method buildURL (line 86) | func (s *XPackSecurityGetRoleService) buildURL() (string, url.Values, ... method Validate (line 113) | func (s *XPackSecurityGetRoleService) Validate() error { method Do (line 125) | func (s *XPackSecurityGetRoleService) Do(ctx context.Context) (*XPackS... function NewXPackSecurityGetRoleService (line 33) | func NewXPackSecurityGetRoleService(client *Client) *XPackSecurityGetRol... type XPackSecurityGetRoleResponse (line 157) | type XPackSecurityGetRoleResponse type XPackSecurityRole (line 163) | type XPackSecurityRole struct type XPackSecurityApplicationPrivileges (line 174) | type XPackSecurityApplicationPrivileges struct type XPackSecurityIndicesPermissions (line 181) | type XPackSecurityIndicesPermissions struct FILE: xpack_security_get_role_mapping.go type XPackSecurityGetRoleMappingService (line 20) | type XPackSecurityGetRoleMappingService struct method Pretty (line 40) | func (s *XPackSecurityGetRoleMappingService) Pretty(pretty bool) *XPac... method Human (line 47) | func (s *XPackSecurityGetRoleMappingService) Human(human bool) *XPackS... method ErrorTrace (line 53) | func (s *XPackSecurityGetRoleMappingService) ErrorTrace(errorTrace boo... method FilterPath (line 59) | func (s *XPackSecurityGetRoleMappingService) FilterPath(filterPath ...... method Header (line 65) | func (s *XPackSecurityGetRoleMappingService) Header(name string, value... method Headers (line 74) | func (s *XPackSecurityGetRoleMappingService) Headers(headers http.Head... method Name (line 80) | func (s *XPackSecurityGetRoleMappingService) Name(name string) *XPackS... method buildURL (line 86) | func (s *XPackSecurityGetRoleMappingService) buildURL() (string, url.V... method Validate (line 113) | func (s *XPackSecurityGetRoleMappingService) Validate() error { method Do (line 125) | func (s *XPackSecurityGetRoleMappingService) Do(ctx context.Context) (... function NewXPackSecurityGetRoleMappingService (line 33) | func NewXPackSecurityGetRoleMappingService(client *Client) *XPackSecurit... type XPackSecurityGetRoleMappingResponse (line 157) | type XPackSecurityGetRoleMappingResponse type XPackSecurityRoleMapping (line 160) | type XPackSecurityRoleMapping struct FILE: xpack_security_get_role_mapping_test.go function TestXPackSecurityGetRoleMappingBuildURL (line 11) | func TestXPackSecurityGetRoleMappingBuildURL(t *testing.T) { FILE: xpack_security_get_role_test.go function TestXPackSecurityGetRoleBuildURL (line 11) | func TestXPackSecurityGetRoleBuildURL(t *testing.T) { FILE: xpack_security_get_user.go type XPackSecurityGetUserService (line 20) | type XPackSecurityGetUserService struct method Pretty (line 40) | func (s *XPackSecurityGetUserService) Pretty(pretty bool) *XPackSecuri... method Human (line 47) | func (s *XPackSecurityGetUserService) Human(human bool) *XPackSecurity... method ErrorTrace (line 53) | func (s *XPackSecurityGetUserService) ErrorTrace(errorTrace bool) *XPa... method FilterPath (line 59) | func (s *XPackSecurityGetUserService) FilterPath(filterPath ...string)... method Header (line 65) | func (s *XPackSecurityGetUserService) Header(name string, value string... method Headers (line 74) | func (s *XPackSecurityGetUserService) Headers(headers http.Header) *XP... method Usernames (line 80) | func (s *XPackSecurityGetUserService) Usernames(usernames ...string) *... method buildURL (line 90) | func (s *XPackSecurityGetUserService) buildURL() (string, url.Values, ... method Validate (line 126) | func (s *XPackSecurityGetUserService) Validate() error { method Do (line 131) | func (s *XPackSecurityGetUserService) Do(ctx context.Context) (*XPackS... function NewXPackSecurityGetUserService (line 33) | func NewXPackSecurityGetUserService(client *Client) *XPackSecurityGetUse... type XPackSecurityGetUserResponse (line 163) | type XPackSecurityGetUserResponse type XPackSecurityUser (line 169) | type XPackSecurityUser struct FILE: xpack_security_get_user_test.go function TestXPackSecurityGetUserBuildURL (line 11) | func TestXPackSecurityGetUserBuildURL(t *testing.T) { FILE: xpack_security_put_role.go type XPackSecurityPutRoleService (line 20) | type XPackSecurityPutRoleService struct method Pretty (line 41) | func (s *XPackSecurityPutRoleService) Pretty(pretty bool) *XPackSecuri... method Human (line 48) | func (s *XPackSecurityPutRoleService) Human(human bool) *XPackSecurity... method ErrorTrace (line 54) | func (s *XPackSecurityPutRoleService) ErrorTrace(errorTrace bool) *XPa... method FilterPath (line 60) | func (s *XPackSecurityPutRoleService) FilterPath(filterPath ...string)... method Header (line 66) | func (s *XPackSecurityPutRoleService) Header(name string, value string... method Headers (line 75) | func (s *XPackSecurityPutRoleService) Headers(headers http.Header) *XP... method Name (line 81) | func (s *XPackSecurityPutRoleService) Name(name string) *XPackSecurity... method Body (line 87) | func (s *XPackSecurityPutRoleService) Body(body interface{}) *XPackSec... method buildURL (line 93) | func (s *XPackSecurityPutRoleService) buildURL() (string, url.Values, ... method Validate (line 120) | func (s *XPackSecurityPutRoleService) Validate() error { method Do (line 135) | func (s *XPackSecurityPutRoleService) Do(ctx context.Context) (*XPackS... function NewXPackSecurityPutRoleService (line 34) | func NewXPackSecurityPutRoleService(client *Client) *XPackSecurityPutRol... type XPackSecurityPutRoleResponse (line 168) | type XPackSecurityPutRoleResponse struct type XPackSecurityPutRole (line 172) | type XPackSecurityPutRole struct FILE: xpack_security_put_role_mapping.go type XPackSecurityPutRoleMappingService (line 20) | type XPackSecurityPutRoleMappingService struct method Pretty (line 41) | func (s *XPackSecurityPutRoleMappingService) Pretty(pretty bool) *XPac... method Human (line 48) | func (s *XPackSecurityPutRoleMappingService) Human(human bool) *XPackS... method ErrorTrace (line 54) | func (s *XPackSecurityPutRoleMappingService) ErrorTrace(errorTrace boo... method FilterPath (line 60) | func (s *XPackSecurityPutRoleMappingService) FilterPath(filterPath ...... method Header (line 66) | func (s *XPackSecurityPutRoleMappingService) Header(name string, value... method Headers (line 75) | func (s *XPackSecurityPutRoleMappingService) Headers(headers http.Head... method Name (line 81) | func (s *XPackSecurityPutRoleMappingService) Name(name string) *XPackS... method Body (line 87) | func (s *XPackSecurityPutRoleMappingService) Body(body interface{}) *X... method buildURL (line 93) | func (s *XPackSecurityPutRoleMappingService) buildURL() (string, url.V... method Validate (line 120) | func (s *XPackSecurityPutRoleMappingService) Validate() error { method Do (line 135) | func (s *XPackSecurityPutRoleMappingService) Do(ctx context.Context) (... function NewXPackSecurityPutRoleMappingService (line 34) | func NewXPackSecurityPutRoleMappingService(client *Client) *XPackSecurit... type XPackSecurityPutRoleMappingResponse (line 168) | type XPackSecurityPutRoleMappingResponse struct type XPackSecurityPutRoleMapping (line 172) | type XPackSecurityPutRoleMapping struct FILE: xpack_security_put_role_mapping_test.go function TestXPackSecurityPutRoleMappingBuildURL (line 11) | func TestXPackSecurityPutRoleMappingBuildURL(t *testing.T) { FILE: xpack_security_put_role_test.go function TestXPackSecurityPutRoleBuildURL (line 11) | func TestXPackSecurityPutRoleBuildURL(t *testing.T) { FILE: xpack_security_put_user.go type XPackSecurityPutUserService (line 20) | type XPackSecurityPutUserService struct method Pretty (line 44) | func (s *XPackSecurityPutUserService) Pretty(pretty bool) *XPackSecuri... method Human (line 51) | func (s *XPackSecurityPutUserService) Human(human bool) *XPackSecurity... method ErrorTrace (line 57) | func (s *XPackSecurityPutUserService) ErrorTrace(errorTrace bool) *XPa... method FilterPath (line 63) | func (s *XPackSecurityPutUserService) FilterPath(filterPath ...string)... method Header (line 69) | func (s *XPackSecurityPutUserService) Header(name string, value string... method Headers (line 78) | func (s *XPackSecurityPutUserService) Headers(headers http.Header) *XP... method Username (line 84) | func (s *XPackSecurityPutUserService) Username(username string) *XPack... method User (line 93) | func (s *XPackSecurityPutUserService) User(user *XPackSecurityPutUserR... method Refresh (line 100) | func (s *XPackSecurityPutUserService) Refresh(refresh string) *XPackSe... method Body (line 106) | func (s *XPackSecurityPutUserService) Body(body interface{}) *XPackSec... method buildURL (line 112) | func (s *XPackSecurityPutUserService) buildURL() (string, url.Values, ... method Validate (line 142) | func (s *XPackSecurityPutUserService) Validate() error { method Do (line 157) | func (s *XPackSecurityPutUserService) Do(ctx context.Context) (*XPackS... function NewXPackSecurityPutUserService (line 37) | func NewXPackSecurityPutUserService(client *Client) *XPackSecurityPutUse... type XPackSecurityPutUserRequest (line 197) | type XPackSecurityPutUserRequest struct type XPackSecurityPutUserResponse (line 208) | type XPackSecurityPutUserResponse struct FILE: xpack_security_put_user_test.go function TestXPackSecurityPutUserBuildURL (line 11) | func TestXPackSecurityPutUserBuildURL(t *testing.T) { FILE: xpack_test.go constant testRoleBody (line 11) | testRoleBody = `{ constant testRoleMappingBody (line 39) | testRoleMappingBody = `{ constant testUserBody (line 63) | testUserBody = `{ constant testWatchBody (line 67) | testWatchBody = `{ constant testRollupBody (line 111) | testRollupBody = `{ function TestXpackInfo (line 135) | func TestXpackInfo(t *testing.T) { function TestXPackSecurityRole (line 152) | func TestXPackSecurityRole(t *testing.T) { function TestXPackSecurityRoleMapping (line 200) | func TestXPackSecurityRoleMapping(t *testing.T) { function TestXPackSecurityUser (line 245) | func TestXPackSecurityUser(t *testing.T) { function TestXPackWatcher (line 323) | func TestXPackWatcher(t *testing.T) { function TestXPackRollup (line 433) | func TestXPackRollup(t *testing.T) { FILE: xpack_watcher_ack_watch.go type XPackWatcherAckWatchService (line 20) | type XPackWatcherAckWatchService struct method Pretty (line 42) | func (s *XPackWatcherAckWatchService) Pretty(pretty bool) *XPackWatche... method Human (line 49) | func (s *XPackWatcherAckWatchService) Human(human bool) *XPackWatcherA... method ErrorTrace (line 55) | func (s *XPackWatcherAckWatchService) ErrorTrace(errorTrace bool) *XPa... method FilterPath (line 61) | func (s *XPackWatcherAckWatchService) FilterPath(filterPath ...string)... method Header (line 67) | func (s *XPackWatcherAckWatchService) Header(name string, value string... method Headers (line 76) | func (s *XPackWatcherAckWatchService) Headers(headers http.Header) *XP... method WatchId (line 82) | func (s *XPackWatcherAckWatchService) WatchId(watchId string) *XPackWa... method ActionId (line 88) | func (s *XPackWatcherAckWatchService) ActionId(actionId ...string) *XP... method MasterTimeout (line 95) | func (s *XPackWatcherAckWatchService) MasterTimeout(masterTimeout stri... method buildURL (line 101) | func (s *XPackWatcherAckWatchService) buildURL() (string, url.Values, ... method Validate (line 142) | func (s *XPackWatcherAckWatchService) Validate() error { method Do (line 154) | func (s *XPackWatcherAckWatchService) Do(ctx context.Context) (*XPackW... function NewXPackWatcherAckWatchService (line 35) | func NewXPackWatcherAckWatchService(client *Client) *XPackWatcherAckWatc... type XPackWatcherAckWatchResponse (line 186) | type XPackWatcherAckWatchResponse struct type XPackWatcherAckWatchStatus (line 191) | type XPackWatcherAckWatchStatus struct FILE: xpack_watcher_ack_watch_test.go function TestXPackWatcherAckWatchBuildURL (line 11) | func TestXPackWatcherAckWatchBuildURL(t *testing.T) { FILE: xpack_watcher_activate_watch.go type XPackWatcherActivateWatchService (line 20) | type XPackWatcherActivateWatchService struct method Pretty (line 41) | func (s *XPackWatcherActivateWatchService) Pretty(pretty bool) *XPackW... method Human (line 48) | func (s *XPackWatcherActivateWatchService) Human(human bool) *XPackWat... method ErrorTrace (line 54) | func (s *XPackWatcherActivateWatchService) ErrorTrace(errorTrace bool)... method FilterPath (line 60) | func (s *XPackWatcherActivateWatchService) FilterPath(filterPath ...st... method Header (line 66) | func (s *XPackWatcherActivateWatchService) Header(name string, value s... method Headers (line 75) | func (s *XPackWatcherActivateWatchService) Headers(headers http.Header... method WatchId (line 81) | func (s *XPackWatcherActivateWatchService) WatchId(watchId string) *XP... method MasterTimeout (line 87) | func (s *XPackWatcherActivateWatchService) MasterTimeout(masterTimeout... method buildURL (line 93) | func (s *XPackWatcherActivateWatchService) buildURL() (string, url.Val... method Validate (line 123) | func (s *XPackWatcherActivateWatchService) Validate() error { method Do (line 135) | func (s *XPackWatcherActivateWatchService) Do(ctx context.Context) (*X... function NewXPackWatcherActivateWatchService (line 34) | func NewXPackWatcherActivateWatchService(client *Client) *XPackWatcherAc... type XPackWatcherActivateWatchResponse (line 167) | type XPackWatcherActivateWatchResponse struct FILE: xpack_watcher_activate_watch_test.go function TestXPackWatcherActivateWatchBuildURL (line 11) | func TestXPackWatcherActivateWatchBuildURL(t *testing.T) { FILE: xpack_watcher_deactivate_watch.go type XPackWatcherDeactivateWatchService (line 20) | type XPackWatcherDeactivateWatchService struct method Pretty (line 41) | func (s *XPackWatcherDeactivateWatchService) Pretty(pretty bool) *XPac... method Human (line 48) | func (s *XPackWatcherDeactivateWatchService) Human(human bool) *XPackW... method ErrorTrace (line 54) | func (s *XPackWatcherDeactivateWatchService) ErrorTrace(errorTrace boo... method FilterPath (line 60) | func (s *XPackWatcherDeactivateWatchService) FilterPath(filterPath ...... method Header (line 66) | func (s *XPackWatcherDeactivateWatchService) Header(name string, value... method Headers (line 75) | func (s *XPackWatcherDeactivateWatchService) Headers(headers http.Head... method WatchId (line 81) | func (s *XPackWatcherDeactivateWatchService) WatchId(watchId string) *... method MasterTimeout (line 87) | func (s *XPackWatcherDeactivateWatchService) MasterTimeout(masterTimeo... method buildURL (line 93) | func (s *XPackWatcherDeactivateWatchService) buildURL() (string, url.V... method Validate (line 123) | func (s *XPackWatcherDeactivateWatchService) Validate() error { method Do (line 135) | func (s *XPackWatcherDeactivateWatchService) Do(ctx context.Context) (... function NewXPackWatcherDeactivateWatchService (line 34) | func NewXPackWatcherDeactivateWatchService(client *Client) *XPackWatcher... type XPackWatcherDeactivateWatchResponse (line 167) | type XPackWatcherDeactivateWatchResponse struct FILE: xpack_watcher_deactivate_watch_test.go function TestXPackWatcherDeactivateWatchBuildURL (line 11) | func TestXPackWatcherDeactivateWatchBuildURL(t *testing.T) { FILE: xpack_watcher_delete_watch.go type XPackWatcherDeleteWatchService (line 20) | type XPackWatcherDeleteWatchService struct method Pretty (line 41) | func (s *XPackWatcherDeleteWatchService) Pretty(pretty bool) *XPackWat... method Human (line 48) | func (s *XPackWatcherDeleteWatchService) Human(human bool) *XPackWatch... method ErrorTrace (line 54) | func (s *XPackWatcherDeleteWatchService) ErrorTrace(errorTrace bool) *... method FilterPath (line 60) | func (s *XPackWatcherDeleteWatchService) FilterPath(filterPath ...stri... method Header (line 66) | func (s *XPackWatcherDeleteWatchService) Header(name string, value str... method Headers (line 75) | func (s *XPackWatcherDeleteWatchService) Headers(headers http.Header) ... method Id (line 81) | func (s *XPackWatcherDeleteWatchService) Id(id string) *XPackWatcherDe... method MasterTimeout (line 87) | func (s *XPackWatcherDeleteWatchService) MasterTimeout(masterTimeout s... method buildURL (line 93) | func (s *XPackWatcherDeleteWatchService) buildURL() (string, url.Value... method Validate (line 123) | func (s *XPackWatcherDeleteWatchService) Validate() error { method Do (line 135) | func (s *XPackWatcherDeleteWatchService) Do(ctx context.Context) (*XPa... function NewXPackWatcherDeleteWatchService (line 34) | func NewXPackWatcherDeleteWatchService(client *Client) *XPackWatcherDele... type XPackWatcherDeleteWatchResponse (line 167) | type XPackWatcherDeleteWatchResponse struct FILE: xpack_watcher_delete_watch_test.go function TestXPackWatcherDeleteWatchBuildURL (line 11) | func TestXPackWatcherDeleteWatchBuildURL(t *testing.T) { FILE: xpack_watcher_execute_watch.go type XPackWatcherExecuteWatchService (line 20) | type XPackWatcherExecuteWatchService struct method Pretty (line 43) | func (s *XPackWatcherExecuteWatchService) Pretty(pretty bool) *XPackWa... method Human (line 50) | func (s *XPackWatcherExecuteWatchService) Human(human bool) *XPackWatc... method ErrorTrace (line 56) | func (s *XPackWatcherExecuteWatchService) ErrorTrace(errorTrace bool) ... method FilterPath (line 62) | func (s *XPackWatcherExecuteWatchService) FilterPath(filterPath ...str... method Header (line 68) | func (s *XPackWatcherExecuteWatchService) Header(name string, value st... method Headers (line 77) | func (s *XPackWatcherExecuteWatchService) Headers(headers http.Header)... method Id (line 83) | func (s *XPackWatcherExecuteWatchService) Id(id string) *XPackWatcherE... method Debug (line 89) | func (s *XPackWatcherExecuteWatchService) Debug(debug bool) *XPackWatc... method BodyJson (line 95) | func (s *XPackWatcherExecuteWatchService) BodyJson(body interface{}) *... method BodyString (line 101) | func (s *XPackWatcherExecuteWatchService) BodyString(body string) *XPa... method buildURL (line 107) | func (s *XPackWatcherExecuteWatchService) buildURL() (string, url.Valu... method Validate (line 145) | func (s *XPackWatcherExecuteWatchService) Validate() error { method Do (line 150) | func (s *XPackWatcherExecuteWatchService) Do(ctx context.Context) (*XP... function NewXPackWatcherExecuteWatchService (line 36) | func NewXPackWatcherExecuteWatchService(client *Client) *XPackWatcherExe... type XPackWatcherExecuteWatchResponse (line 191) | type XPackWatcherExecuteWatchResponse struct type XPackWatchRecord (line 196) | type XPackWatchRecord struct type XPackWatchRecordStatus (line 207) | type XPackWatchRecordStatus struct FILE: xpack_watcher_execute_watch_test.go function TestXPackWatcherExecuteWatchBuildURL (line 11) | func TestXPackWatcherExecuteWatchBuildURL(t *testing.T) { FILE: xpack_watcher_get_watch.go type XPackWatcherGetWatchService (line 21) | type XPackWatcherGetWatchService struct method Pretty (line 41) | func (s *XPackWatcherGetWatchService) Pretty(pretty bool) *XPackWatche... method Human (line 48) | func (s *XPackWatcherGetWatchService) Human(human bool) *XPackWatcherG... method ErrorTrace (line 54) | func (s *XPackWatcherGetWatchService) ErrorTrace(errorTrace bool) *XPa... method FilterPath (line 60) | func (s *XPackWatcherGetWatchService) FilterPath(filterPath ...string)... method Header (line 66) | func (s *XPackWatcherGetWatchService) Header(name string, value string... method Headers (line 75) | func (s *XPackWatcherGetWatchService) Headers(headers http.Header) *XP... method Id (line 81) | func (s *XPackWatcherGetWatchService) Id(id string) *XPackWatcherGetWa... method buildURL (line 87) | func (s *XPackWatcherGetWatchService) buildURL() (string, url.Values, ... method Validate (line 114) | func (s *XPackWatcherGetWatchService) Validate() error { method Do (line 126) | func (s *XPackWatcherGetWatchService) Do(ctx context.Context) (*XPackW... function NewXPackWatcherGetWatchService (line 34) | func NewXPackWatcherGetWatchService(client *Client) *XPackWatcherGetWatc... type XPackWatcherGetWatchResponse (line 158) | type XPackWatcherGetWatchResponse struct type XPackWatchStatus (line 166) | type XPackWatchStatus struct type XPackWatchExecutionState (line 176) | type XPackWatchExecutionState struct type XPackWatchActionStatus (line 181) | type XPackWatchActionStatus struct type XPackWatchActionAckStatus (line 188) | type XPackWatchActionAckStatus struct type XPackWatchActionExecutionState (line 193) | type XPackWatchActionExecutionState struct type XPackWatchActionThrottle (line 199) | type XPackWatchActionThrottle struct type XPackWatch (line 204) | type XPackWatch struct FILE: xpack_watcher_get_watch_test.go function TestXPackWatcherGetWatchBuildURL (line 15) | func TestXPackWatcherGetWatchBuildURL(t *testing.T) { function TestXPackWatchActionStatus_UnmarshalJSON (line 57) | func TestXPackWatchActionStatus_UnmarshalJSON(t *testing.T) { function TestXPackWatchResponseParser (line 101) | func TestXPackWatchResponseParser(t *testing.T) { FILE: xpack_watcher_put_watch.go type XPackWatcherPutWatchService (line 21) | type XPackWatcherPutWatchService struct method Pretty (line 46) | func (s *XPackWatcherPutWatchService) Pretty(pretty bool) *XPackWatche... method Human (line 53) | func (s *XPackWatcherPutWatchService) Human(human bool) *XPackWatcherP... method ErrorTrace (line 59) | func (s *XPackWatcherPutWatchService) ErrorTrace(errorTrace bool) *XPa... method FilterPath (line 65) | func (s *XPackWatcherPutWatchService) FilterPath(filterPath ...string)... method Header (line 71) | func (s *XPackWatcherPutWatchService) Header(name string, value string... method Headers (line 80) | func (s *XPackWatcherPutWatchService) Headers(headers http.Header) *XP... method Id (line 86) | func (s *XPackWatcherPutWatchService) Id(id string) *XPackWatcherPutWa... method Active (line 92) | func (s *XPackWatcherPutWatchService) Active(active bool) *XPackWatche... method MasterTimeout (line 98) | func (s *XPackWatcherPutWatchService) MasterTimeout(masterTimeout stri... method IfSeqNo (line 105) | func (s *XPackWatcherPutWatchService) IfSeqNo(seqNo int64) *XPackWatch... method IfPrimaryTerm (line 112) | func (s *XPackWatcherPutWatchService) IfPrimaryTerm(primaryTerm int64)... method Body (line 118) | func (s *XPackWatcherPutWatchService) Body(body interface{}) *XPackWat... method buildURL (line 124) | func (s *XPackWatcherPutWatchService) buildURL() (string, url.Values, ... method Validate (line 163) | func (s *XPackWatcherPutWatchService) Validate() error { method Do (line 178) | func (s *XPackWatcherPutWatchService) Do(ctx context.Context) (*XPackW... function NewXPackWatcherPutWatchService (line 39) | func NewXPackWatcherPutWatchService(client *Client) *XPackWatcherPutWatc... type XPackWatcherPutWatchResponse (line 211) | type XPackWatcherPutWatchResponse struct FILE: xpack_watcher_put_watch_test.go function TestXPackWatcherPutWatchBuildURL (line 11) | func TestXPackWatcherPutWatchBuildURL(t *testing.T) { FILE: xpack_watcher_start.go type XPackWatcherStartService (line 18) | type XPackWatcherStartService struct method Pretty (line 36) | func (s *XPackWatcherStartService) Pretty(pretty bool) *XPackWatcherSt... method Human (line 43) | func (s *XPackWatcherStartService) Human(human bool) *XPackWatcherStar... method ErrorTrace (line 49) | func (s *XPackWatcherStartService) ErrorTrace(errorTrace bool) *XPackW... method FilterPath (line 55) | func (s *XPackWatcherStartService) FilterPath(filterPath ...string) *X... method Header (line 61) | func (s *XPackWatcherStartService) Header(name string, value string) *... method Headers (line 70) | func (s *XPackWatcherStartService) Headers(headers http.Header) *XPack... method buildURL (line 76) | func (s *XPackWatcherStartService) buildURL() (string, url.Values, err... method Validate (line 98) | func (s *XPackWatcherStartService) Validate() error { method Do (line 103) | func (s *XPackWatcherStartService) Do(ctx context.Context) (*XPackWatc... function NewXPackWatcherStartService (line 29) | func NewXPackWatcherStartService(client *Client) *XPackWatcherStartServi... type XPackWatcherStartResponse (line 135) | type XPackWatcherStartResponse struct FILE: xpack_watcher_start_test.go function TestXPackWatcherStartBuildURL (line 11) | func TestXPackWatcherStartBuildURL(t *testing.T) { FILE: xpack_watcher_stats.go type XPackWatcherStatsService (line 18) | type XPackWatcherStatsService struct method Pretty (line 39) | func (s *XPackWatcherStatsService) Pretty(pretty bool) *XPackWatcherSt... method Human (line 46) | func (s *XPackWatcherStatsService) Human(human bool) *XPackWatcherStat... method ErrorTrace (line 52) | func (s *XPackWatcherStatsService) ErrorTrace(errorTrace bool) *XPackW... method FilterPath (line 58) | func (s *XPackWatcherStatsService) FilterPath(filterPath ...string) *X... method Header (line 64) | func (s *XPackWatcherStatsService) Header(name string, value string) *... method Headers (line 73) | func (s *XPackWatcherStatsService) Headers(headers http.Header) *XPack... method Metric (line 79) | func (s *XPackWatcherStatsService) Metric(metric string) *XPackWatcher... method EmitStacktraces (line 85) | func (s *XPackWatcherStatsService) EmitStacktraces(emitStacktraces boo... method buildURL (line 91) | func (s *XPackWatcherStatsService) buildURL() (string, url.Values, err... method Validate (line 119) | func (s *XPackWatcherStatsService) Validate() error { method Do (line 124) | func (s *XPackWatcherStatsService) Do(ctx context.Context) (*XPackWatc... function NewXPackWatcherStatsService (line 32) | func NewXPackWatcherStatsService(client *Client) *XPackWatcherStatsServi... type XPackWatcherStatsResponse (line 156) | type XPackWatcherStatsResponse struct type XPackWatcherStats (line 161) | type XPackWatcherStats struct FILE: xpack_watcher_stats_test.go function TestXPackWatcherStatsBuildURL (line 11) | func TestXPackWatcherStatsBuildURL(t *testing.T) { FILE: xpack_watcher_stop.go type XPackWatcherStopService (line 18) | type XPackWatcherStopService struct method Pretty (line 36) | func (s *XPackWatcherStopService) Pretty(pretty bool) *XPackWatcherSto... method Human (line 43) | func (s *XPackWatcherStopService) Human(human bool) *XPackWatcherStopS... method ErrorTrace (line 49) | func (s *XPackWatcherStopService) ErrorTrace(errorTrace bool) *XPackWa... method FilterPath (line 55) | func (s *XPackWatcherStopService) FilterPath(filterPath ...string) *XP... method Header (line 61) | func (s *XPackWatcherStopService) Header(name string, value string) *X... method Headers (line 70) | func (s *XPackWatcherStopService) Headers(headers http.Header) *XPackW... method buildURL (line 76) | func (s *XPackWatcherStopService) buildURL() (string, url.Values, erro... method Validate (line 98) | func (s *XPackWatcherStopService) Validate() error { method Do (line 103) | func (s *XPackWatcherStopService) Do(ctx context.Context) (*XPackWatch... function NewXPackWatcherStopService (line 29) | func NewXPackWatcherStopService(client *Client) *XPackWatcherStopService { type XPackWatcherStopResponse (line 135) | type XPackWatcherStopResponse struct FILE: xpack_watcher_stop_test.go function TestXPackWatcherStopBuildURL (line 11) | func TestXPackWatcherStopBuildURL(t *testing.T) {