You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by eh...@apache.org on 2004/04/05 19:23:38 UTC

cvs commit: jakarta-lucene/src/java/org/apache/lucene/search Sort.java

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
    * {@link 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: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org