Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Help
12c (12.1.2)

E48720-01


oracle.help.common.search
Interface QueryResult


public interface QueryResult

Method Summary
 int getResultScore()
          Returns the score for this result if available.
 java.lang.String getResultSource()
          Returns a String identifying the subset of documents that contains the result topic (or null if no source information is available).
 oracle.help.common.Topic getResultTopic()
          Returns the topic for the result

 

Method Detail

getResultTopic

oracle.help.common.Topic getResultTopic()
Returns the topic for the result

getResultSource

java.lang.String getResultSource()
Returns a String identifying the subset of documents that contains the result topic (or null if no source information is available).

getResultScore

int getResultScore()
Returns the score for this result if available.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Help
12c (12.1.2)

E48720-01


Copyright © 1998, 2013, Oracle. All Rights Reserved.