diff options
| author | Robin Edwards <robin.ge@gmail.com> | 2011-08-08 12:17:47 +0100 |
|---|---|---|
| committer | Robin Edwards <robin.ge@gmail.com> | 2011-08-08 12:17:47 +0100 |
| commit | fbc19bcb8f001d5a9479bf89d3c466568c7943bf (patch) | |
| tree | 31d51b3af84ab9f2879ef2403139ca04cce7c7f3 /lib/Net/Riak/Client.pm | |
| parent | ammended error in synopsis (diff) | |
| parent | update changelog (diff) | |
| download | net-riak-fbc19bcb8f001d5a9479bf89d3c466568c7943bf.tar.gz | |
Merge branch 'master' of github.com:franckcuny/net-riak
Diffstat (limited to 'lib/Net/Riak/Client.pm')
| -rw-r--r-- | lib/Net/Riak/Client.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Net/Riak/Client.pm b/lib/Net/Riak/Client.pm index f38bec6..ad9315e 100644 --- a/lib/Net/Riak/Client.pm +++ b/lib/Net/Riak/Client.pm @@ -15,6 +15,11 @@ has mapred_prefix => ( isa => 'Str', default => 'mapred' ); +has search_prefix => ( + is => 'rw', + isa => 'Str', + default => 'solr' +); has [qw/r w dw/] => ( is => 'rw', isa => 'Int', |
