mirror of https://github.com/apache/lucene.git
revert accidental commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001320 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
745b3cbf9a
commit
5d01ed38c7
|
@ -133,7 +133,7 @@ public class QueryParsingTest extends SolrTestCaseJ4 {
|
|||
flds = sort.getSort();
|
||||
assertEquals(flds[0].getType(), SortField.FLOAT);
|
||||
assertEquals(flds[0].getField(), "weight");
|
||||
gvim
|
||||
|
||||
//Test literals in functions
|
||||
sort = QueryParsing.parseSort("strdist(foo_s, \"junk\", jw) desc", schema);
|
||||
flds = sort.getSort();
|
||||
|
|
Loading…
Reference in New Issue