Skip to content

Instantly share code, notes, and snippets.

@suresk
Created April 10, 2016 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suresk/18f6db58b52fb770381328bfca9d3341 to your computer and use it in GitHub Desktop.
Save suresk/18f6db58b52fb770381328bfca9d3341 to your computer and use it in GitHub Desktop.
Elasticsearch rebuild job
// Do the indexing
T res = job.rebuildIndex(indexName);
....
public interface IndexRebuildJob<T>
{
public T rebuildIndex(String indexName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment