|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.search.indexEngine.model.IndexEntry
org.silverpeas.search.searchEngine.model.MatchingIndexEntry
public class MatchingIndexEntry
A MatchingIndexEntry is an IndexEntry completed with a score by the search engine.
Field Summary |
---|
Fields inherited from class org.silverpeas.search.indexEngine.model.IndexEntry |
---|
ENDDATE_DEFAULT, STARTDATE_DEFAULT |
Constructor Summary | |
---|---|
MatchingIndexEntry(IndexEntryPK pk)
The constructor set only the key part of the entry. |
|
MatchingIndexEntry(String space,
String component,
String objectType,
String objectId)
The constructor set only the key part of the entry. |
Method Summary | |
---|---|
List<String> |
getEmbeddedFileIds()
List of all linked attachment in wysiwyg content |
String |
getPageAndParams()
Returns web'activ logic parameters for the URL used to displayed this entry. |
String |
getParams()
|
float |
getScore()
Return the score of this entry according the request. |
Map<String,String> |
getSortableXMLFormFields()
gets the list of Sortable fields if the content is a form XML |
Map<String,String> |
getXMLFormFieldsForFacets()
|
void |
setEmbeddedFileIds(String[] embeddedFileIds)
Set the list of all linked attachment in wysiwyg content |
void |
setScore(float score)
Set the score of this entry. |
void |
setSortableXMLFormFields(HashMap<String,String> sortableXMLFormFields)
Sets the Sortable fields if the content is a form XML |
void |
setXMLFormFieldsForFacets(Map<String,String> fields)
|
Methods inherited from class org.silverpeas.search.indexEngine.model.IndexEntry |
---|
clone, equals, getComponent, getCreationDate, getCreationUser, getEndDate, getFilename, getKeyWords, getKeywords, getLang, getLanguages, getLastModificationDate, getLastModificationUser, getObjectId, getObjectType, getPaths, getPK, getPreView, getPreview, getServerName, getStartDate, getThumbnail, getThumbnailDirectory, getThumbnailMimeType, getTitle, getTitle, hashCode, isAlias, isIndexId, setAlias, setCreationDate, setCreationDate, setCreationUser, setEndDate, setFilename, setIndexId, setKeyWords, setKeywords, setLang, setLastModificationDate, setLastModificationDate, setLastModificationUser, setPaths, setPK, setPreView, setPreview, setServerName, setStartDate, setThumbnail, setThumbnailDirectory, setThumbnailMimeType, setTitle, setTitle, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MatchingIndexEntry(String space, String component, String objectType, String objectId)
public MatchingIndexEntry(IndexEntryPK pk)
Method Detail |
---|
public float getScore()
public void setScore(float score)
public String getPageAndParams()
public String getParams()
public Map<String,String> getSortableXMLFormFields()
public void setSortableXMLFormFields(HashMap<String,String> sortableXMLFormFields)
sortableXMLFormFields
- the sortableXMLFormFields to setpublic void setEmbeddedFileIds(String[] embeddedFileIds)
embeddedFileIds
- attachments ids separated by a blank spacepublic List<String> getEmbeddedFileIds()
public void setXMLFormFieldsForFacets(Map<String,String> fields)
public Map<String,String> getXMLFormFieldsForFacets()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |