As seen on http://developer.marklogic.com/learn/java/analytics, you are able to do faceted searches with the JavaAPI. However, the examples on that page use QueryOptionsBuilder
, which has been deprecated.
Is there an alternative to using QueryOptionsBuilder
in the JavaAPI to do faceted searches at this time? Or are we stuck using a deprecated class until some future release?
Thanks!