multi-solr 01.07.06 → 01.07.07

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.
data/README.md ADDED
@@ -0,0 +1,8 @@
1
+ MULTI-SOLR
2
+ ==========
3
+
4
+ Build Gem with:
5
+ rake build
6
+
7
+ Push Gem with:
8
+ gem push pkg/multi-solr-<version>.gem
@@ -246,7 +246,7 @@ class MultiSolr::SingleCoreHandler
246
246
  solr_params['stats.field'].map!{|f| f.to_s}.uniq!
247
247
 
248
248
  # Gruppierung
249
- if !solr_search_request.group_field.blank? && !self.facets_only
249
+ if !solr_search_request.group_field.blank?
250
250
  solr_params[:group] = true
251
251
  solr_params['group.field'] = solr_search_request.group_field
252
252
  solr_params['group.ngroups'] = true
@@ -1,3 +1,3 @@
1
1
  module MultiSolr
2
- VERSION = "01.07.06"
2
+ VERSION = "01.07.07"
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: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
- - 6
10
- version: 01.07.06
9
+ - 7
10
+ version: 01.07.07
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: 2013-07-02 00:00:00 Z
18
+ date: 2013-07-12 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  prerelease: false
@@ -126,6 +126,7 @@ files:
126
126
  - .ruby-gemset
127
127
  - .ruby-version
128
128
  - Gemfile
129
+ - README.md
129
130
  - Rakefile
130
131
  - lib/multi_solr.rb
131
132
  - lib/multi_solr/filter_value_composite.rb