Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/275#discussion_r154456181 --- 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 -- Why not the default/lucene query parser? That's what TestSolrQueryParser tests.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org