Class SolrResult


  • public class SolrResult
    extends java.lang.Object
    Parameter class used to pass SolrDocument and SearchQuery to appropriate converter.
    See Also:
    SearchQuery
    • Constructor Summary

      Constructors 
      Constructor Description
      SolrResult​(org.apache.solr.common.SolrDocument document, SearchQuery query)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.solr.common.SolrDocument getDocument()  
      SearchQuery getQuery()  
      • Methods inherited from class java.lang.Object

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

      • SolrResult

        public SolrResult​(org.apache.solr.common.SolrDocument document,
                          SearchQuery query)
    • Method Detail

      • getDocument

        public org.apache.solr.common.SolrDocument getDocument()