Re: r1201855 broke stats.facet on long fields

2011-12-16 Thread Chris Hostetter
work just fine in Solr 3.5 (you can see this in any of the StatsComponentTest methods that call doTestMVFieldStatisticsResult) Idiocy #2... Subject : Re: r1201855 broke stats.facet on long fields ...in spite of this subject, and multiple references to stats.facet in Luis's original email I

Re: r1201855 broke stats.facet on long fields

2011-12-09 Thread Luis Neves
On 12/08/2011 11:16 PM, Chris Hostetter wrote: ...so if you don't have a version param, or your version param is 1.0 then that would explain this error I have the version param set to 1.4. (If that doens't fix the problem for you. It doesn't. then i'm genuinely baffled, and please

Re: r1201855 broke stats.facet on long fields

2011-12-09 Thread Chris Hostetter
: (If that doens't fix the problem for you. : : It doesn't. Definitely odd... : please file a Jira bug with as much details as possible about your setup : (ideally a fully usable solrconfig.xml+schema.xml that demonstrates your : problem) because the StatsComponentTest most certainly

Re: r1201855 broke stats.facet on long fields

2011-12-09 Thread Yonik Seeley
On Thu, Dec 8, 2011 at 6:16 PM, Chris Hostetter hossman_luc...@fucit.org wrote: Solr can not reasonably compute stats on a multivalued field Wasn't that added here? https://issues.apache.org/jira/browse/SOLR-1380 -Yonik http://www.lucidimagination.com

r1201855 broke stats.facet on long fields

2011-12-08 Thread Luis Neves
Hello, I've a long field defined in my schema: fieldType name=long class=solr.TrieLongField precisionStep=0 omitNorms=true positionIncrementGap=0 / field name=ts type=long indexed=true stored=true required=true / Before r1201855 I could use stats.facet=ts which allowed me to have a

Re: r1201855 broke stats.facet on long fields

2011-12-08 Thread Chris Hostetter
: I've a long field defined in my schema: : : fieldType name=long class=solr.TrieLongField precisionStep=0 : omitNorms=true positionIncrementGap=0 / : : field name=ts type=long indexed=true stored=true required=true / : : Before r1201855 I could use stats.facet=ts which allowed me to have a :