Skip to content
Open

typo #409

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is implemented as an [Elasticsearch plugin](http://www.elasticsearch.org/guid

The JDBC plugin was designed for tabular data. If you have tables with many joins, the JDBC plugin
is limited in the way to reconstruct deeply nested objects to JSON and process object semantics like object identity.
Though it would be possible to extend the JDBC plugin with a maaping feature where all the object properties
Though it would be possible to extend the JDBC plugin with a mapping feature where all the object properties
could be specified, the current solution is focused on rather simple tabular data streams.

Creating a JDBC river is easy:
Expand Down