Skip to content

Commit

Permalink
Git merging went awry and gave us too many ->engine methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
holophrastic committed Feb 21, 2012
1 parent cce5b02 commit 7b07619
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Data-SearchEngine-ElasticSearch

{{$NEXT}}

0.19 Feb 21 2012
* Git merging went awry and gave us too many ->engine methods.

0.18 Feb 16 2012
* Score wasn't being passed all the way up to the resulting Item.

Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ Cory G Watson <gphat@cpan.org>
This software is copyright (c) 2012 by Cold Hard Code, LLC.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
the same terms as the Perl 5 programming language system itself.
8 changes: 0 additions & 8 deletions lib/Data/SearchEngine/ElasticSearch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,6 @@ has 'transport' => (
default => 'http'
);

=method engine
Returns the underlying search engine handle
=cut

sub engine { (shift)->_es }

=method add ([ $items ])
Add items to the index. Keep in mind that the L<Data::SearchEngine::Item>
Expand Down

0 comments on commit 7b07619

Please sign in to comment.