SOLR-10847: add jira URL to existing @SuppressPointFields annotation

This commit is contained in:
Chris Hostetter 2017-06-22 16:31:03 -07:00
parent 8d92e08c9c
commit 49e9b68c29
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import java.util.regex.Pattern;
*
**/
// TermsComponent not currently supported for PointFields
@SolrTestCaseJ4.SuppressPointFields
@SolrTestCaseJ4.SuppressPointFields(bugUrl="https://issues.apache.org/jira/browse/SOLR-10847")
public class TermsComponentTest extends SolrTestCaseJ4 {
@BeforeClass