|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.query.webservice.client.OracleSearchResult
OracleSearchResult encapsulates results for the user's query.
Constructor Summary | |
OracleSearchResult() |
|
OracleSearchResult(java.lang.Boolean returnCount, java.lang.Integer estimatedHitCount, java.lang.Boolean dupRemoved, java.lang.Boolean dupMarked, ResultElement[] resultElements, SuggestedLink[] suggestedLinks, java.lang.String query, java.lang.String altKeywords, java.lang.Integer startIndex, java.lang.Integer docsReturned) |
Method Summary | |
java.lang.String |
getAltKeywords() Returns the alternate keywords for the query. |
java.lang.Integer |
getDocsReturned() Returns the number of search hits returned. |
java.lang.Boolean |
getDupMarked() Returns the Boolean value indicating if the duplicate documents are marked in the hist-list. |
java.lang.Boolean |
getDupRemoved() Returns the Boolean value indicating if the duplicate documents are removed from the hit-list. |
java.lang.Integer |
getEstimatedHitCount() Returns the estimated hit count for the query. |
java.lang.String |
getQuery() Returns the query string. |
ResultElement[] |
getResultElements() Returns the hit-list for the query. |
java.lang.Boolean |
getReturnCount() Returns a Boolean value indicating whether the estimated hit count is included in the result. |
java.lang.Integer |
getStartIndex() Returns the start index for the hit-list. |
SuggestedLink[] |
getSuggestedLinks() Returns suggested links for the query. |
void |
setAltKeywords(java.lang.String altKeywords) Sets the alternate keywords for the query. |
void |
setDocsReturned(java.lang.Integer docsReturned) Sets the number of search hits returned. |
void |
setDupMarked(java.lang.Boolean dupMarked) Sets the Boolean value indicating if the duplicate documents are marked in the hit-list. |
void |
setDupRemoved(java.lang.Boolean dupRemoved) Sets the Boolean value indicating if the duplicate documents are removed from the hit-list. |
void |
setEstimatedHitCount(java.lang.Integer estimatedHitCount) Sets the estimated hit count for the query. |
void |
setQuery(java.lang.String query) Sets query string. |
void |
setResultElements(ResultElement[] resultElements) Sets the hit-list for the query. |
void |
setReturnCount(java.lang.Boolean returnCount) Sets the Boolean value indicating whether the estimated hit count is included in the result. |
void |
setStartIndex(java.lang.Integer startIndex) Sets the start index for the hit-list. |
void |
setSuggestedLinks(SuggestedLink[] suggestedLinks) Sets suggested links for the query. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OracleSearchResult()
public OracleSearchResult(java.lang.Boolean returnCount, java.lang.Integer estimatedHitCount, java.lang.Boolean dupRemoved, java.lang.Boolean dupMarked, ResultElement[] resultElements, SuggestedLink[] suggestedLinks, java.lang.String query, java.lang.String altKeywords, java.lang.Integer startIndex, java.lang.Integer docsReturned)
returnCount
- Boolean value indicating if the result includes count estimate for the hit-listdupRemoved
- Boolean value indicating whether duplicate documents have been removed from the resultdupMarked
- Boolean value indicating whether duplicate document have been marked in the resultresultElements
- hit-list for the querysuggestedLinks
- suggested links for the queryquery
- query stringaltKeywords
- alternate keywords for the querystartIndex
- start index of the search resultdocsReturned
- number of search hits returnedMethod Detail |
public java.lang.Boolean getReturnCount()
public void setReturnCount(java.lang.Boolean returnCount)
returnCount
- Boolean value indicating whether the estimated hit count is included in the resultpublic java.lang.Integer getEstimatedHitCount()
public void setEstimatedHitCount(java.lang.Integer estimatedHitCount)
estimatedHitCount
- estimated hit count for the querypublic java.lang.Boolean getDupRemoved()
public void setDupRemoved(java.lang.Boolean dupRemoved)
dupRemoved
- Boolean value indicating if the duplicate documents are removed from the hit-listpublic java.lang.Boolean getDupMarked()
public void setDupMarked(java.lang.Boolean dupMarked)
public ResultElement[] getResultElements()
public void setResultElements(ResultElement[] resultElements)
resultElements
- hit-list for the querypublic SuggestedLink[] getSuggestedLinks()
public void setSuggestedLinks(SuggestedLink[] suggestedLinks)
suggestedLinks
- suggested links for the querypublic java.lang.String getQuery()
public void setQuery(java.lang.String query)
query
- query stringpublic java.lang.String getAltKeywords()
public void setAltKeywords(java.lang.String altKeywords)
altKeywords
- alternate keywords for the querypublic java.lang.Integer getStartIndex()
public void setStartIndex(java.lang.Integer startIndex)
startIndex
- start index of the hit-listpublic java.lang.Integer getDocsReturned()
public void setDocsReturned(java.lang.Integer docsReturned)
docsReturned
- number of search hits returned
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |