dnaber 2004/10/18 15:36:54
Modified:src/java/org/apache/lucene/search Sort.java
Log:
don't use the deprecated API in the documentation example
Revision ChangesPath
1.10 +3 -3 jakarta-lucene/src/java/org/apache/lucene/search/Sort.java
Index: Sort.java
===
dnaber 2004/09/05 15:53:37
Modified:src/java/org/apache/lucene/search Sort.java
Log:
adding a getSort() method, as suggested by bug 30242, but unlike in the bug report
it's called getSort(), not getSortFields(), as the set method is also called
setSort(...)
PR: 30242
Revisi
dnaber 2004/09/05 15:49:26
Modified:src/java/org/apache/lucene/search Sort.java
Log:
don't mix spaces and tabs (but use spaces only), no functional change
Revision ChangesPath
1.8 +104 -103 jakarta-lucene/src/java/org/apache/lucene/search/Sort.java
Index: Sor
ehatcher2004/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 ChangesPath
1.7 +2 -3 jakarta-lucene/src/java/org/apache/lucene/search/Sort.java
Index: Sort.java
=
ehatcher2004/04/04 08:28:14
Modified:src/java/org/apache/lucene/search Sort.java SortField.java
Log:
handy toString methods for the new Sort classes. feel free to adjust the aesthetics
Revision ChangesPath
1.6 +13 -1 jakarta-lucene/src/java/org/apache/lucene/se
cutting 2004/02/25 14:17:41
Modified:src/java/org/apache/lucene/search Sort.java
Log:
Patch to sort code.
Revision ChangesPath
1.3 +2 -2 jakarta-lucene/src/java/org/apache/lucene/search/Sort.java
Index: Sort.java
=