Added chainable filter and index multiple fields contributions to the contributions.html page

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Peter Carlson 2002-04-01 05:33:29 +00:00
parent b5e628af32
commit 678386d4e9
4 changed files with 150 additions and 0 deletions

View File

@ -540,6 +540,106 @@
</blockquote>
</td></tr>
<tr><td><br/></td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Chainable Filter"><strong>Chainable Filter</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>
</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg01168.html">
http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg01168.html
</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
author
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Kelvin Tan - kelvin@relevanz.com
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
<tr><td><br/></td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Multiple Field Searching"><strong>Multiple Field Searching</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>
</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00775.html">
http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00775.html
</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
author
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Kelvin Tan - kelvin@relevanz.com
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
<tr><td><br/></td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">

View File

@ -146,6 +146,7 @@ the <a href="http://jakarta.apache.org/site/mail.html">Jakarta-Lucene mailing li
<li><b>Jon Stevens</b> (jon at latchkey.com)</li>
<li><b>Tal Dayan</b> (zapta at apache.org)</li>
<li><a href="http://www.trilug.org/~acoliver">Andrew C. Oliver</a> (acoliver at apache dot org)</li>
<li><b>Peter Carlson</b> (carlson at apache.org)</li>
</ul>
</blockquote>
</p>

View File

@ -203,6 +203,54 @@
</tr>
</table>
</subsection>
<subsection name="Chainable Filter">
<p>
</p>
<table>
<tr>
<th>
URL
</th>
<td>
<a href="http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg01168.html">
http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg01168.html
</a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
Kelvin Tan - kelvin@relevanz.com
</td>
</tr>
</table>
</subsection>
<subsection name="Multiple Field Searching">
<p>
</p>
<table>
<tr>
<th>
URL
</th>
<td>
<a href="http://http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00775.html">
http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00775.html
</a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
Kelvin Tan - kelvin@relevanz.com
</td>
</tr>
</table>
</subsection>
<subsection name="Lucene Tutorial">
<p>
</p>

View File

@ -39,6 +39,7 @@ the <a href="http://jakarta.apache.org/site/mail.html">Jakarta-Lucene mailing li
<li><b>Jon Stevens</b> (jon at latchkey.com)</li>
<li><b>Tal Dayan</b> (zapta at apache.org)</li>
<li><a href="http://www.trilug.org/~acoliver">Andrew C. Oliver</a> (acoliver at apache dot org)</li>
<li><b>Peter Carlson</b> (carlson at apache.org)</li>
</ul>
</section>