|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentInfo
An interface representing information about a document that can be passed to a ResultFilterPlugin for:
Note: Modifications to the title or display URL will not affect the information stored in the search index.
| Method Summary | |
|---|---|
String |
getAccessURL()Returns the access URL of the document. |
int |
getContentLength()Returns the length of the contents of the document. |
String |
getDisplayURL()Returns the display URL of the document. |
Date |
getLastModifiedDate()Returns the date of last modification of the document. |
String |
getTitle()Returns the title of the document. |
void |
setDisplayURL(String displayUrl)Modifies the document display URL returned as part of a search result. |
void |
setTitle(String title)Modifies the document title returned as part of a search result. |
| Method Detail |
|---|
String getTitle()
void setTitle(String title)
title - the new titleString getDisplayURL()
void setDisplayURL(String displayUrl)
displayUrl - the new display URLString getAccessURL()
int getContentLength()
Date getLastModifiedDate()
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||