mirror of https://github.com/apache/lucene.git
LUCENE-5399: remove nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene539399@1558621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
11a5162fca
commit
6dc6525e8f
|
@ -169,8 +169,6 @@ public class SortField {
|
|||
this.parser = parser;
|
||||
}
|
||||
|
||||
// nocommit should missing first/last not be affected by reverse=true???
|
||||
|
||||
/** Pass this to {@link #setMissingValue} to have missing
|
||||
* string values sort first. */
|
||||
public final static Object STRING_FIRST = new Object() {
|
||||
|
|
Loading…
Reference in New Issue