Messy archive
Migrated folders lost their context
After fileshares move and merge, the old folder path becomes a weak memory of how work actually happened.
old-share/
migration-export/
final/
final-v2-copy.docx
staff-handover/
unknown-owner.xlsx

Search first. Ask AI second. Keep the sources visible.
Legacy folders were becoming harder to trust: migrated shares, duplicate packs, hidden sensitive files, and metadata trapped inside documents. The project reframed that mess as a searchable index, so teams could find evidence, inspect sources, and act.
Before Solr
folder archaeologyremediation/old-share/export/final/final-v2.docx
archive/handover/silo-2/final-final.docx
planning/permissions/access-list.xlsx
remote-handling/civil/reports/stack-access.pdf
Problem
The folder path is the only map, but the map is out of date.
Solr shift
Each file becomes a searchable document with fields, text, facets, and a source link.
The problem
The OSD and write-up frame the core issue as data entropy: unmanaged shares become less accessible over time, especially after migrations, staff turnover, and weak retention practices.
Messy archive
After fileshares move and merge, the old folder path becomes a weak memory of how work actually happened.
old-share/
migration-export/
final/
final-v2-copy.docx
staff-handover/
unknown-owner.xlsx
Solr model
Solr keeps the original path, then adds searchable fields so discovery is not limited to folder browsing.
Interactive Solr lab
This is a simplified model of the trial: files become indexed documents, queries retrieve evidence, and facets make the result set explainable.
Query intent
Solr narrows the collection to remediation records, then promotes documents with duplicate keys and matching work-pack language.
Ranked results
4 shown
\\remediation\migrated\area-a\workpacks\silo-2\final.docx
96%
Three files share a duplicate key. This copy has the latest version field and most recent modified date.
\\archive\handover\mizan-export\silo-2\final-final.docx
91%
Same duplicate key as the current work pack, but older version metadata and an archive source path.
\\bepps-diff\data-review\exports\metadata-review.csv
44%
This record matched through indexed text and metadata fields.
\\remediation\governance\inventories\author-version-gaps.xlsx
38%
This record matched through indexed text and metadata fields.
Why the top result wins
Solr can rank this record because the evidence is structured: title terms, extracted text, source area, document type, classification, version, and modified date are all available as fields.
Source stays visible
\\remediation\migrated\area-a\workpacks\silo-2\final.docx
How Solr works
The useful move is to separate discovery from synthesis. Solr retrieves inspectable evidence first. LLMs can then ask better questions downstream because the context is grounded.
step 01
Solr starts by receiving documents from folders, exports, or ingestion scripts. The path is preserved so every result can point back to a source.
User stories from the OSD deck
Remediation Data Manager
Run Solr queries over remediation shares to identify duplicate files, compare versions, and keep the most current evidence accessible.
Remote Handling Engineer
Search inspection reports for UAV, ROV, drone, route, and access terms, then review the ranked shortlist.
Classification and compliance stay in scope
The OSD also treats classification as a core constraint: Official-Sensitive files may be indexed, so security settings, access controls, and standards alignment matter from the start.
Impact
The largest change is practical: teams can ask sharper questions of legacy data while still keeping the source record, classification, and governance trail visible.
Before
Staff browse inherited folder trees and hope naming conventions hold.
After
Users search by intent, then narrow with fields and facets.
Before
Current, copied, and archived documents compete for attention.
After
Duplicate groups become reviewable candidates with version and date context.
Before
Sensitive material may sit unnoticed inside unmanaged exports.
After
Specific queries surface likely risks for classification and access review.
Before
An LLM would be asked to reason over whatever context someone pasted in.
After
Solr retrieves inspectable sources first; LLM inquiry can happen downstream.
Back to portfolio