Stew Seo
Stew Seo
Disabling required properties checks, suggested in the documentation: - https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/missing-required-property.html
Specify location and category. http://api.yelp.com/v3/businesses/search?location=brooklyn&limit=50&term=restaurants&categories=delis Specify latitude, longitude, radius and sort_by. http://api.yelp.com/v3/businesses/search?longitude=-73.9874&latitude=40.7222&radius=3200&limit=50&term=restaurants&categories=delis&sort_by=review_count
Does sending the request with cURL or Postman return a value for the metadata field: _id? Posting the debug logs from org.elasticsearch.client.RestClient and the trace request string from org.elasticsearch.client.RequestLogger could...