- Updated with the latest changes.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149920 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2003-01-07 16:11:00 +00:00
parent c8a221d1e1
commit 394da6b050
3 changed files with 9 additions and 6 deletions

View File

@ -101,6 +101,11 @@ $Id$
20. Added getFieldNames() to IndexReader and Segment(s)Reader classes.
(Peter Mularien via otis)
21. Added getFields(String) and getValues(String) methods.
(Rasik Pandey via otis)
Contributed by Rasik Pandey on 2002-10-09
1.2 RC6
1. Changed QueryParser.jj to have "?" be a special character which

View File

@ -265,10 +265,9 @@
</td>
</tr>
<tr>
<td valign="top">Add some requested methods: Document.getValues,
<td valign="top">Add some requested methods:
IndexReader.getIndexedFields</td>
<td valign="top"> String[] Document.getValues(String
fieldName);
<td valign="top">
String[] IndexReader.getIndexedFields();</td>
<td valign="top">
<ul>

View File

@ -122,10 +122,9 @@
</td>
</tr>
<tr>
<td valign="top">Add some requested methods: Document.getValues,
<td valign="top">Add some requested methods:
IndexReader.getIndexedFields</td>
<td valign="top"> String[] Document.getValues(String
fieldName);
<td valign="top">
String[] IndexReader.getIndexedFields();</td>
<td valign="top">
<ul>