Import org.elasticsearch.search.facet.AbstractFacetBuilder; failure in 0.90.0

I'm trying to upgrade from version 0.20.4 to 0.90.0. So far, most
everything has been going smootly; lots of method changes. For example,
exists no longer exists; use isExists instead.

But the AbstractFacetBuilder class is nowhere to be found. It seems to be
referenced by other classes, but I cannot find it anywhere in the JAR files.

Thoughts?

Thanks in advance!

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Answered my own question! It seems to work just fine when replacing *
AbtractFacetBuilder* with FacetBuilder.

On Wednesday, May 1, 2013 10:24:45 AM UTC-4, InquiringMind wrote:

I'm trying to upgrade from version 0.20.4 to 0.90.0. So far, most
everything has been going smootly; lots of method changes. For example,
exists no longer exists; use isExists instead.

But the AbstractFacetBuilder class is nowhere to be found. It seems to be
referenced by other classes, but I cannot find it anywhere in the JAR files.

Thoughts?

Thanks in advance!

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.