ElasticSearch を使用して Web アプリケーション用の検索エンジンを実装しています。Play フレームワークを使用しています。ElasticSearch モジュールをインストールしようとすると、コマンド プロンプトに正常にインストールされたと書かれていましたが、CRUD などの他のモジュールのようにプロジェクト エクスプローラーに表示されず、使用しようとすると、使用@ElasticSearchable
できないというエラーが発生します。型に分解されます。
アプリケーションを停止して Eclipse に再度インポートしようとしましたが、何も変わりませんでした。
これは私がコマンドプロンプトで得たものです。これは、エラスティック検索フォルダーを間違った場所に配置している可能性があると思いました。モジュールフォルダーに追加しましたが、これは正しい場所ですか??
~ _ _
~ _ __ | | __ _ _ _| |
~ | '_ \| |/ _' | || |_|
~ | __/|_|\____|\__ (_)
~ |_| |__/
~
~ play! 1.2.4, http://www.playframework.org
~
~ Resolving dependencies using C:\Users\ahmed\Documents\play\play-1.2.4\se\conf\dependencies.yml,
~
~ play->elasticsearch {0.4} (from playContributedModules)
~
~ WARNING: Some dependencies could not be downloaded (use --verbose for details),
~
~ play->elasticsearch {0.4}: missing artifact
~
~ No dependencies to install
~
~ *****************************************************************************
~ WARNING: These dependencies are missing, your application may not work properly (use --verbose for details),
~
~ play->elasticsearch {0.4}: missing artifact
~ *****************************************************************************
~
~ Some dependencies are still missing.
~