Cache problem

Hi,

I have deleted documents, but it is always visible with elasticsearch-php. The document is not visible with elasticsearch-head-master. I have done cache clear on all index but it always visible. Do you have an idea for resolve this problem?

Thanks,

Best regards,

Aymeric BLANCHET

Elasticsearch's caches are consistent. Deletes are applied after the query cache and the request cache is invalidated when a refresh changes.

Are you running php requests through a caching proxy?

Hi nik9000,

The document wasn't deleted... Elasticsearch-head-master not showing all documents, cause of 10 default limitation show.

It's working now,

Sorry for this mistake,

Thanks for your help!