My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Installation  
Installation instructions for lucene-log4j
Phase-Deploy, Featured
Updated Nov 23, 2009 by cheng....@gmail.com

Download binaries

This project uses and encourages Maven2 for dependencies management. It's not been uploaded to central yet so you should include the following in your repositories section of the pom.xml:

<repositories>
  <repository>
    <id>lucene-log4j-release</id>
    <name>Lucene-log4j Google Code Repository</name>
    <url>http://lucene-log4j.googlecode.com/svn/maven2/releases</url>
  </repository>
</repositories>

Modules

Core

Contains core utilities to build the lucene log index.

  <groupId>com.googlecode.lucene-log4j</groupId>
  <artifactId>lucene-log4j-core</artifactId>

Sample webapp

Contains a sample servlet that allows search on the generated lucene index.

  <groupId>com.googlecode.lucene-log4j</groupId>
  <artifactId>lucene-log4j-sample-webapp</artifactId>
Powered by Google Project Hosting