1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 17:35:49 +00:00
gitea/vendor/github.com/olivere/elastic/v7/CHANGELOG-6.0.md
Lunny Xiao 5dbf36f356
Issue search support elasticsearch (#9428)
* Issue search support elasticsearch

* Fix lint

* Add indexer name on app.ini

* add a warnning on SearchIssuesByKeyword

* improve code
2020-02-13 14:06:17 +08:00

622 B

Changes from 5.0 to 6.0

See breaking changes.

_all removed

6.0 has removed support for the _all field.

Boolean values coerced

Only use true or false for boolean values, not 0 or 1 or on or off.

Single Type Indices

Notice that 6.0 and future versions will default to single type indices, i.e. you may not use multiple types when e.g. adding an index with a mapping.

See here for details.