[
https://issues.apache.org/jira/browse/SOLR-9989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16060210#comment-16060210
]
Yonik Seeley commented on SOLR-9989:
------------------------------------
Hmmm, wait... this patch seemed to remove the generic testing of other facet
methods that [~dsmiley] added. Was that intentional?
{code}
@@ -87,7 +85,9 @@ public class TestJsonFacets extends SolrTestCaseHS {
@ParametersFactory
public static Iterable<Object[]> parameters() {
// wrap each enum val in an Object[] and return as Iterable
- return () -> Arrays.stream(FacetField.FacetMethod.values()).map(it -> new
Object[]{it}).iterator();
+ return () -> Arrays.stream(FacetField.FacetMethod.values())
+ .filter(m -> m == FacetField.FacetMethod.ENUM)
+ .map(it -> new Object[]{it}).iterator();
}
{code}
> Add support for PointFields in FacetModule (JSON Facets)
> --------------------------------------------------------
>
> Key: SOLR-9989
> URL: https://issues.apache.org/jira/browse/SOLR-9989
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Facet Module
> Reporter: Tomás Fernández Löbbe
> Assignee: Cao Manh Dat
> Fix For: master (7.0)
>
> Attachments: SOLR-9989.patch, SOLR-9989.patch, SOLR-9989.patch
>
>
> Followup task of SOLR-8396
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]