chef-solr 0.9.0.a90 → 0.9.0.a91

Sign up to get free protection for your applications and to get access to all the features.
@@ -74,7 +74,7 @@ class Chef
74
74
 
75
75
  # Search Solr for objects of a given type, for a given query. If you give
76
76
  # it a block, it will handle the paging for you dynamically.
77
- def search(type, query="*:*", sort=nil, start=0, rows=20, &block)
77
+ def search(type, query="*:*", sort='X_CHEF_id_CHEF_X asc', start=0, rows=1000, &block)
78
78
  options = {
79
79
  :q => query,
80
80
  :start => start,
@@ -1,5 +1,5 @@
1
1
  class Chef
2
2
  class Solr
3
- VERSION = '0.9.0.a90'
3
+ VERSION = '0.9.0.a91'
4
4
  end
5
5
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 0
9
- - a90
10
- version: 0.9.0.a90
9
+ - a91
10
+ version: 0.9.0.a91
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adam Jacob
@@ -60,8 +60,8 @@ dependencies:
60
60
  - 0
61
61
  - 9
62
62
  - 0
63
- - a90
64
- version: 0.9.0.a90
63
+ - a91
64
+ version: 0.9.0.a91
65
65
  type: :runtime
66
66
  version_requirements: *id003
67
67
  description: