[
https://issues.apache.org/jira/browse/SOLR-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867009#comment-13867009
]
Iker Huerga commented on SOLR-4647:
-----------------------------------
Hi,
I've been able to replicate the issue which I think happens when stored=false
in schema.xml for the DocValue field type. I could start working on a patch for
it if nobody else is already working on it.
Thanks
Iker
> Grouping is broken on docvalues-only fields
> -------------------------------------------
>
> Key: SOLR-4647
> URL: https://issues.apache.org/jira/browse/SOLR-4647
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.2
> Reporter: Adrien Grand
> Labels: newdev
>
> There are a few places where grouping uses
> FieldType.toObject(SchemaField.createField(String, float)) to translate a
> String field value to an Object. The problem is that createField returns null
> when the field is neither stored nor indexed, even if it has doc values.
> An option to fix it could be to use the ValueSource instead to resolve the
> Object value (similarily to NumericFacets).
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]