Class Result


  • public class Result
    extends Object
    Search result.
    • Field Detail

      • rank

        private Long rank
        A number that describes how closely this result matches the search. Higher is closer.
      • result

        private Event result
        The event that matched.
    • Constructor Detail

      • Result

        public Result()