On 7/28/2014 11:12 AM, Edith Au wrote: > I found this method FieldStatsInfo().getFacets() in the Solr 4.9.0 doc. > But it seems to me the method is missing in my Solrj 4.9.0 distribution. > Could this be a bug? or I have a bad distro?
If you're sure that you have the 4.9.0 jar, that sounds like perhaps you also have a jar for a previous version of solrj on your classpath that is being used by your project instead of the 4.9.0 jar that you've included. Thanks, Shawn