mirror of https://github.com/apache/lucene.git
SOLR-2020: use some chars outside the ascii range to test distributed search
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe98ebf7ec
commit
cd016ccf42
|
@ -172,6 +172,9 @@ public class TestDistributedSearch extends BaseDistributedSearchTestCase {
|
|||
query("q","*:*", "rows",0, "facet","true", "facet.query","quick", "facet.query","all", "facet.query","*:*");
|
||||
query("q","*:*", "rows",0, "facet","true", "facet.field",t1, "facet.mincount",2);
|
||||
|
||||
// a facet query to test out chars out of the ascii range
|
||||
query("q","*:*", "rows",0, "facet","true", "facet.query","{!term f=foo_s}international\u00ff\u01ff\u2222\u3333");
|
||||
|
||||
// simple date facet on one field
|
||||
query("q","*:*", "rows",100, "facet","true",
|
||||
"facet.date",tdate_a,
|
||||
|
|
Loading…
Reference in New Issue