Hi there,

I am using lucene 2.0.0 in an open-source project:
http://m-m-m.googlecode.com/svn/trunk/mmm-search/

It is still work in progress but it has nice features such as a fault tolerant
query parser and a nice plugable parser collection for various fileformats.

For the presentation I use lucene-highlighting.
But somehow the contribs seem not to be available in the maven repository:
http://repo1.maven.org/maven2/org/apache/lucene/

I can only find lucene-core.

Could someone upload lucene-highlighter-2.0.0.jar as well?
I attached a suiteable POM for you if you like to.

Thanks
  Jörg

<?xml version="1.0"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.lucene</groupId>
  <artifactId>lucene-highlighter</artifactId>
  <name>Lucene Highlighter</name>
  <version>2.0.0</version>
  <description>This is the highlighter for apache lucene java</description>
  <url>http://lucene.apache.org</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments></comments>
    </license>
  </licenses>
  <organization>
    <name>Apache Software Foundation</name>
    <url>http://www.apache.org</url>
  </organization>
  <dependencies>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-core</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to