Class RMCItemResult


  • public class RMCItemResult
    extends java.lang.Object

    Top n results for an RMC item count (Results that would be returned is the RMC constraint is applied)

    Only present when the corresponding query processor option is set.

    Since:
    11.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String liveUrl
      URL to access the search result.
      private java.lang.String summary
      Snippet (non query-biased)
      private java.lang.String title
      Title of the result
    • Constructor Summary

      Constructors 
      Constructor Description
      RMCItemResult()  
      RMCItemResult​(java.lang.String title, java.lang.String liveUrl, java.lang.String summary)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLiveUrl()
      URL to access the search result.
      java.lang.String getSummary()
      Snippet (non query-biased)
      java.lang.String getTitle()
      Title of the result
      void setLiveUrl​(java.lang.String liveUrl)
      URL to access the search result.
      void setSummary​(java.lang.String summary)
      Snippet (non query-biased)
      void setTitle​(java.lang.String title)
      Title of the result
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • title

        private java.lang.String title
        Title of the result
      • liveUrl

        private java.lang.String liveUrl
        URL to access the search result.
      • summary

        private java.lang.String summary
        Snippet (non query-biased)
    • Constructor Detail

      • RMCItemResult

        public RMCItemResult​(java.lang.String title,
                             java.lang.String liveUrl,
                             java.lang.String summary)
      • RMCItemResult

        public RMCItemResult()
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Title of the result
      • setTitle

        public void setTitle​(java.lang.String title)
        Title of the result
      • getLiveUrl

        public java.lang.String getLiveUrl()
        URL to access the search result.
      • setLiveUrl

        public void setLiveUrl​(java.lang.String liveUrl)
        URL to access the search result.
      • getSummary

        public java.lang.String getSummary()
        Snippet (non query-biased)
      • setSummary

        public void setSummary​(java.lang.String summary)
        Snippet (non query-biased)