0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

FESSのインストール

Last updated at Posted at 2024-12-08

[Windows][FESS]

準備(ファイルの入手)

  • FESSのダウンロード
  • opensearchのダウンロード
  • JDKのダウンロード

プラグインのインストール(オンライン)

  • プラグインの入手
    バージョンを合わせること
    $OPENSEARCH_HOME\bin\opensearch-plugin install org.codelibs.opensearch:opensearch-analysis-fess:2.18.0
    $OPENSEARCH_HOME\bin\opensearch-plugin install org.codelibs.opensearch:opensearch-analysis-extension:2.18.0
    $OPENSEARCH_HOME\bin\opensearch-plugin install org.codelibs.opensearch:opensearch-minhash:2.18.0
    $OPENSEARCH_HOME\bin\opensearch-plugin install org.codelibs.opensearch:opensearch-configsync:2.18.0
    
  • おすすめプラグイン
    $OPENSEARCH_HOME\bin\opensearch-plugin install ingest-attachment
    $OPENSEARCH_HOME\bin\opensearch-plugin install analysis-kuromoji
    

プラグインのインストール(オンライン)

設定ファイルの編集

  • Pathの区切りは¥マーク
    ファイルに追記
    パス末尾のスラッシュが必要だそう
    $OPENSEARCH_HOME/config/opensearch.yml
    configsync.config_path: C:\opensearch-2.18.0\data\config\
    plugins.security.disabled: true
    
  • Pathの区切りはスラッシュ
    コメントアウトして、パスを記入
    パス末尾のスラッシュが必要だそう
    $FESS_HOME/bin/fess.in.bat
    REM External opensearch cluster
    set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.search_engine.http_address=http://localhost:9200
    set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.dictionary.path=C:/opensearch-2.18.0/data/config/
    

起動

  • Opensearch.exeから起動
    \opensearch-2.18.0\bin> .\opensearch.bat
    
  • FESSの起動
    \fess-14.18.0\bin> .\fess.bat
    

インストール

  • Opensearch.exeからインストール
    \opensearch-2.18.0> .\opensearch-windows-install.bat
    
  • FESSのインストール
    \fess-14.18.0\bin> .\service.bat install
    \fess-14.18.0\bin> .\service.bat start
    

ローカルファイルの検索準備

  1. 管理者でログイン
  2. 管理 -> クローラ -> ファイルシステム -> 新規追加
  3. パスの入力
    file:/C:/Users/hogehoge/Desktop
  4. スケジュールから実行

停止

  • FESSから止めること

参考サイト

  • 以上です。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?