55 Revīzijas (master)

Autors SHA1 Ziņojums Datums
  liangzy fbfb1d80a8 v1.0.0 修复其于 http basic auth 的bug pirms 4 gadiem
  Paul Bonser 4b222647b4 Add ability to do a request and just get the raw response bytes back pirms 7 gadiem
  Paul Bonser a6663ce61d _optimize was renamed to _forcemerge in ES 2.1.0 pirms 7 gadiem
  Paul Bonser 7ee055cb7d Delete mapping is no longer supported in 2.x+ versions of ES pirms 7 gadiem
  Paul Bonser 22f0f3b3be Add Client.DeleteByQuery rather than requiring users to pass 'DELETE' to Query pirms 7 gadiem
  Paul Bonser 6492f3a5e3 Make Client.Scan work with ES 5.x pirms 7 gadiem
  Paul Bonser f9192a7ca8 Build in a way to detect the ES version so it can be used for version-specific things pirms 7 gadiem
  Paul Bonser b684e69451 Use slices a bit more nicely pirms 7 gadiem
  Paul Bonser 5d13647d3c Handle non-string errors for ES 2+ support pirms 7 gadiem
  Paul Bonser db565276fc Provide a way of making external request builders, separate generationg of requests from sending of requests pirms 7 gadiem
  Paul Bonser 3f0875ed66 make all request fields exported so custom requests can be done pirms 7 gadiem
  Paul Bonser 9f7a8396bb Update code to match Go style guide pirms 7 gadiem
  Paul Bonser a018ac0716 Rename Connection to Client pirms 7 gadiem
  r--w d2e159d767 Code formatting pirms 8 gadiem
  r--w ae25be9f6f Fixing IndicesExist function pirms 8 gadiem
  r--w aa49572462 Fixing IndicesExist function pirms 8 gadiem
  r--w 8fa9ff1c53 Update index settings API pirms 8 gadiem
  r--w bf0b8b5bc8 Update index settings API - https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings pirms 8 gadiem
  Paul Bonser f760e32967 Split Run into two parts. pirms 8 gadiem
  Paul Bonser e46905c0b4 Return *Response instead of Response so response data is not copied on return pirms 9 gadiem
  Paul Bonser 2372cfaf30 Set content-type to application/json, since that's what is being passed to ElasticSearch pirms 9 gadiem
  Paul Bonser 58075eeb35 Use interface{} so any JSON-encodable value can be passed in pirms 9 gadiem
  Marin Bek 5e4a4d663a AliasExists implementation pirms 9 gadiem
  Marin Bek f6ba59e55a RemoveAlias implementation, reusing code pirms 9 gadiem
  Marin Bek 121db02e3d AddAlias implementation pirms 9 gadiem
  Stephen Asbury 21ab94d0ca count: support for count requests pirms 9 gadiem
  Marin Bek 1d1ad4d447 DeleteMapping implementation pirms 9 gadiem
  r--w 6b8090a19d Optimize API pirms 9 gadiem
  Marin Bek 6c041327be Only set Id on document if it was given pirms 9 gadiem
  Marin Bek 4c9459a02b Use slices instead of variadic function pirms 9 gadiem
  Marin Bek 08d26b69e0 GetMapping implementation pirms 9 gadiem
  Marin Bek 589282a189 Unmarshal whole response into Raw field on Response for APIs that return fully dynamic format, like _mapping pirms 9 gadiem
  Marin Bek 76ad99bb81 Update API implementation pirms 9 gadiem
  Marin Bek fd03304d0b go fmt pirms 9 gadiem
  Marin Bek ebf3324c90 IndicesExist implementation pirms 9 gadiem
  Marin Bek e5d37bf945 HEAD requests have no body, only HTTP response code, so we need to act accordingly pirms 9 gadiem
  Marin Bek f8e5a2a433 Support for PutMapping API pirms 9 gadiem
  r--w c4d6ac023a Handling errors in bulk indexing. There is a filed named erros which indicates whether commit was succesful see: http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/bulk.html pirms 9 gadiem
  Stephen Asbury 5a12eb4b68 Support for running a _query with an http method pirms 9 gadiem
  Amadeo Casas bfa1530af9 Support for structs in document fields pirms 9 gadiem
  Ian Babrou 20300ffa70 go fmt pirms 10 gadiem
  Ian Babrou 45e977fe8a removed index param from BulkSend pirms 10 gadiem
  mihasya 2b3ac6fe41 Added HTTP client override support pirms 10 gadiem
  r--w d48efef610 Added extrargs for searching pirms 10 gadiem
  Ian Babrou c7c95eccdc aggregations support pirms 10 gadiem
  Ian Babrou 5356d04035 Added initial scroll support pirms 10 gadiem
  Jérôme Renard 4f4a9961b2 Limited mmove calls pirms 10 gadiem
  Jérôme Renard f7b8fcf842 Added IndexStatus() pirms 11 gadiem
  Jérôme Renard 726e1e80b9 Added indexList and extraArgs support to Connection.Stats() pirms 11 gadiem
  Jérôme Renard 92081c6d25 Renamed FetchStats() into Stats() pirms 11 gadiem