multi-solr 01.09.04 → 01.09.05

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -251,7 +251,7 @@ class MultiSolr::SingleCoreHandler
251
251
  solr_params['group.field'] = solr_search_request.group_field
252
252
  solr_params['group.ngroups'] = true
253
253
  solr_params['group.limit'] = solr_search_request.group_size || 1
254
- solr_params['group.truncate'] = true if solr_params[:facet] && solr_search_request.group_truncate
254
+ solr_params['group.truncate'] = true if solr_search_request.group_truncate
255
255
  end
256
256
 
257
257
 
@@ -1,3 +1,3 @@
1
1
  module MultiSolr
2
- VERSION = "01.09.04"
2
+ VERSION = "01.09.05"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi-solr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 9
9
- - 4
10
- version: 01.09.04
9
+ - 5
10
+ version: 01.09.05
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bernd Ledig
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-04-23 00:00:00 Z
18
+ date: 2014-04-24 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  prerelease: false