Class RMCItemResult


  • public class RMCItemResult
    extends 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 Detail

      • title

        private String title
        Title of the result
      • liveUrl

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

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

      • RMCItemResult

        public RMCItemResult()
    • Method Detail

      • getTitle

        public String getTitle()
        Title of the result
      • setTitle

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

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

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

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

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