Oracle Ultra Search Java API Reference
Release 9.0.1

B12030-01

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

Uses of QueryAttribute in oracle.context.isearch.query

 

Methods in oracle.context.isearch.query with parameters of type QueryAttribute
 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 Java API Reference
Release 9.0.1

B12030-01

Copyright © 2003, Oracle. All Rights Reserved.