Class SolrResult
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.search.impl.SolrResult
-
public class SolrResult extends java.lang.ObjectParameter 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.SolrDocumentgetDocument()SearchQuerygetQuery()
-
-
-
Constructor Detail
-
SolrResult
public SolrResult(org.apache.solr.common.SolrDocument document, SearchQuery query)
-
-
Method Detail
-
getDocument
public org.apache.solr.common.SolrDocument getDocument()
-
getQuery
public SearchQuery getQuery()
-
-