|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.query.webservice.client.ResultElement
public class ResultElement
ResultElement encapsulates an element (document) information in the hit-list.
Constructor Summary | |
---|---|
ResultElement() |
|
ResultElement(String author, String description, String url, String snippet, String title, Date lastModified, String mimetype, Integer score, Integer docID, String language, Integer contentLength, Long signature, String infoSourceID, String infoSourcePath, DataGroup[] groups, Boolean isDuplicate, Boolean hasDuplicate, CustomAttribute[] customAttributes, String fedID) |
Method Summary | |
---|---|
String |
getAuthor() Returns the author of the document. |
Integer |
getContentLength() Returns the content length of the document. |
CustomAttribute[] |
getCustomAttributes() Returns the non-default attributes of the document requested in the search methods. |
String |
getDescription() Returns the description of the document. |
Integer |
getDocID() Returns the ID of the document. |
String |
getFedID() Returns the ID of the federated instance to which the document belongs. |
DataGroup[] |
getGroups() Returns the data groups to which the document belongs. |
Boolean |
getHasDuplicate() Returns a Boolean value indicating if the document has one or more duplicate documents in the hit-list. |
String |
getInfoSourceID() Returns the infosource ID of the document. |
String |
getInfoSourcePath() Returns the infosource path of the document. |
Boolean |
getIsDuplicate() Returns a Boolean value indicating if the document is a duplicate document of another document in the hit-list. |
String |
getLanguage() Returns the language of the document. |
Date |
getLastModified() Returns the last modified date of the document. |
String |
getMimetype() Returns the MIME type of the document. |
Integer |
getScore() Returns the relevance score of the document. |
Long |
getSignature() Returns the signature of the document. |
String |
getSnippet() Returns keywords in context (KWIC) of the document for the given query. |
String |
getTitle() Returns the title of the document. |
String |
getUrl() Returns the URL to access the document. |
Boolean |
isHasDuplicate() Returns the Boolean flag indicating if the document has one or more duplicate documents in the hit-list. |
Boolean |
isIsDuplicate() Returns a Boolean flag indicating if the document is a duplicate document of another document in the hit-list. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultElement()
public ResultElement(String author, String description, String url, String snippet, String title, Date lastModified, String mimetype, Integer score, Integer docID, String language, Integer contentLength, Long signature, String infoSourceID, String infoSourcePath, DataGroup[] groups, Boolean isDuplicate, Boolean hasDuplicate, CustomAttribute[] customAttributes, String fedID)
author
- author of the documentdescription
- description of the documenturl
- URL to access the documenttitle
- title of the documentlastModified
- last modified date of the documentmimetype
- MIME type of the documentscore
- relevance score of the documentdocID
- ID of the documentlanguage
- language of the documentcontentLength
- size of the documentsignature
- signature of the documentinfoSourceID
- infosource ID of the documentinfoSourcePath
- infosource path of the documentgroups
- source groups to which the documents belongsisDuplicate
- Boolean value indicating if the document is a duplicate of another document in the hit listhasDuplicate
- Boolean value indicating if the document has one or more duplicates in the hit listcustomAttributes
- custom (non-default) attributes of the document that were requested in the search methodsfedID
- ID of the federated instance to which the document belongsMethod Detail |
---|
public String getAuthor()
public String getDescription()
public String getUrl()
public String getSnippet()
public String getTitle()
public Date getLastModified()
public String getMimetype()
public Integer getScore()
public Integer getDocID()
public String getLanguage()
public Integer getContentLength()
public Long getSignature()
public String getInfoSourceID()
public String getInfoSourcePath()
public DataGroup[] getGroups()
public Boolean getIsDuplicate()
public Boolean isIsDuplicate()
public Boolean getHasDuplicate()
public Boolean isHasDuplicate()
public String getFedID()
public CustomAttribute[] getCustomAttributes()
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |