• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

projectblacklight / blacklight / 1001
93%
master: 49%

Build:
Build:
LAST BUILD BRANCH: release-6.x
DEFAULT BRANCH: master
Ran 10 Feb 2014 06:20PM UTC
Jobs 7
Files 126
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1001

push

travis-ci

cbeer
Add support to configure facet, index and show fields to inject additional field-specific solr parameters

Fixes #759.

e.g.:

```ruby
config.add_index_field 'an_index_field', solr_params: { 'hl.alternativeField' => 'field_x'}
config.add_show_field 'a_show_field', solr_params: { 'hl.alternativeField' => 'field_y'}
config.add_field_configuration_to_solr_request!
config.add_facet_field 'some-field', solr_params: { 'facet.mincount' =>15 }
config.add_facet_fields_to_solr_request!
```

Will add:

   f.an_index_field.hl.alternativeField=field_x&
   f.a_show_field.hl.alternativeField=field_y&
   f.some-field.facet.mincount=15

To the query sent to solr.

10 of 10 new or added lines in 1 file covered. (100.0%)

2334 of 2515 relevant lines covered (92.8%)

2530.21 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
lib/blacklight/utils.rb
5
100.0
lib/blacklight/solr_helper.rb
Jobs
ID Job ID Ran Files Coverage
2 1001.2 (2.1.0, gemfiles/rails4.gemfile) 10 Feb 2014 06:21PM UTC 0
94.53
Travis Job 1001.2
3 1001.3 (2.0.0, gemfiles/rails3.gemfile) 10 Feb 2014 06:25PM UTC 0
94.58
Travis Job 1001.3
4 1001.4 (2.0.0, gemfiles/rails4.gemfile) 10 Feb 2014 06:25PM UTC 0
94.53
Travis Job 1001.4
5 1001.5 (1.9.3, gemfiles/rails3.gemfile) 10 Feb 2014 06:28PM UTC 0
94.58
Travis Job 1001.5
6 1001.6 (1.9.3, gemfiles/rails4.gemfile) 10 Feb 2014 06:32PM UTC 0
94.53
Travis Job 1001.6
7 1001.7 (jruby, gemfiles/rails3.gemfile) 10 Feb 2014 06:38PM UTC 0
89.79
Travis Job 1001.7
8 1001.8 (jruby, gemfiles/rails4.gemfile) 10 Feb 2014 06:46PM UTC 0
89.92
Travis Job 1001.8
Source Files on build 1001
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1001
  • 4ba23d57 on github
  • Prev Build on field-specific-solr-config (#990)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc