Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Aug 21, 2022
1 parent 32d3861 commit 2844b24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Related projects

There are several libraries that build on kt-search that may be of interest to you.

- [kt-search-kts](https://gitgub.com/jillesvangurp/kt-search-kts) - this library combines `kt-search` with `kotlinx-cli` to make scripting really easy. Combined with the out of the box support for managing snapshots, creating template mappings, bulk indexing, data-streams, etc. this is the perfect companion to script all your index operations. Additionally, it's a great tool to e.g. query your data, or build some health checks against your production indices.
- [kt-search-logback-appender](https://gitgub.com/jillesvangurp/kt-search-kts) - this is a logback appender that bulk indexes log events straight to elasticsearch.

## License

This project is [licensed](LICENSE) under the MIT license.
Expand Down
8 changes: 0 additions & 8 deletions legacy-client/manual/crud-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,14 +316,6 @@ repo.search {
}
```

Captured Output:

```
name: Another thing, amount: 666
name: Another Thing, amount: 42
```

## Custom serialization

By default, we use the popular jackson framework.
Expand Down

0 comments on commit 2844b24

Please sign in to comment.