Weird fq caching bug when using timeAllowed.... Find a pwid (in this case YLGVQ) Run a query w/ a FQ on the pwid and timeAllowed=1. http://hgsolr2devsl.healthgrades.com:8983/solr/providersearch/select/?q=*:*&wt=json&fl=pwid&fq=pwid:YLGVQ&timeAllowed=1 Ensure #2 returns 0 results Rerun the query without the timeAllowed param. http://hgsolr2devsl.healthgrades.com:8983/solr/providersearch/select/?q=*:*&wt=json&fl=pwid&fq=pwid:YLGVQ Note that after removing the timeAllowed parameter the query is still returning 0 results.
Solr seems to be caching the FQ when the timeAllowed parameter is present. Bill Bell Sent from mobile