Oracle Ultra Search APIs
9.0.1

Uses of Class
oracle.context.isearch.query.Item

Uses of Item in oracle.context.isearch.query
 
Methods in oracle.context.isearch.query that return Item
 Item[] QueryTool.getLanguages()
          Gets the list of languages that Oracle Ultra Search understands.
 Item[] QueryTool.getGroups()
          Gets the list of Data Groups that are defined in the Oracle Ultra Search instance.
 Item[] QueryTool.getAttributes()
          Gets the list of Query Attributes that are defined in the Oracle Ultra Search instance.
 Item MailTool.getEmailSource(int emailSourceId)
          Get one email source
 Item[] MailTool.getEmailSources()
          Gets a list of email sources that are defined in the Oracle Ultra Search instance.
 
Methods in oracle.context.isearch.query with parameters of type Item
 Document[] QueryTool.getResult(java.lang.String query, int startPointer, int recordsRequested, QueryAttribute[] queryAttributes, Item[] groups, java.lang.String language)
          Gets the query result based on certain query criteria.
 int QueryTool.estimateHitCount(java.lang.String query, QueryAttribute[] queryAttributes, Item[] groups, java.lang.String language)
          Gets an estimate count of hits that satisfy a query and its criteria.
 java.lang.String QueryTool.createQueryForm(java.lang.String action, java.lang.String query, QueryAttribute[] queryAttr, java.lang.String language, java.lang.String[] group, Item[] attrChoices, Item[] langChoices, Item[] groupChoices, java.lang.String queryTarget, java.lang.String resultTarget)
          Creates the HTML form for the query input.
 java.lang.String QueryTool.createResultTable(java.lang.String query, int page, QueryAttribute[] queryAttributes, Item[] groups, java.lang.String language)
          Use this method to create an HTML table of the query result.
 java.lang.String QueryTool.createPageLinks(java.lang.String query, int currentPage, int hitCount, QueryAttribute[] queryAttributes, Item[] groups, java.lang.String language, java.lang.String resultTarget)
          Use this method to create the result page links that appear at the bottom of the screen under the result list.
 
Oracle Ultra Search APIs
9.0.1