Retrieve top searches without results

Retrieves the most popular searches that didn’t return any results.

Usage

Required ACL: analytics
1
2
3
4
5
6
import com.algolia.api.AnalyticsClient;
import com.algolia.model.analytics.*;

AnalyticsClient client = new AnalyticsClient("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY", "ALGOLIA_APPLICATION_REGION");

client.getSearchesNoResults("index");
Did you find this page helpful?