typo in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@749625 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-03-03 15:00:02 +00:00
parent 8062dc0814
commit e256f679e3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import org.apache.lucene.search.ExtendedFieldCache;
* <p>To also index floating point numbers, this class supplies two methods to convert them
* to integer values by changing their bit layout: {@link #doubleToSortableLong},
* {@link #floatToSortableInt}. You will have no precision loss by
* converting floating point numbers to integers and back (only that the integer form does
* converting floating point numbers to integers and back (only that the integer form
* is not usable). Other data types like dates can easily converted to longs or ints (e.g.
* date to long: {@link java.util.Date#getTime}).
* <p>To index the different precisions of the long values each encoded value is also reduced