Skip to content

Commit

Permalink
Add find_by_id.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory G Watson committed Dec 3, 2011
1 parent 585e3f0 commit 6e36ccb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for Data-SearchEngine-Solr

{{$NEXT}}
* Add die for find_by_id

0.19 Oct 22 2011
* Dist::Zilla
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ copyright_holder= Cold Hard Code, LLC
[@GPHAT]

[Prereqs]
Data::SearchEngine = 0.27
Data::SearchEngine = 0.28
WebService::Solr = 0.11
4 changes: 4 additions & 0 deletions lib/Data/SearchEngine/Solr.pm
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ sub remove_by_id {
return $self->_solr->delete_by_id($id);
}

sub find_by_id {
die "Not implemented!";
}

sub search {
my ($self, $query) = @_;

Expand Down

0 comments on commit 6e36ccb

Please sign in to comment.