mirror of https://github.com/apache/lucene.git
SOLR-10847: add jira URL to existing @SuppressPointFields annotation
This commit is contained in:
parent
8d92e08c9c
commit
49e9b68c29
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue