Github user softwaredoug commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/275#discussion_r154483649
--- Diff:
solr/core/src/test/org/apache/solr/search/TestSolrQueryParser.java ---
@@ -1057,7 +1057,35 @@ public void testShingleQueries() throws Exception {
, "/response/numFound==1"
);
}
-
+
+
+ public void testSynonymQueryStyle() throws Exception {
+ ModifiableSolrParams edismaxParams = params("qf", "t_pick_best_foo");
+
+ QParser qParser = QParser.getParser("tabby", "edismax",
req(edismaxParams));
--- End diff --
whoops, good catch
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]