mirror of https://github.com/apache/lucene.git
mention nightly builds in the news section (plus tiny HTML syntax fixes)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@372588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
abed4e6990
commit
ccde3ae5c0
|
@ -144,12 +144,16 @@ limitations under the License.
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>28 October 2005 - Lucene at ApacheCon</h3>
|
<h3>26 January 2006 - Nightly builds available</h3>
|
||||||
|
<p>Nightly builds of the current development version of Lucene, to be released as Lucene 1.9,
|
||||||
|
are now available at <a href="http://cvs.apache.org/dist/lucene/java/nightly/">http://cvs.apache.org/dist/lucene/java/nightly/</a>.
|
||||||
|
</p>
|
||||||
|
<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><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 />
|
<p>Monday, December 12, 2005 at 3pm by Grant Ingersoll:<br />
|
||||||
Abstract:<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:
|
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:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Term Vectors: Manual and Pseudo relevance feedback; Advanced document collection analysis for
|
<li>Term Vectors: Manual and Pseudo relevance feedback; Advanced document collection analysis for
|
||||||
domain specialization</li>
|
domain specialization</li>
|
||||||
<li>Span Queries: Better phrase matching; Candidate Identification for Question Answering</li>
|
<li>Span Queries: Better phrase matching; Candidate Identification for Question Answering</li>
|
||||||
|
@ -157,8 +161,8 @@ limitations under the License.
|
||||||
<li>Case Studies from <a href="http://www.cnlp.org">CNLP</a>: Crosslingual/multilingual retrieval in Arabic, English and Dutch;
|
<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
|
Sublanguage specialization for commercial trouble ticket analysis; Passage retrieval and
|
||||||
analysis for Question Answering application</li>
|
analysis for Question Answering application</li>
|
||||||
</ol>
|
</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>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>
|
</p>
|
||||||
<h3>14 February 2005 - Lucene moves to Apache top-level</h3>
|
<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,
|
<p>Lucene has migrated from Apache's Jakarta project to the top-level. Along with this migration,
|
||||||
|
|
|
@ -22,11 +22,18 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section name="Lucene News">
|
<section name="Lucene News">
|
||||||
|
|
||||||
|
<h3>26 January 2006 - Nightly builds available</h3>
|
||||||
|
|
||||||
|
<p>Nightly builds of the current development version of Lucene, to be released as Lucene 1.9,
|
||||||
|
are now available at <a href="http://cvs.apache.org/dist/lucene/java/nightly/">http://cvs.apache.org/dist/lucene/java/nightly/</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>28 October 2005 - Lucene at ApacheCon</h3>
|
<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><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/>
|
<p>Monday, December 12, 2005 at 3pm by Grant Ingersoll:<br/>
|
||||||
Abstract:<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:
|
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:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Term Vectors: Manual and Pseudo relevance feedback; Advanced document collection analysis for
|
<li>Term Vectors: Manual and Pseudo relevance feedback; Advanced document collection analysis for
|
||||||
domain specialization</li>
|
domain specialization</li>
|
||||||
|
@ -36,7 +43,7 @@
|
||||||
Sublanguage specialization for commercial trouble ticket analysis; Passage retrieval and
|
Sublanguage specialization for commercial trouble ticket analysis; Passage retrieval and
|
||||||
analysis for Question Answering application</li>
|
analysis for Question Answering application</li>
|
||||||
</ol>
|
</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>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>
|
</p>
|
||||||
|
|
||||||
<h3>14 February 2005 - Lucene moves to Apache top-level</h3>
|
<h3>14 February 2005 - Lucene moves to Apache top-level</h3>
|
||||||
|
|
Loading…
Reference in New Issue