remote _moreLikeThis option

This commit is contained in:
kimchy 2010-04-04 21:48:44 +03:00
parent d0a79223db
commit 4e347425e8
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ public class RestMoreLikeThisAction extends BaseRestHandler {
@Inject public RestMoreLikeThisAction(Settings settings, Client client, RestController controller) {
super(settings, client);
controller.registerHandler(GET, "/{index}/{type}/{id}/_moreLikeThis", this);
controller.registerHandler(POST, "/{index}/{type}/{id}/_moreLikeThis", this);
controller.registerHandler(GET, "/{index}/{type}/{id}/_mlt", this);
controller.registerHandler(POST, "/{index}/{type}/{id}/_mlt", this);
}