cutting 2003/12/22 13:42:48 Modified: . CHANGES.txt Log: Updated for change to DocumentWriter.java. Revision Changes Path 1.63 +10 -1 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- CHANGES.txt 15 Dec 2003 23:04:42 -0000 1.62 +++ CHANGES.txt 22 Dec 2003 21:42:48 -0000 1.63 @@ -12,6 +12,15 @@ 3. Added a new method IndexReader.setNorm(), that permits one to alter the boosting of fields after an index is created. + 4. Distinguish between the final position and length when indexing a + field. The length is now defined as the total number of tokens, + instead of the final position, as it was previously. Length is + used for score normalization (Similarity.lengthNorm()) and for + controlling memory usage (IndexWriter.maxFieldLength). In both of + these cases, the total number of tokens is a better value to use + than the final token position. Position is used in phrase + searching (see PhraseQuery and Token.setPositionIncrement()). + 1.3 RC3
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]