[ 
https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13916293#comment-13916293
 ] 

Brett Lucey commented on SOLR-2894:
-----------------------------------

Hi Elran,

Regarding the string/object issue:  We have not been able to revert back to 
toObject for all data types because doing so results in the following exception 
being thrown by the testDistribSearch case of DistributedFacetPivotTest.
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Invalid 
Date String:'Sat Sep 01 08:30:00 BOT 2012

This is part of the test case which demonstrates the issue:
    //datetime
    this.query( "q", "*:*",
                "rows", "0",
                "facet","true",
                "facet.pivot","hiredate_dt,place_s,company_t",
                "f.hiredate_dt.facet.limit","2",
                "f.hiredate_dt.facet.offset","1",
            FacetParams.FACET_LIMIT, "4"); //test default sort (count)

I am producing that error by running:
ant -Dtests.class="org.apache.solr.handler.component.DistributedFacetPivotTest" 
clean test

> Implement distributed pivot faceting
> ------------------------------------
>
>                 Key: SOLR-2894
>                 URL: https://issues.apache.org/jira/browse/SOLR-2894
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Erik Hatcher
>             Fix For: 4.7
>
>         Attachments: SOLR-2894-reworked.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch
>
>
> Following up on SOLR-792, pivot faceting currently only supports 
> undistributed mode.  Distributed pivot faceting needs to be implemented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to