ehatcher 2004/04/05 10:23:38 Modified: src/java/org/apache/lucene/search Sort.java Log: fixup javadocs based on changes made to support jdk 1.3 Revision Changes Path 1.7 +2 -3 jakarta-lucene/src/java/org/apache/lucene/search/Sort.java Index: Sort.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/search/Sort.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Sort.java 4 Apr 2004 15:28:14 -0000 1.6 +++ Sort.java 5 Apr 2004 17:23:38 -0000 1.7 @@ -37,8 +37,7 @@ * <p>There are three possible kinds of term values which may be put into * sorting fields: Integers, Floats, or Strings. Unless * [EMAIL PROTECTED] SortField SortField} objects are specified, the type of value - * in the field is determined by using a regular expression against the - * first term in the field. + * in the field is determined by parsing the first term in the field. * * <p>Integer term values should contain only digits and an optional * preceeding negative sign. Values must be base 10 and in the range
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]