Grant - could you send those patch files to me personally - the attachments got stripped sending to the list.

Thanks,
    Erik

On 28 Oct 2005, at 09:32, Grant Ingersoll wrote:

Patches are attached. I created two patches, one for the Lucene Java sub project and one for the top level site. While my talk will use Java examples, the concepts should be applicable to all the flavors of Lucene.

Both patches were generated using svn diff. The lucene-java-site- patch.txt was generated in the xdocs directory of the Java project, while the top-level-patch.txt was generated from a checkout of http://svn.apache.org/repos/asf/lucene/site/

Please let me know any changes I need to make and if there is anything else I can do.

Thanks,
Grant

Doug Cutting wrote:


Grant Ingersoll wrote:


Should I get the source and propose a patch or is there somebody who is in "charge" of the website?



A patch would be great. The site is generated from the xdocs directory with 'ant docs'. You also need to check out jakarta- site2 as ../jakarta-site2.

Doug

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



Index: src/documentation/content/xdocs/index.xml
===================================================================
--- src/documentation/content/xdocs/index.xml    (revision 329198)
+++ src/documentation/content/xdocs/index.xml    (working copy)
@@ -1,68 +1,76 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
-          "http://forrest.apache.org/dtd/document-v20.dtd";>
-
-<document>
-
-  <header>
-    <title>Welcome to Lucene!</title>
-  </header>
-
-  <body>
-
-    <section>
-      <title>Introduction</title>
-
-      <p>
-      The Apache Lucene project develops open-source search software,
-      including:
-      </p>
-
-      <ul>
-
-      <li><a href="ext:java"><strong>Lucene Java</strong></a>, our
-      flagship sub-project, provides Java-based indexing and search
-      technology.</li>
-
-      <li><a href="ext:nutch"><strong>Nutch</strong></a> builds on <a
-      href="ext:java">Lucene Java</a> to provide web search
-      application software.</li>
-
-      <li><a href="ext:lucene4c"><strong>Lucene4c</strong></a> is a
-      C-based search engine compatible with <a href="ext:java">Lucene
-      Java</a>, built on the Apache Portable Runtime.  Lucene4c is
-      still under incubation.</li>
-      </ul>
-
-    </section>
-
-    <section>
-      <title>News</title>
-
-      <section>
-      <title>1 June 2005 - Nutch graduates from Incubator</title>
- <p>The Nutch project has graduated from the Apache Incubator and
-      now joins Lucene as a sub-project.</p>
-      </section>
-
-      <section>
- <title>14 February 2005 - Lucene moves to Apache top-level</ title>
-      <p>Lucene has migrated from Apache's Jakarta project to the
- top-level. Along with this migration, the source code repository
-      has been converted to Subversion. The migration is in progress
-      with some loose ends. Please stay tuned!</p>
-      </section>
-
-      <section>
-      <title>December 2004 - Lucene in Action is published</title>
-      <p>The first book dedicated solely to Lucene is published. The
-      "search inside the book" feature implemented with Lucene can be
- seen at <a href="http://lucenebook.com/";>lucenebook.com</ a>.</p>
-      </section>
-
-    </section>
-
-  </body>
-
-</document>
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
+          "http://forrest.apache.org/dtd/document-v20.dtd";>
+
+<document>
+
+  <header>
+    <title>Welcome to Lucene!</title>
+  </header>
+
+  <body>
+
+    <section>
+      <title>Introduction</title>
+
+      <p>
+      The Apache Lucene project develops open-source search software,
+      including:
+      </p>
+
+      <ul>
+
+      <li><a href="ext:java"><strong>Lucene Java</strong></a>, our
+      flagship sub-project, provides Java-based indexing and search
+      technology.</li>
+
+      <li><a href="ext:nutch"><strong>Nutch</strong></a> builds on <a
+      href="ext:java">Lucene Java</a> to provide web search
+      application software.</li>
+
+      <li><a href="ext:lucene4c"><strong>Lucene4c</strong></a> is a
+      C-based search engine compatible with <a href="ext:java">Lucene
+      Java</a>, built on the Apache Portable Runtime.  Lucene4c is
+      still under incubation.</li>
+      </ul>
+
+    </section>
+
+    <section>
+      <title>News</title>
+      <section>
+      <title>28 October 2005 - Lucene at ApacheCon</title>
+ <p>On December 12, 2005 at 3pm, Grant Ingersoll will be presenting the session titled "Advanced Lucene", covering Term Vectors, Span Queries + and several case studies from work using Lucene at <a href="ext:http://www.cnlp.org";>CNLP</a>. For + details visit the <a href="ext:http://www.apachecon.com/2005/ US/html/sessions.html/e=MjAwNS9VUw#1400">ApacheCon</a> website.
+      </p>
+ <p><a href="ext:http://www.apachecon.com";><img src="http:// apachecon.com/2005/US/logos/Conference-animated-85x39.gif"/></a>
+      </p>
+      </section>
+      <section>
+      <title>1 June 2005 - Nutch graduates from Incubator</title>
+ <p>The Nutch project has graduated from the Apache Incubator and
+      now joins Lucene as a sub-project.</p>
+      </section>
+
+      <section>
+ <title>14 February 2005 - Lucene moves to Apache top-level</ title>
+      <p>Lucene has migrated from Apache's Jakarta project to the
+ top-level. Along with this migration, the source code repository
+      has been converted to Subversion. The migration is in progress
+      with some loose ends. Please stay tuned!</p>
+      </section>
+
+      <section>
+      <title>December 2004 - Lucene in Action is published</title>
+      <p>The first book dedicated solely to Lucene is published. The
+      "search inside the book" feature implemented with Lucene can be
+ seen at <a href="http://lucenebook.com/";>lucenebook.com</ a>.</p>
+      </section>
+
+    </section>
+
+  </body>
+
+</document>
Index: index.xml
===================================================================
--- index.xml    (revision 329193)
+++ index.xml    (working copy)
@@ -22,7 +22,23 @@
         </section>

         <section name="Lucene News">
-
+          <h3>28 October 2005 - Lucene at ApacheCon</h3>
+ <p><a href="http://www.apachecon.com";><img src="http:// apachecon.com/2005/US/logos/Conference135x59.jpg"/></a></p> + <p>Monday, December 12, 2005 at 3pm by Grant Ingersoll:<br/>
+                Abstract:<br/>
+ Lucene is a high performance, scalable, cross- platform search engine that contains many advanced features that often go untapped by the majority of users. In this session, designed for those familiar with Lucene, we will examine some of Lucene's more advanced topics and their application, including:
+                <ol>
+ <li>Term Vectors: Manual and Pseudo relevance feedback; Advanced document collection analysis for
+                        domain specialization</li>
+ <li>Span Queries: Better phrase matching; Candidate Identification for Question Answering</li> + <li>Tying it all Together: Building a search framework for experimentation and rapid deployment</li> + <li>Case Studies from <a href="http:// www.cnlp.org">CNLP</a>: Crosslingual/multilingual retrieval in Arabic, English and Dutch; + Sublanguage specialization for commercial trouble ticket analysis; Passage retrieval and + analysis for Question Answering application</li>
+                </ol>
+ Topics 1 through 3 will provide technical details on implementing the advanced Lucene features, while the fourth topic will provide a broader context for understanding when and where to use these features.
+            </p>
+
<h3>14 February 2005 - Lucene moves to Apache top-level</ h3>

<p>Lucene has migrated from Apache's Jakarta project to the top-level. Along with this migration,

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


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

Reply via email to