public class SolrSearchResult
extends fr.paris.lutece.portal.service.search.SearchResult
| Constructor and Description |
|---|
SolrSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCategorie()
Return the categories
|
String |
getDocPortletId()
Return the portlet identifier
|
Map<String,Object> |
getDynamicFields()
Return all the dynamics fields
|
String |
getHieDate()
Return the hierarchical date
|
SolrHighlight |
getHighlight()
Return the highlight
|
String |
getMetadata()
Return the metadata
|
String |
getSite()
Return the site name
|
String |
getXmlContent()
Return the XML content
|
void |
setCategorie(List<String> lstCategories)
Set the categories
|
void |
setDocPortletId(String strDocPortletId)
Set the portlet identifier
|
void |
setDynamicFields(Map<String,Object> dynamicFields)
Set the dynamics fields
|
void |
setHieDate(String strHieDate)
Set the hierarchical date
|
void |
setHighlight(SolrHighlight highlight)
Set the highlight
|
void |
setMetadata(String strMetadata)
Set the metadata
|
void |
setSite(String strSite)
Set the the site name
|
void |
setXmlContent(String strXmlContent)
Set the XML content
|
public SolrHighlight getHighlight()
public void setHighlight(SolrHighlight highlight)
highlight - the highlightpublic String getSite()
public void setSite(String strSite)
strSite - the site namepublic List<String> getCategorie()
public void setCategorie(List<String> lstCategories)
lstCategories - the list of categoriespublic String getMetadata()
public void setMetadata(String strMetadata)
strMetadata - the metadatapublic Map<String,Object> getDynamicFields()
public void setDynamicFields(Map<String,Object> dynamicFields)
dynamicFields - the dynamics fieldspublic String getDocPortletId()
public void setDocPortletId(String strDocPortletId)
strDocPortletId - the portlet identifierpublic String getHieDate()
public void setHieDate(String strHieDate)
strHieDate - the hierarchical datepublic String getXmlContent()
public void setXmlContent(String strXmlContent)
strXmlContent - the XML contentCopyright © 2019 City of Paris. All rights reserved.