Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Uses of Class
oracle.search.query.webservice.client.SortAttribute

Packages that use SortAttribute
oracle.search.query.webservice.client Provides classes needed to access the Oracle SES Query Web service 

 

Uses of SortAttribute in oracle.search.query.webservice.client

 

Methods in oracle.search.query.webservice.client that return SortAttribute
 SortAttribute GroupAttribute.getGroupingAttribute()
          Returns the attribute used for grouping.

 

Methods in oracle.search.query.webservice.client with parameters of type SortAttribute
 OracleResultContainer OracleSearchService.doOracleFetchSearch(String query, String[] targetDocIdList, Integer startIndex, Integer docsRequested, String queryLang, String[] fetchAttributeNames, GroupAttribute groupAttr, SortAttribute[] sortAttrList, ClusterConfig[] clusterList)
          Invokes Oracle SES fetch search and returns fetch results.
 OracleResultContainer OracleSearchService.doOracleOrganizedSearch(String query, Integer topN, Integer startIndex, Integer docsRequested, Boolean dupRemoved, Boolean dupMarked, DataGroup[] groups, String queryLang, String docLang, Boolean returnCount, String filterConnector, Filter[] filters, String[] fetchAttributeNames, String searchControls, GroupAttribute groupAttr, SortAttribute[] sortAttrList, ClusterConfig[] clusterList)
          Invokes Oracle SES organized search and returns search results.
 void GroupAttribute.setGroupingAttribute(SortAttribute groupingAttribute)
          Sets the attribute used for grouping.

 

Constructors in oracle.search.query.webservice.client with parameters of type SortAttribute
GroupAttribute(SortAttribute groupingAttribute, String groupingOption, String optionParameter)
           

 


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.