Index Monitor |
Description
|
LIMO stands for Lucene Index Monitor. The idea is to
have a small tool, running as a web application, that gives
basic information about indexes used by the Lucene search engine
(http://lucene.apache.org). LIMO is a SourceForge project : this is the right place to report a bug, submit a new feature or whatever. |
Features
|
LIMO provides : - Index statistics |
Download
|
from SourceForge |
Installation
|
First you need to have a Servlet Container installed. If it's not the
case take a look at Tomcat. Then you need to put the
LIMO.war file in the /web-app directory of your servlet container
application. The .WAR file will be automatically unpacked by the servlet
container when you'll reload the container. If you previously installed another version of limo, save the limo.parameters file and put it back in the directory after restarting the server in order to keep the information about the indices you are monitoring. After reloading your servlet container and typing http://localhost:8080/LIMO (if you servlet container uses this port), you should see a list of the indexes available for LIMO. |
Contact
|
julien at digitalpebble.com |