Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Title: Validating Ranking Correctness During Solr/Lucene Migrations
category: solr/blogposts
summary: A practical article on detecting ranking behavior drift during major Solr/Lucene upgrades using side-by-side validation of candidate overlap, rank deltas, score distribution drift, and latency behavior. Written by Parveen Saini.
slug: solr-lucene-migration-correctness
URL: blogposts/solr-lucene-migration-correctness.html
save_as: blogposts/solr-lucene-migration-correctness.html

# Validating Ranking Correctness During Solr/Lucene Migrations

Major Solr/Lucene upgrades can introduce subtle ranking behavior changes even when functional tests continue to pass. This article discusses a practical side-by-side validation approach for detecting candidate-set changes, rank deltas, score distribution drift, and latency differences during migration testing.

The complete post can be read here: [Validating Ranking Correctness During Solr/Lucene Migrations](https://dzone.com/articles/solr5-to-solr8-migration-ads-system).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised this doesn't link to the comparison tool as well, which also has the detailed checklist.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks David. I opened a small follow-up PR to add the companion harness/checklist link as suggested.
#185