mirror of https://github.com/apache/lucene.git
Remove @SuppressPointFields annotation from DistributedTermsComponentTest, SOLR-11173 added TermsComponent support for Points fields.
This commit is contained in:
parent
fa511a0a6f
commit
1d5381511c
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.solr.handler.component;
|
||||
|
||||
import org.apache.solr.SolrTestCaseJ4.SuppressPointFields;
|
||||
import org.apache.solr.BaseDistributedSearchTestCase;
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -26,7 +25,6 @@ import org.junit.Test;
|
|||
*
|
||||
* @since solr 1.5
|
||||
*/
|
||||
@SuppressPointFields(bugUrl="https://issues.apache.org/jira/browse/SOLR-11173")
|
||||
public class DistributedTermsComponentTest extends BaseDistributedSearchTestCase {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue