シンプルな To Do リスト アプリケーションで Elasticsearch を初めて使用することにしました。このビデオに従ってモジュールを使用し、モジュール自体には何も変更せず、アプリケーションを作成し、コントローラーにクラス search.java を追加しました。
Execution exception
NoNodeAvailableException occured : No node available
In {module:elasticsearch-0.4}/app/controllers/elasticsearch/ElasticSearchController.java (around line 367)
363:
// FIXME Currently we ignore the orderBy and order fields
364:
query.from((page - 1) * getPageSize()).size(getPageSize());
365:
query.hydrate(true);
366:
367:
return query.fetch();
368:
}