Now you're ready to roll. In your browser set the url to "http://localhost:8080/luceneweb"
enter "test" and the number of items per page and press search.
さあ、さいを投げる準備ができました。
ブラウザを開いて、URLを"http://localhost:8080/luceneweb"にセットします。
"test"と入力し、一ページに表示する検索結果の数を入力して、searchボタンを押します。
You should now be looking either at a number of results (provided you didn't erase the
Tomcat examples) or nothing. Try other search terms. Depending on the number of items
per page you set and results returned, there may be a link at the bottom that says "more results>>",
clicking it goes to subsequent pages. If you get an error regarding opening the index, then you
probably set the path in "configuration" incorrectly or Tomcat doesn't have permissions to the
index (or you skipped the step of creating it).
(もしTomcatの例題を削除していなければ)
たくさんの検索結果が表示されているでしょうし、そうでなければ何も表示されていないでしょう。
別の検索語を試してみましょう。
設定したページ毎の検索結果表示数と実際の検索結果によって、
ページの一番下に"more results>>" というリンクがあって、
クリックすると次のページに行きます。
インデックスを開く時にエラーが発生した場合、"設定"に書かれているパスが間違っているか、
Tomcatがインデックスを読む権限を持っていないのでしょう
(あるいはインデックスを作りわすれているか) 。