otis 2004/08/15 13:49:30
Modified: src/java/org/apache/lucene/index IndexReader.java
Log:
- Javadoc fix
Revision Changes Path
1.35 +3 -3 jakarta-lucene/src/java/org/apache/lucene/index/IndexReader.java
Index: IndexReader.java
===================================================================
RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/index/IndexReader.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- IndexReader.java 7 Aug 2004 11:10:02 -0000 1.34
+++ IndexReader.java 15 Aug 2004 20:49:30 -0000 1.35
@@ -304,7 +304,7 @@
/** Expert: Resets the normalization factor for the named field of the named
* document. The norm represents the product of the field's {@link
* Field#setBoost(float) boost} and its {@link Similarity#lengthNorm(String,
- * int) length normalization}. Thus, to preserve the length normalization
+ * int) length normalization}. Thus, to preserve the length normalization
* values when resetting this, one should base the new value upon the old.
*
* @see #norms(String)
@@ -394,7 +394,7 @@
public abstract TermPositions termPositions() throws IOException;
/**
- * Trys to acquire the WriteLock on this directory.
+ * Tries to acquire the WriteLock on this directory.
* this method is only valid if this IndexReader is directory owner.
*
* @throws IOException If WriteLock cannot be acquired.
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
|