Skip to content

Commit

Permalink
Merge pull request LibreCat#28 from LibreCat/pr/el-doc
Browse files Browse the repository at this point in the history
Adding more documentation on which undelying client is used
  • Loading branch information
nics authored May 12, 2020
2 parents 8ea96b8 + 8ebf5ab commit a47360f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Catmandu/Store/ElasticSearch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Catmandu::Store::ElasticSearch - A searchable store backed by Elasticsearch
=head2 new(%params, bags => { mybag => { index => 'myindex', mapping => \%map cql_mapping => \%map } })
Create a new Catmandu::Store::ElasticSearch store. ElasticSearch connection
parameters will be passed on to the underlying client.
parameters will be passed on to the underlying L<Search::Elasticsearch> client.
Optionally provide for each bag a C<index> to indicate which index to use.
This defaults to the bag's name.
Expand Down Expand Up @@ -328,7 +328,7 @@ import you data again.
=head1 SEE ALSO
L<Catmandu::Store>
L<Catmandu::Store> , L<Search::Elasticsearch>
=head1 AUTHOR
Expand Down

0 comments on commit a47360f

Please sign in to comment.