Skip to content

Instantly share code, notes, and snippets.

@rei999
Created October 2, 2013 18:45
Show Gist options
  • Save rei999/6798567 to your computer and use it in GitHub Desktop.
Save rei999/6798567 to your computer and use it in GitHub Desktop.
package com.developer24hours.elasticsearch.service;
public interface ElasticSearchService {
public boolean indexCategories();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment