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

projectblacklight / blacklight / 990
93%
master: 49%

Build:
Build:
LAST BUILD BRANCH: release-6.x
DEFAULT BRANCH: master
Ran 08 Feb 2014 01:22AM UTC
Jobs 6
Files 63
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
990

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%)

1805 of 1907 relevant lines covered (94.65%)

3916.07 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
100.0
lib/blacklight/solr_helper.rb
Jobs
ID Job ID Ran Files Coverage
1 990.1 (2.1.0, gemfiles/rails3.gemfile) 08 Feb 2014 01:22AM UTC 0
94.58
Travis Job 990.1
2 990.2 (2.1.0, gemfiles/rails4.gemfile) 08 Feb 2014 01:22AM UTC 0
94.53
Travis Job 990.2
3 990.3 (2.0.0, gemfiles/rails3.gemfile) 08 Feb 2014 01:23AM UTC 0
94.58
Travis Job 990.3
4 990.4 (2.0.0, gemfiles/rails4.gemfile) 08 Feb 2014 01:23AM UTC 0
94.53
Travis Job 990.4
5 990.5 (1.9.3, gemfiles/rails3.gemfile) 08 Feb 2014 01:24AM UTC 0
94.58
Travis Job 990.5
6 990.6 (1.9.3, gemfiles/rails4.gemfile) 08 Feb 2014 01:27AM UTC 0
94.53
Travis Job 990.6
Source Files on build 990
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #990
  • 31a0853a on github
  • Prev Build on field-specific-solr-config (#988)
  • Next Build on field-specific-solr-config (#1001)
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