|
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.OracleSearchResult
public class OracleSearchResult
OracleSearchResult encapsulates results for the user's query.
Constructor Summary | |
---|---|
OracleSearchResult() |
|
OracleSearchResult(Boolean returnCount, Integer estimatedHitCount, Boolean dupRemoved, Boolean dupMarked, ResultElement[] resultElements, SuggestedLink[] suggestedLinks, String query, String altKeywords, Integer startIndex, Integer docsReturned) |
Method Summary | |
---|---|
String |
getAltKeywords() Returns the alternate keywords for the query. |
Integer |
getDocsReturned() Returns the number of search hits returned. |
Boolean |
getDupMarked() Returns the Boolean value indicating if the duplicate documents are marked in the hit list. |
Boolean |
getDupRemoved() Returns the Boolean value indicating if the duplicate documents are removed from the hit list. |
Integer |
getEstimatedHitCount() Returns the estimated hit count for the query. |
String |
getQuery() Returns the query string. |
ResultElement[] |
getResultElements() Returns the hit list for the query. |
Boolean |
getReturnCount() Returns a Boolean value indicating whether the estimated hit count is included in the result. |
Integer |
getStartIndex() Returns the start index for the hit list. |
SuggestedLink[] |
getSuggestedLinks() Returns suggested links for the query. |
Boolean |
isDupMarked() Returns the Boolean value indicating if the duplicate documents are marked in the hit list. |
Boolean |
isDupRemoved() Returns the Boolean value indicating if the duplicate documents are removed from the hit list. |
Boolean |
isReturnCount() |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OracleSearchResult()
public OracleSearchResult(Boolean returnCount, Integer estimatedHitCount, Boolean dupRemoved, Boolean dupMarked, ResultElement[] resultElements, SuggestedLink[] suggestedLinks, String query, String altKeywords, Integer startIndex, Integer docsReturned)
returnCount
- Boolean value indicating if the result includes count estimate for the hit listestimatedHitCount
- estimated count for the hit list. -1 means the search result does not return estimated hit count.dupRemoved
- 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 Boolean getReturnCount()
public Boolean isReturnCount()
public Integer getEstimatedHitCount()
public Boolean getDupRemoved()
public Boolean isDupRemoved()
public Boolean getDupMarked()
public Boolean isDupMarked()
public ResultElement[] getResultElements()
public SuggestedLink[] getSuggestedLinks()
public String getQuery()
public String getAltKeywords()
public Integer getStartIndex()
public Integer getDocsReturned()
|
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 |