<%@ page pageEncoding="Shift_JIS" %> <% /* Author: Andrew C. Oliver (acoliver2@users.sourceforge.net) */ /*String appTitle = "Jakarta Lucene Example - Intranet Server Search Application";*/ String appTitle = "Jakarta Lucene 例題 - イントラネットサーバ検索アプリケーション"; /* make sure you point the below string to the index you created with IndexHTML */ /* 下記文字列がIndexHTMLで作ったインデックスを指しているかどうか確認してください */ String indexLocation = "/opt/lucene/index"; /*String appfooter = "Jakarta Lucene Template WebApp 1.0";*/ String appfooter = "Jakarta Lucene テンプレートWebアプリケーション 1.0"; %>