Class SummaryValue


  • public class SummaryValue
    extends DocumentValue
    This class represents a document summary in a GroupingExpression. It evaluates to the summary of the input Hit that corresponds to the named summary class.
    Author:
    Simon Thoresen Hult
    • Constructor Detail

      • SummaryValue

        public SummaryValue()
        Constructs a new instance of this class, using the default summary class.
      • SummaryValue

        public SummaryValue​(java.lang.String summaryName)
        Constructs a new instance of this class.
        Parameters:
        summaryName - The name of the summary class to assign to this.
    • Method Detail

      • getSummaryName

        public java.lang.String getSummaryName()
        Returns the name of the summary class used to retrieve the hit from the search node.
        Returns:
        The summary name.