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

pulibrary / bibdata / f71510ac-1729-421e-aa34-01585ccac3a5
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: proposed_clustering_pipeline
DEFAULT BRANCH: main
Ran 30 Jun 2026 04:05PM UTC
Jobs 2
Files 200
Run time 1min
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

30 Jun 2026 03:59PM UTC coverage: 90.505% (-0.2%) from 90.701%
f71510ac-1729-421e-aa34-01585ccac3a5

Pull #3382

circleci

christinach
cluster_id needs to be multivalued=false

The following returns a grouped search result on the field cluster_id:

http://localhost:62987/solr/bibdata-core-development/select?fl=title_display,holdings_1display,cluster_id,&group=true&group.field=cluster_id&rows=1000&group.limit=-1&sort=score%20desc&group.sort=score%20desc

rows is set to 1000 so that it lists all the groups. we know that are less than 1000
group needs to be set to true so that it groups the results
group.field is cluster_id
group.limit is set to -1 so that we get all documents per group
sort is score desc so that we sort groups by relevance score first
group.sort is score desc so that the documents within each group are sorted by relevance score with highest first
Pull Request #3382: 321 result clustering

42 of 74 new or added lines in 3 files covered. (56.76%)

11552 of 12764 relevant lines covered (90.5%)

82.59 hits per line

Uncovered Changes

Lines Coverage ∆ File
29
0.0
cluster/src/bin/cluster_add_uuid.rs
3
93.18
cluster/src/cluster_parse.rs
Jobs
ID Job ID Ran Files Coverage
1 f71510ac-1729-421e-aa34-01585ccac3a5.1 30 Jun 2026 04:05PM UTC 94
89.96
2 f71510ac-1729-421e-aa34-01585ccac3a5.2 30 Jun 2026 04:11PM UTC 106
92.23
Source Files on build f71510ac-1729-421e-aa34-01585ccac3a5
  • Tree
  • List 200
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #F71510AC...
  • Pull Request #3382
  • PR Base - main (#48EB8A88...)
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