Class DataTermsFacet


  • public class DataTermsFacet
    extends Object
    A neutral data object to hold data for statistics.
    • Constructor Detail

      • DataTermsFacet

        public DataTermsFacet()
    • Method Detail

      • toJson

        public String toJson()
        Render this data object into JSON format. An example of the output could be of the format: [{"term":"247166","count":10},{"term":"247168","count":6}]
        Returns:
        JSON-formatted data.