test trie types with frange

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-07-16 22:27:54 +00:00
parent 4df62ab249
commit 4edbce9cec
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@ public class TestRangeQuery extends AbstractSolrTestCase {
frange_fields.put("foo_l", longs);
frange_fields.put("foo_d", doubles);
frange_fields.put("foo_ti", ints);
frange_fields.put("foo_tl", longs);
frange_fields.put("foo_td", doubles);
frange_fields.put("foo_pi", ints);
frange_fields.put("foo_pl", longs);
frange_fields.put("foo_pd", doubles);