Curtis Fehr created SOLR-8024: --------------------------------- Summary: Json facet api fails on multivalue trieint with docvalues Key: SOLR-8024 URL: https://issues.apache.org/jira/browse/SOLR-8024 Project: Solr Issue Type: Bug Affects Versions: 5.3 Reporter: Curtis Fehr
When faceting on a multivalue trieint field with docvalues, the json facet api attempts to uninvert the field. There is a (sanity?) check with exception to make sure docvalue fields do not get processed for facet down that path, and the query fails. >From Mikhail Khludnev on the mailing list: "Right. It seems like a functional gap - numeric DVs out of scope for a while. https://github.com/apache/lucene-solr/blob/trunk/solr/core/src/java/org/apache/solr/search/facet/FacetField.java#L147 " -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org