[
https://issues.apache.org/jira/browse/SOLR-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan McKinley updated SOLR-792:
-------------------------------
Attachment: SOLR-792-raw-type.patch
This patch converts to the field value to an Object rather then just using the
string value.
String internal = ftype.toInternal( kv.getKey() );
then later:
pivot.add( "value", ftype.toObject( f ) );
This could obviously be optimized, but this is the easiest way to get the
behavior we want
> Pivot (ie: Decision Tree) Faceting Component
> --------------------------------------------
>
> Key: SOLR-792
> URL: https://issues.apache.org/jira/browse/SOLR-792
> Project: Solr
> Issue Type: New Feature
> Reporter: Erik Hatcher
> Assignee: Ryan McKinley
> Priority: Minor
> Attachments: SOLR-792-PivotFaceting.patch,
> SOLR-792-PivotFaceting.patch, SOLR-792-PivotFaceting.patch,
> SOLR-792-PivotFaceting.patch, SOLR-792-raw-type.patch, SOLR-792.patch,
> SOLR-792.patch, SOLR-792.patch, SOLR-792.patch, SOLR-792.patch, SOLR-792.patch
>
>
> A component to do multi-level faceting.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]