Class GUIResult

  • All Implemented Interfaces:
    Serializable

    public class GUIResult
    extends Object
    implements Serializable
    Collects the results of a search and store some search statistics
    Since:
    6.0
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Constructor Detail

      • GUIResult

        public GUIResult()
    • Method Detail

      • getTime

        public long getTime()
      • setTime

        public void setTime​(long time)
      • isHasMore

        public boolean isHasMore()
      • setHasMore

        public void setHasMore​(boolean hasMore)
      • setHits

        public void setHits​(GUIDocument[] hits)
      • getEstimatedHits

        public long getEstimatedHits()
      • setEstimatedHits

        public void setEstimatedHits​(long estimatedHits)