Hi there,

I have an index that has a field called collection_facet.

There was a value 'Ness Motley Law Firm Documents' that we wanted to update to 
'Ness Motley Law Firm'.  There were 36,132 records with this value.  So I 
re-indexed just the 36,132 records.  After the update, I ran a facet query 
(q=*:*&facet=true&facet.field=collection_facet) to see if the value got updated 
and I saw
Ness Motley Law Firm 36,132  -- as expected
Ness Motley Law Firm Documents 0 — Why is this value still here even though 
clearly there are no records with this value anymore?  I thought maybe it was 
cached, so I restarted solr, but I still got the same results.

"facet_fields": { "collection_facet": [
… "Ness Motley Law Firm", 36132,
… "Ness Motley Law Firm Documents", 0 ]



Rebecca Tang
Applications Developer, UCSF CKM
Legacy Tobacco Document Library<legacy.library.ucsf.edu/>
E: rebecca.t...@ucsf.edu

Reply via email to